Skip to main content
Nintex Community Menu Bar

i have a WF in which fields are disabled and these fields are enabled once form is approved now how can i make fields mandatory once form is approved?

  • November 14, 2017
  • 3 replies
  • 10 views

Forum|alt.badge.img+1

i have a WF in which fields are disabled initially and these fields are enabled once form is approved.

How do i make sure these fields are mandatory after form is approved?

3 replies

Forum|alt.badge.img+14
  • Scholar
  • November 14, 2017

you should assign a validation rule to respective fields.

I'd assume you a field like 'Status' that tells you whether an item is approved or not. then your rule formula might look like:

Status == 'Approved' && IsNullOrEmpty(NamedControlToBeMandatory)


Forum|alt.badge.img+1
  • Author
  • November 27, 2017

in the same WF, i have a field which has validation,the validation works fine when form is submitted but it shows error(invalid field) after form is again edited.Not able to figure out reason for it


Forum|alt.badge.img+14
  • Scholar
  • November 27, 2017

post screenshot of whole error message, configuration of the rule and whole rule's formula