Forums

Articles
Create
cancel
Showing results for 
Search instead for 
Did you mean: 

How should I let different user group see different custom field value

Kris Han
Contributor
September 4, 2019

As title, I faced a question recently which I need custom field show up different value to different user group. Is there any way even script or post-function can achieve my request? Thanks!

 

    

1 answer

1 accepted

0 votes
Answer accepted
Ollie Guan
Community Champion
September 4, 2019
Kris Han
Contributor
September 4, 2019

Hi @Ollie Guan ,

Thanks for your answer. However, I try to fix it via post-function. Do you have any idea on this? Thank you very much!

Marc Minten (EVS)
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
September 4, 2019

Post functions are executed at or after the transition of a workflow. There is no user interface. If your workflow step has a screen attached, that screen is already gone when the postfunction is executed.

So there is no way to "..show up different value to different user group..." in post functions as simply there is no user interface.

Suggest an answer

Log in or Sign up to answer