LOAN IQ Technical - SDK Triggers add missing combination into Client LIQ Menu

From GUILLARD WIKI
Revision as of 12:51, 25 May 2022 by Guillard (talk | contribs)
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 combination, check existing lines 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';