cancel
Showing results for 
Search instead for 
Did you mean: 

Form Control based on Roles

Former Member
0 Kudos

Is it possible to control form display in HCM Forms & Process?

Is it possible to disable the print button in the adobe form for Manager role? What are the settings one should be to achieve this?

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can set the visible of particular UI element at particular Scenario Step which the user can approve with the role.


if( $record.FORM_SCENARIO_STAGE.DATA[*].FIELD == "FSS_STEP_NAME" )
then
	this.presence = "visible"
else
	this.presence = "hidden"
endif

Kind Regards,

Mukesh

Former Member
0 Kudos

Hi,

I am also having same issue , I want to set two field f1,f2 as read only based on STEP - request .

I tried this code but its not working.

Can you tell me is I am doing some thing wrong.

Thanks