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

From GUILLARD WIKI
Revision as of 13:02, 25 May 2022 by Guillard (talk | contribs) (Created page with "Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ : <br>- Open files named C:/ENV-Liq01/clientLiq/<b>sdktriggerswhitelist.dat</b> and C:/ENV-Liq01/serverLiq/<b>sdktriggerswhitelist.dat</b> and add at the end of the file, the following relevant lines (as example) : <syntaxhighlight lang="linux"> LRP__ANY__TRY_RTP QLR__ANY__TRE_GFXFX </syntaxhighlight> - To Find the required code combinations, check existing li...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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';