Is the After Create triggered when an object is created with

Posted by koreem on 29-Oct-2015 03:34

Is the After Create triggered when an object is created with a datamap?

Posted by Rajkumar Mateti on 29-Oct-2015 03:54

We have to Check the check box "Run dependent triggers after this one is completed"  in Create new record trigger to run trigger when a record is created by datamap.

EX:

1) Object A has Trigger T1 on timing after create

2) Object B has Datamap created to create record in object A, And a New Record trigger

    Note: In this new record trigger we have check the check box "Run dependent triggers after this one is completed"

3) Create a record in B it will create a record in object  A and it will run the trigger T1.

Hope this helps.

Thanks,

Rajkumar

All Replies

Posted by Rajkumar Mateti on 29-Oct-2015 03:54

We have to Check the check box "Run dependent triggers after this one is completed"  in Create new record trigger to run trigger when a record is created by datamap.

EX:

1) Object A has Trigger T1 on timing after create

2) Object B has Datamap created to create record in object A, And a New Record trigger

    Note: In this new record trigger we have check the check box "Run dependent triggers after this one is completed"

3) Create a record in B it will create a record in object  A and it will run the trigger T1.

Hope this helps.

Thanks,

Rajkumar

Posted by koreem on 29-Oct-2015 04:00

Thanks Rajkumar!

This thread is closed