LOAN IQ Technical - SDK Triggers add missing combination (into GUI client)

From GUILLARD WIKI
Jump to navigation Jump to search

Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ :


- Open files named C:/ENV-Liq01/clientLiq/sdktriggerswhitelist.dat and C:/ENV-Liq01/serverLiq/sdktriggerswhitelist.dat and add at the end of the file, the following relevant lines (as example) :

LRP__ANY__TRY_RTP
QLR__ANY__TRE_GFXFX

- To Find the required code combinations, check existing lines on the file and use help of SQL :

select * from vls_fam_global1 where gb1_cde_code in ('LRP','QLR') and gb1_tid_table_id = 'OBC';
select * from vls_fam_global1 where gb1_cde_code in ('RTP','GFXFX') and gb1_tid_table_id = 'EVN';