Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi ,
I have to pass multiple String as parameters on triggers, i have tried many ways but its not working.
i have a Zone if user selects some Zone so its corresponding countries should get select along with it. also selected countries names should appear in CSB.
Thanks
Manish
='(val1|val2)'
let me know
Hi Alessandro,
I have a string values like
Zone:NA and under that i have two countries like canada and United States.
Can you take above example and give a try on click on NA both the countries should get selected but i have to pass these names in trigger
Hi Alessandro,
My mistake we need to pass it through double quotes.
Thanks for your help!
Try with
(Field1|Field2)
Or
'(Field1|Field2)'
Regards
Anand