Calling a Web Service on SFM Events
The table below lists various events on SFM screens with which web services can be integrated. To call a web service on any of these events, simply use the syntax ClassName.MethodName.
Area
Event
When invoked
Page
On Load
Before the screen is displayed to the end user, but after filling relevant data in the fields based on any field/value maps configured
Page
Before Insert/Save
Before any of the target records are created. Applies only to source-to-target flows
Page
Before Update/Save
Before any of the existing records are updated. Applies only to standalone edit flows
Page
After Insert/Save
After the target header and child records are created. Applies only to source-to-target flows
Page
After Update/Save
After all the existing records are updated. Applies only to standalone edit flows
Child Section
After Add Record
After adding a new child record. After applying value map and lookup form-fill if configured
Button
On Click
When the user clicks the button
Field
On Exit
When the user leaves a field either by tabbing out or clicking elsewhere
Field
On Change
When the user changes the data in a field and leaves the field either by tabbing out or clicking elsewhere
Was this helpful?