Salesforce Certified Data Architecture Practice Test

Disable ads (and more) with a membership for a one time $2.99 payment

Prepare for the Salesforce Certified Data Architecture Exam. Test your knowledge with flashcards and multiple choice questions, complete with hints and explanations. Get ready for success!

Each practice test/flash card set has 50 randomly selected questions from a bank of over 500. You'll get a new set of questions each time!

Practice this question and more.


To avoid overwriting opportunity amount updates in NTO, what should a data architect recommend?

  1. Create a custom field for opportunity amount that sales users update separating the fields that PPS updates.

  2. Create a custom field for opportunity amount that PPS updates separating the field that sales users update.

  3. Change opportunity amount field access to read only for sales users using field level security.

  4. Change PPS integration to update only opportunity amount fields when values is NULL.

The correct answer is: Change opportunity amount field access to read only for sales users using field level security.

To ensure that opportunity amount updates in NTO are not overwritten, it's essential to control how different users and systems can access and modify this field. Making the opportunity amount field read-only for sales users via field level security effectively prevents them from making any changes to that field. By restricting write access to the field for sales users, it allows the system, such as PPS (the integration system), to update the opportunity amount without the risk of being overridden by changes that sales users might make. This creates a clear governance structure around the data, ensuring that only one source of truth is maintained for the opportunity amount, fundamentally safeguarding data integrity. In contrast, the other answer choices would either complicate the data architecture with additional custom fields (which may lead to confusion or inaccurate reporting) or allow for potential scenarios where different parties might make conflicting updates to the opportunity amount. Therefore, controlling the access to the field itself is a much more streamlined and effective solution.