Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Make Fileds Mandatory In Adobe Forms

Avatar

Level 1

Hi All,

         I want to make few fields as mandatory in adobe forms in SAP CRM.Tel me how to proceed........

1 Reply

Avatar

Level 10

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