I have a workflow that uses After Field Edit to ch...
# suiteflow
a
I have a workflow that uses After Field Edit to change the display type of fields, so if use sets field x to a value, then large parts of the form become hidden. The formatting sometimes becomes off, and often no all fields get hidden, there are about 80 actions in the workflow - is there a better way to achieve this type of functionality than a workflow
k
Can you not do custom forms and direct people to start with the right form?
a
There is a couple values that they should fill in first that should drive the remaining fields they should fill
So that could be two different forms and then in their head they know which to select based on those values, it just puts it on the user to know which I am trying to avoid
k
You could script a form change
Which will be more efficient performance wise than doing it with a workflow
I've had problems with workflow form changes resulting in duplicate transactions
Also, are they creating them from scratch or going there from customer page?
You could give them 2 buttons on the customer to go to the right form with the right fields filled out, or two links on home page
a
Thanks for the thoughts - I will try to push for managing multiple forms and having the workflow change the form depending on field value. This is a client's workflow they came with and presented me a ~300 state workflow and asked for why it wasn't working/ways to optimize 😕
🤔 1