nerdexam
Microsoft

MB-280 · Question #103

Your organization has customized Dynamics 365 Sales to allow sales users to create account plans on existing accounts. The Account table has a one-to-many relationship with the Custom Account Plan…

The correct answer is D. Restrict. Configure table relationship cascading behavior The CascadeConfiguration class or CascadeConfiguration complex type) contains the properties representing actions that may be performed on the referenced table in the one-to-many relationship. Each property can be assigned one of…

Perform Dynamics 365 Sales customizations

Question

Your organization has customized Dynamics 365 Sales to allow sales users to create account plans on existing accounts. The Account table has a one-to-many relationship with the Custom Account Plan table. To comply with privacy laws, your organization needs to delete inactive account records after two (2) years. Some account managers noticed that when they delete accounts, linked account plans are also deleted. Account managers want to be able to use these account plans as references. You need to ensure that when accounts are deleted, the accounts plans are NOT deleted. Which type of behavior should you set on the delete action in the relationship between accounts and account plans?

Options

  • ACascade All
  • BCascade Active
  • CRemove Link
  • DRestrict

How the community answered

(46 responses)
  • A
    15% (7)
  • B
    7% (3)
  • C
    4% (2)
  • D
    74% (34)

Explanation

Configure table relationship cascading behavior The CascadeConfiguration class or CascadeConfiguration complex type) contains the properties representing actions that may be performed on the referenced table in the one-to-many relationship. Each property can be assigned one of the values of the CascadeType enum type. Prevent the Referenced table record from being deleted when referencing tables exist. Perform the action on all referencing table records associated with the referenced table record. * Cascade Active Perform the action on all active referencing table records associated with the referenced table Remove the value of the referencing column for all referencing table records associated with the

Topics

#table relationships#cascade delete behavior#Restrict behavior#data model customization

Community Discussion

No community discussion yet for this question.

Full MB-280 Practice