Changing Save All button behavior
In configuring multiple customizable products view, when you click Save All button, you are shown the following message:
One or more products have incomplete configuration. Click the Cancel button to return and complete the configurator. Click the Incomplete button to Save the incomplete configuration.
And then you have a choice to either click Ok or Cancel.
Developers can change the configuration to block the user if the product configuration is incomplete.
-
In Siebel Web Tools, create a new workspace.
-
Navigate to applet SIS OM Config Playbar Applet.
-
Add following optional Applet User Properties and values:
Name:
ClientPMUserProp
Value:
BlockExitOnIncompleteInstance,BlockExitOnIncompleteInstanceMsg
Name:
BlockExitOnIncompleteInstance
Value:
True
Name:
BlockExitOnIncompleteInstanceMsg
Value: Any message text you want.
-
Test and deliver the workspace.
BlockExitOnIncompleteInstanceMsg
(remove it from
value for ClientPMUserProp
too), it will display only the first line of
the message for several incomplete instances, that is One or more products
have incomplete configuration.