We're reclaiming inactive PDIs to keep them available foractive builders.Learn what's changing, who's affected, and how to protect your work. Read More
Rajeshkumar1Your code Helps me, I made some changes to do it work:Server-side script:var choice = new GlideRecord('sys_choice');choice.addEncodedQuery("name=sn_customerservice_case^elementLIKEstate");choice.query();var allChoice = [];while (choice.ne...