Skip to main content
Question

Conditional Required Field in FSM

  • September 19, 2024
  • 2 replies
  • 71 views

Forum|alt.badge.img+7

Are conditional required fields possible in the FSM Smart Client?

For example, if REQUEST.REQ_TYPE = “Some Value” then  REQUEST.USER_DEF1 is required else it is not required.

Thanks,

Barry

2 replies

Shneor Cheshin
Superhero (Employee)
Forum|alt.badge.img+28
  • Superhero (Employee)
  • 1183 replies
  • September 19, 2024

Hi @MWAMAITTEAM 

According to the client script documentation it is supported. So you can write a client script to manage this behaviour.

 

Cheers!


Forum|alt.badge.img+7
  • Author
  • Sidekick (Customer)
  • 29 replies
  • October 2, 2024

Thanks Shneor, I will take a look at client scripting.