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

From GUILLARD WIKI
Revision as of 12:50, 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 add the relevant lines like these ones : <syntaxhighlight lang="linux"> LRP__ANY__TRY_RTP QLR__ANY__TRE_GFXFX </syntaxhighlight> - To Find the required code combination, check existing lines and use help...")
(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 add the relevant lines like these ones :

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';