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

Report on Required fields

Avatar

Level 3

Is there a way to do conditional formatting in a report that changes a field that is marked as required in a custom form to a different color? Thanks

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

0 Replies

Avatar

Level 10

That may be a tough one because it may be required on one form but not required on another.

If the report is on an object that has the form attached, it's probably doable though. A parameter report would probably not work.

There is, in the API, a parameter (field) attribute called "isRequired". This is what I would start with.

Avatar

Level 3

Thank you, Randy. I appreciate your help on this question.