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
Giga Sage
Giga 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
Giga Sage
Giga Sage

Please use the below code 

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


Thanks & Regards,
Vasanth