114k views
3 votes
You have committed a profile as Selected and an object as Retrieve only. Which is TRUE?

a. The profile changes will be deployed, and the object changes will not
b. The object changes will be deployed, and the profile changes will not
c. Both the profile and object changes will be deployed
d. Neither the profile nor object changes will be deployed

User DrHopfen
by
8.2k points

1 Answer

1 vote

Final answer:

The correct answer is that the profile changes will be deployed, and the object changes will not, since the profile was committed as 'Selected' and the object as 'Retrieve only'.

Step-by-step explanation:

The answer to the question depends on the context in which the terms 'Selected' and 'Retrieve only' are used, which suggests the context of deployment in version control or configuration management systems. Assuming that 'Selected' means marked for deployment and 'Retrieve only' means marked to be excluded from deployment, the correct choice would be:

  • a. The profile changes will be deployed, and the object changes will not

When you commit a profile as 'Selected,' it indicates that the profile changes have been marked for deployment to the target environment. Conversely, marking an object as 'Retrieve only' suggests that the changes to that object will be retrieved from the source environment but not deployed to the target environment.

User Hellion
by
6.9k points