Order guide cannot be updated. Update fails with following error messages: 'This is a wrong configuration for Order guide' , 'Invalid update'Issue After an Order guide is created, if user tries to update a field on the order guide such as 'Request Method' it fails with following error messages: 'This is a wrong configuration for Order guide' and 'Invalid update'.CauseThe error messages that appear on the page are thrown because of an OOB business rule: 'Validate Portal Settings' (/sys_script.do?sys_id=df5768c1871023000f220cf888cb0b22) which also aborts the update operation The reason why this business rule fails is that when the user changes the 'request_method' field to 'Request' or 'Submit' in these cases 'no_quantity_v2' field has the value of '1'. The reason why 'no_quantity_v2' field is set to '1' is that there is an OOB 'onChange' client script: 'Default Settings for Request Method' (/sys_script_client.do?sys_id=c3d06cb787202300e0ef0cf888cb0b7c) which runs when there is a change in the value of 'request_method' The 'onChange' client script runs because 'Hide Quantity' field [no_quantity_v2] is added to the form using Configure > Form Layout, and added to the "Selected" slush bucket ResolutionChange the configuration of the "Order guide" form and ensure the "Hide Quantity" field is NOT ADDED to any section of the form. ie. 'Hide Quantity' should not be listed under the "Selected" slush bucket. When 'no_quantity_v2' field is not added to the form 'onChange' client script-> "Default Settings for Request Method" will not execute and therefore OOB business rule 'Validate Portal Settings' will not fail upon execution.