Report on Required fields | Adobe Higher Education
Skip to main content
Level 3
April 12, 2022
질문

Report on Required fields

  • April 12, 2022
  • 2 답변들
  • 652 조회

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

이 주제는 답변이 닫혔습니다.

2 답변

RandyRoberts
Community Advisor
Community Advisor
April 14, 2022

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.

MichelleMc6작성자
Level 3
April 14, 2022

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