MaxL in Business Rule
Hi Gurus,
I have a problem with calling the maxl script from the business rule level,
An additional problem is the use of RTP variables for example year, I would like the user to choose the year for which the script will work, and then run the MaxL scripts from the business rule,
I know that there is a function:
@CalcMgrExecuteEncryptMaxLFile
@CalcMgrExecuteMaxLScript
which is better to use?
e.g. @CalcMgrExecuteMaxLScript
CDF Spec: @CalcMgrExecuteMaxLEnScript (privateKey, maxlScripts, arguments, asynchronous)
where can i get the privat key?
maxlScripts - i can provide the path for my script?
arguments? - how can i understand this, here can and provide RTP var?