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…
Question
Options
- ACascade All
- BCascade Active
- CRemove Link
- DRestrict
How the community answered
(46 responses)- A15% (7)
- B7% (3)
- C4% (2)
- D74% (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
Community Discussion
No community discussion yet for this question.