What are the triggers associated with master detail relationships ?

Questions by Shweta_faqs   answers by Shweta_faqs

Showing Answers 1 - 10 of 10 Answers

Shyamal Kumar

  • Feb 18th, 2006
 

Following are the triggers associated with Master Detail relationship.On populate detailsOn check delete masterPre delete

  Was this answer useful?  Yes

narasimha

  • May 20th, 2006
 

THEREE TRIGGERS ARE ASSOCIATED WITH THE MASTER DETAIL RELATIONSHIP.

THEY ARE:

ON_CHECK_DELETE_MASTER,

ON_PAPULATE_DETAILS,

ON_CLEAR-DETAILS.

  Was this answer useful?  Yes

srinivas

  • Aug 16th, 2006
 

The default triggers associated with Mater detail relationship are

1. On_check_delete_master

2. On_clear_details

3. On_populate_details

  Was this answer useful?  Yes

prachi

  • Sep 13th, 2006
 

4. pre-delete

  Was this answer useful?  Yes

Neethi

  • Jan 17th, 2007
 

* Non-Isolated (default)

On-Check delete Master

On Populate Details

On Clear Details

*Isolated

On Clear Details

On Populate Details

*Cascade

Per-Delete

On Clear details

On Populate Details

Ziaullah

  • Jul 17th, 2008
 

NON-ISOLATED (default)

a) on check delete master

b) on clear details

c) on populate details

 ISOLATED

a) on clear details

b) on populate details

CASCADE
a) per-delete

b) on clear details

c) on populate details

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions