You need to sign in to do that
Don't have an account?
Mathias_K
How to get with a trigger an ID of an Object that is generated by the trigger
Hello,
i hope you can help me.
I have a trigger on a the Event Object , that creates a Visit Report (Customized Object) after generating a Event.
At the moment the trigger generate a visit report but i want to write back the id of the generated visit report into the event.
can i handle this in only one trigger?
Thx 4 help
i hope you can help me.
I have a trigger on a the Event Object , that creates a Visit Report (Customized Object) after generating a Event.
At the moment the trigger generate a visit report but i want to write back the id of the generated visit report into the event.
can i handle this in only one trigger?
Thx 4 help
First I hope you are doing this before insert of Event Object.
To get the id of inserted Visit Report records:
I hope it will help you.