I have a client using a transaction form that hide...
# general
k
I have a client using a transaction form that hides/shows fields based on other field values via workflow, but when they save the application the hidden fields on the custom form appear. Does anyone know how to keep them hidden?
r
Is the workflow running only "on create"?
j
You will need to configure a few actions to cover multiple scenarios. Right now, they are hiding the field(s) when the user is in edit mode, but they will also need to configure a field action to hide fields while the user is viewing the form.
r
This^
k
The working is running "on create" and "on view or update".
j
Is the workflow configured as a non-exiting state?
k
No it isn't, but I just figured it out. Thanks for the input! The actions to hide the fields were after field edit but there were none on before record load.
👍 2