- Mark as New
- Follow
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report
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
0 Likes
Total Likes