Event should be triggered, if country select as AB.

Abhilasha_123
Tera Contributor

Hi Team,

 

I need a script,

In which event should be triggered, if we select country as eg. "AB" then the field "License" became "No license available".

 

Thank you!!

 

 

1 REPLY 1

Uday Soni05
Tera Guru

Hi @Abhilasha_123 

I think in your case you can create a business on whatever table you have this fields

on Condition

When Country is "AB" and License is false(here i am supposing license field as true/false) or (if its is a string or choice field then you can have a condition License is No License Available)

And on script you can trigger the event

gs.eventQueue('event_name', current, parm1, parm2);

 

Regards,

Uday