How to set an alert in Siebel Open UI before a field value getting saved in IP 2017
Hello,
I am new to Siebel Open UI.We have a requirement to pop-up a message when a user sets a flag on a record in a list applet and if that record happens to be the last record in that applet.We could have written a browser script in Applet_Presetfieldvalue().Since browser scripts not supported anymore we tried PM on that applet.But it didnt work.Created a workflow to count number of records in that applet,called that workflow in a function on FieldChange method.
Please let me know which method should we call this workflow instead?If anyone worked on similar requirement before,please share your approach.Any input or pointer will be great help.