I have new custom object that should record some custom changes on tickets. I have ticket lookup relationship created on this custom object.
So what I would like when some change happen on ticket(for example when status of ticket is changed in most simple case), I would like to create new custom object of this type with link to ticket and some content.
How this can be done? Triggers doesn't have option to create new custom object records?
Only way I can think is to create webhook to some external system API, and that system could then create this custom object record via API. But I want to avoid using any external systems.
Create custom object record when ticket trigger is invoked
Login to the community
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.