Hey everyone Has anyone dealt with Handling Cost ...
# suiteflow
j
Hey everyone Has anyone dealt with Handling Cost (not the body field, the field inside the Summary Box - that gets its value from Handling Cost) in workflow? I must hide the field based on rules, but unfortunately the field isn't seen inside the workflow. I had same issues with Shipping Cost, but could find the label of the field as Shipping Total inside a workflow. Any insights? 🙂
k
Don't think you can hide anything there short of hacking the dom
j
DOM Manipulation is not attempted yet. I would love doing it by standard means.
FYI, I could hide the Shipping Total from that box using a workflow.
l
@Joe Thomson how did you hide the Shipping Total? Thanks.
j
Though the name of the field in the Summary Box is Shipping Cost, the corresponding field in workflow is named as Shipping Total. So simply, define an action SetFieldDisplayType and set the type to HIDDEN. It will do the job.
l
Awesome! Thanks, @Joe Thomson
👍 1