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.

  1. In Siebel Web Tools, create a new workspace.

  2. Navigate to applet SIS OM Config Playbar Applet.

  3. 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.

  4. Test and deliver the workspace.

Note: If you do not define 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.