I know you can hide fields via workflow but you hide transaction line fields by workflow? Specifically, we want to be able to hide the "Drop Ship" PO creation option on the line item if the shipping method is set to Will Call.
s
Simon Whittle
11/17/2023, 7:05 PM
Seems like a no since setting the field display attributes isn't an option on a sublist group. A client script is probably your best option or you could create a workflow action that is triggered from a change in the applicable field.
Simon Whittle
11/17/2023, 7:06 PM
Actually, something just occurred to me. If scripting is out of the question that you could possibly use a workflow to flip the form used on the transaction based on a change in shipping method. I'm just not sure if any of the fields would get reset in that event.
m
MGBC
12/22/2023, 3:10 AM
@Tim Chapman you can use a workflow to change the display type of a transaction line field. The Set Field Display Type action has a Body or Sublist setting that you can enable. However, you cannot hide sublist fields but you can DISABLE it so it can't be checked.
Also the fields available to this are quite limited as well.
MGBC
12/22/2023, 3:10 AM
MGBC
12/22/2023, 3:11 AM
I don't see the "Create PO" field as an option
MGBC
12/22/2023, 3:11 AM
So still would probbably require a small client script
MGBC
12/22/2023, 3:11 AM
But could be done if needing to change the display of one of the fields allowed