BusComp_PreSetFieldValue() Browser script accessing the custom field value
I have requirement to display alert to user.if they checks a flag in an applet and if that record is the last record to be checked... I am using browser script to display the alert. In the script,calling a workflow to get the count of records for which flag is checked.Passing a custom field value to the workflow.
Problem is this custom field value is not added in the applet so I am not getting its value by using this.Getfieldvalue() in the browser script.
I tried force active for the field still didnt work.
Can you give any suggestions how to get a custom field value in BC browser script?