Get a first look at what's coming. The Developer Passport Australia Release Preview kicks off March 12. Dive in! 

Need to populate record producer name in the Incident short description

ab
Tera Contributor

I have a requirement to populate the name of the record producer in the Incident's short description when the incident got created from that record producer.

1 ACCEPTED SOLUTION

Vasantharajan N
Tera Sage

Please use the below code 

current.short_description = "Catalogue Name : "+cat_item.name;


Thanks & Regards,
Vasanth

View solution in original post

5 REPLIES 5

Vasantharajan N
Tera Sage

Please use the below code 

current.short_description = "Catalogue Name : "+cat_item.name;


Thanks & Regards,
Vasanth