Difference between revisions of "LOAN IQ Technical - SDK Triggers add missing combination into Client LIQ Menu"

From GUILLARD WIKI
Jump to navigation Jump to search
(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...")
 
Line 1: Line 1:
Go to your Loan Iq client on path C:/ENV-Liq01/clientLiq/ and Loan Iq server on path C:/ENV-Liq01/serverLiq/ :  
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 :  
<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">
<syntaxhighlight lang="linux">
LRP__ANY__TRY_RTP
LRP__ANY__TRY_RTP

Revision as of 12:51, 25 May 2022

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