Make visible the and mandatory the one of the field on the task level

vinuth v
Tera Expert

Hi All,

 

I am using the multi row variable set, and this variable set contains Product Model and Quantity. And I wanted to Display and make mandatory the "Serial Number" field only on the task level.

 

I tried with the UI policy with in the variable set, but it's not working.

vinuthv_0-1697119263004.png

 

 

Please any one provide the input,

 

Thanks in advance,

Vinuth

10 REPLIES 10

@vinuth v 

UI policy applies on variable set?

The variable will become mandatory only when someone opens the row of MRVS

Regards,
Ankur
Certified Technical Architect  ||  9x ServiceNow MVP  ||  ServiceNow Community Leader

Dipen Wadhwana
Giga Guru

Hi @vinuth v 

Is variable Serial Number a part of multi row variable set?

Hi @Dipen Wadhwana 

Yes, Serial Number field is created in the Multi row variable set.

 

Thank you,

Vinuth

Mark check box for Requested Item and Cat item both and then try

Jitendra Kumar1
Tera Expert

Hi Vinuth,

You can write an OnLoad client script for this requirement or else you can write a display business rule and call it back to the client script. Either one of the way you can achieve this requirement.

 

Thanks