SysId is showing rather than the name

joshmorris
Tera Guru

joshmorris_0-1744732059910.png

joshmorris_1-1744732187613.png

Hi, as shown in the ticket screenshot in the top line of the description the data being pulled through is being shown as the sysid of the division rather than the name. Any idea how to fix it.

 

1 ACCEPTED SOLUTION

Sandeep Rajput
Tera Patron
Tera Patron

@joshmorris Please replace the line number 13 in your record producer script with the following.

 

current.description = "\n What divisions does this affect?: "+producer.what_business_area.getDisplayValue();

joshmorris_1-1744732187613.png 

View solution in original post

1 REPLY 1

Sandeep Rajput
Tera Patron
Tera Patron

@joshmorris Please replace the line number 13 in your record producer script with the following.

 

current.description = "\n What divisions does this affect?: "+producer.what_business_area.getDisplayValue();

joshmorris_1-1744732187613.png