Question: 1 / 50

How do you ensure that the value a user inputs into a Configuration Attribute is preserved so that the user does not need to re-enter it when reconfiguring the bundle at a later time?

Add the Configuration Attribute to the ReferencedFields field set

Check the "Store Configuration Attribute Values" checkbox in the Steelbrick package settings

Check the "Store Value" checkbox on the Configuration Attribute record

Create a field on the Quote Line object that has the same data type and API name as the field you created on the Product Option object

Creating a field on the Quote Line object with the same data type and API name as the field on the Product Option object ensures that the value input by the user is saved and can be retrieved when reconfiguring the bundle. This is because the values entered on the Quote Line object are preserved even when the Product Option is reconfigured. The other options are incorrect because they do not address the storage and retrieval of the user input in a way that ensures it will be available for later use. Option A only adds the Configuration Attribute to a field set, which does not guarantee its storage. Option B refers to settings for the Steelbrick package, rather than the specific Configuration Attribute and its values. Option C only allows for the storage of a static value, not one entered by the user.

Next

Report this question