Predefault a Field based on Applets

A user wants to set different Predefault Values for a Field exposed in different Applets. 

Solution: A Vanilla Applet User Property ‘PostInvokeMethod’ Can be used in the above Scenario   

Property PostInvokeMethod
Value NewRecord:SetFieldValue:First Name:'DirecTutor'

Trigger: NewRecord Method: SetFieldValue Field Name: First Name Value: 'DirecTutor'    As the BC level Pre-Default will set the value in all the applets based on that BC.

This user property gives an advantage of defaulting a field either in One Applet or with different values in multiple Applets.   

Limitation: The above user property only works if the Class of Applet is CSSINSFrameListUP which is a child of CSSFrameListBase

Tags