Hello š it's possible to add for view/edit some field for only one person in common Role?
Marat
03/20/2023, 3:31 PM
hmm, without scripts)
n
NElliott
03/20/2023, 3:32 PM
...asking in "suitescript" maybe try in general š (though I understand why you might ask here)
m
Marat
03/20/2023, 3:33 PM
aa, ok)
z
Zoran R-DATAGRAM
03/20/2023, 7:07 PM
It is possible with workflow, but I wouldn't call that as standard approach.
Workflow could be something like this
⢠Trigger on edit/view event
⢠Check the role and user ID
⢠Hide / show field with workflow action
c
creece
03/20/2023, 9:09 PM
Probably the easiest is to make role based forms and switch to that form for that role off the top of my head
šÆ 1
z
Zoran R-DATAGRAM
04/08/2023, 7:14 AM
But question is for the ONE USER in COMMON Role...
c
creece
04/10/2023, 2:21 PM
You can still create a form for that user or custom code and change the form/hide fields via scripting for sure.