How to pass parameter in script include from business rule
I am calling my scriptinclude from a BR and i want to send some parameter in this script include from BR to script include and also how can i fetch these value in script includesample BR code:-var incNumber = current.number; var x=new Update_date(); ...
