Announcing the Saviynt Knowledge Exchange unifying the Saviynt forums, documentation, training,
and more in a single search tool across platforms. Read the announcement here.

Hide a dynamic attribute on ARS page load

AS5278
Regular Contributor II
Regular Contributor II

Hi,

We have two dynamic attributes in ARS page:\

1). option

2). ExistingRole

We want that only when 'Yes' is selected in DA 'option', the DA 'ExistingRole' should appear. It should stay hidden by default(or) when 'No' is selected in option.

I have used the below Action String in 'option':

HIDE###ExistingRole###No___SHOW###ExistingRole###Yes

The above works fine if I manually select 'Yes' / 'No' in option. But when the ARS page is loaded the field 'ExistingRole' should be hidden. I have even put the default value in option as 'No'.

Still this doesn't work. When ARS form loads 'ExistingRole' field is visible even though field 'option' has value as 'No'.

It is only when I manually select 'Yes' and then 'No' that the field 'ExistingRole' disappears.

Below are the screenshots of configuration:

AS5278_0-1700047683337.png

 

AS5278_1-1700047691650.png

Is there any way we can keep the 'ExistingRole' field hidden on ARS page load?.

Please advice.

 

Thanks,

Atul SIngh

 

xurde
2 REPLIES 2

SumathiSomala
All-Star
All-Star

@AS5278 try with boolean attribute type.and select default value false

SHOW###ExistingRole###TRUE___HIDE###ExistingRole###FALSE___HIDE###ExistingRole###NONE

SumathiSomala_0-1700069692038.png

 

Regards,
Sumathi Somala
If this reply answered your question, please Accept As Solution and give Kudos.

AS5278
Regular Contributor II
Regular Contributor II

@SumathiSomala 

Thanks!. This is working as expected.

xurde