Dynamic Hide: Example of How To Dynamically Hide and Show an Attribute Depending On Values Of Another Attribute with ACR 502
(Doc ID 1317632.1)
Last updated on SEPTEMBER 09, 2021
Applies to:
Siebel eConfigurator - Version 8.0.0.9[20433] and laterInformation in this document applies to any platform.
Goal
Our goal is to show you a simple example on how to setup a product which will dynamically display and hide an attribute based on the value of another attribute.
Please note that this functionality is available in version 8.0.0.9 and 8.1.1.4 as part of ACR 502 but there is no repository or extra steps needed to use it, it is built into the code in those fix packs. You do not need to apply the changes of ACR 502 to use the dynamic hide, once you install 8.0.0.9 or 8.1.1.4 patch the dynamic hide functionality will be available.
As an example, let's say that our product is a T-Shirt and the buyer has an option of personalize it with a name or not personalize it.
Our Root Product is a T-Shirt and it will have 2 attributes: Personalize and Name.
If user selects, Personalize = N, then attribute Name will not be displayed. If user selects Y, then attribute Name will be displayed.
Solution
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Goal |
Solution |
References |