In Siebel IP17 once you will open Weblayout editor to arrange controls on the template then you won't be able to see anything and if you look into the browser console, you will see below error:
WebTools is the correspondent of Tools, and should, therefore, contain no customizations. This includes JS files.
Uncaught TypeError: this.GetUIWrapper(...).BuildPreview is not a functionThe issue is caused by the following setup: Customization added at JS level.
WebTools is the correspondent of Tools, and should, therefore, contain no customizations. This includes JS files.
In order to fix this use below parameters:
Manifest Safe Load : TRUE
Enable Safe Boot : TRUE
No comments:
Post a Comment