Hi All,
I want to make few fields as mandatory in adobe forms in SAP CRM.Tel me how to proceed........
Views
Replies
Total Likes
Hi,
I don't know the interface between SAP CRM and LC, so not sure if this will help.
You can access the mandatory property using script, so this would make a field mandatory:
TextField1.mandatory = "error";
This would make a field optional:
TextField1.mandatory = "disabled";
There is an example here: http://assure.ly/hxHupW.
Hope that helps,
Niall
Views
Replies
Total Likes