Issue with Country-Specific LOV Trigger After Migration to Redwood
in Help Desk
Summary:
We need to implement two country‑specific lists of values for the queue. Earlier, in the Classic version, we created a trigger that retrieved the user’s location and employee person number through web services. However, in Redwood, that trigger is no longer working. Could anyone please help us resolve this issue?
Content (please ensure you mask any confidential information):
Version (include the version you are using, if applicable):
26A
Code Snippet (add any code snippets that support your topic, if applicable):
Rest API:
Groovy Script:
def EmplData;
def PersonData;
def except;
def eeName;
def conn;
def personID2;
try
Tagged:
0