I'm having trouble getting a WorkFlow or State Fie...
# suiteflow
j
I'm having trouble getting a WorkFlow or State Field to display on my form view. In the past I feel like the WorkFlow Fields were made available on additional workflow actions. But when I go to look for a workflow field, it's not available on the field list.
This is what a workflow field normally looks like:
Ok, so I can't find my workflow fields when I use the
Set Field Display
action. If I pick other Field Action types I can pick my workflow field.
For more context, I'm trying to link my end user to an external site. I would like to learn how to do this with workflow, instead of building static custom fields.
r
Workflow fields are only visible in the workflow. They don't show in the record form, so you can't set their display
j
Thanks, @rustyshackles. Do you think I would be able to write a Client Script to enable a static button that will redirect to another URL (outside of netsuite?)
r
For buttons, not with native SuiteScript, you might need to do DOM manipulation to enable the button