How to pass field values from business rule to script include
Hi, I need to pass field values from business rules to script include. BR:User= current.assigned_to; I need to pass the variable "User" value to script include. How can I achieve this?. Can someone help me