Hey all! I’m trying to figure out the best method ...
# general
m
Hey all! I’m trying to figure out the best method for hiding sales transaction sublist fields for certain roles. One method is to create a separate form and assign to roles, but I noticed it may not work for existing transactions using a different form. The other says to use a workflow to hide fileds based on role. Anyone with experience here who can recommend the best one?
k
I don't know that you can hide columns with a workflow. Is there some reason they need to be hidden, like sensitive data? (are they custom columns)
m
Yeah. They want only the Sales executives to see estimated gross prfit and similar columns.
c
User Event with a beforeLoad to compare roles and hide fields is what i've done in the past for people.
m
Tried that. Won’t hide est. Gross Profit or Gross Profit %
May have to go the form route.
I figured it out. On the role, not only do you have to make that the preferred form, but also check the “Restricted” box to make the role restricted to viewing a transaction with only that form.
🙂
m
@Michael McNamara use Set Field Display Type in a workflow and select Sublist > Item. Then hide columns. But only works with items not expense
m
Doesn’t work for Est. Gross profit sublist column. I tried that.
m
Argh
m
That column is not available for sublist
The form method works perfectly now.
💯 1
m
👍