function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Felix Jong Seok ChaeFelix Jong Seok Chae 

Create a tag attached to a new case record in apex developer console

I would like to create a trigger where we can attach a tag to a new case record after a new record is inserted.
How do I do this in apex developer console?
Best Answer chosen by Felix Jong Seok Chae
HARSHIL U PARIKHHARSHIL U PARIKH
I found some of the helpful links if you like,

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_casetag.htm

https://salesforce.stackexchange.com/questions/85353/creating-tag-for-cases-through-a-trigger


 

All Answers

HARSHIL U PARIKHHARSHIL U PARIKH
I found some of the helpful links if you like,

https://developer.salesforce.com/docs/atlas.en-us.api.meta/api/sforce_api_objects_casetag.htm

https://salesforce.stackexchange.com/questions/85353/creating-tag-for-cases-through-a-trigger


 
This was selected as the best answer
Felix Jong Seok ChaeFelix Jong Seok Chae
Govind, Thank you very much for your help.