Skip to main content

Posts

Showing posts with the label SBL-UIF-00348

Custom Popup Applet in Siebel Returns Error: "Method ShowPopup is not allowed here (SBL-UIF-00348)"

Background: A custom button was created with the method name 'abc' , which triggers a workflow through a Business Component user property. This workflow is designed to open a popup applet that displays a BI Publisher (BIP) report. However, when clicking the button, although the popup applet opens, it displays the following error message inside: Method ShowPopup is not allowed here (SBL-UIF-00348)   Error Message: We detected an error which may have occurred for one or more of the following reasons: Method ShowPopup is not allowed here (SBL-UIF-00348) Debug and Resolution: After reviewing the Siebel Personalization Log, it was observed that following the execution of the custom method 'abc' , Siebel internally calls the 'ShowPopup' method. It turned out that 'ShowPopup' was also being used for another popup applet where it had been explicitly disabled via an Applet User Property ( CanInvoke = FALSE ). For testing purposes, we deactivated ...

OK button disabled on Siebel Pick Applet - (SBL-UIF-00348)

Description: Configured a new Pick Applet and after compilation when tested, OK button was disabled. Forced the OK button to enable by using CanInvoke = TRUE. When tested Siebel returned below error: SBL-UIF-00348: Method PickRecord is not allowed here. Possible Solutions: Make sure Business Component is not read only for the selected record. Filed on which Pick Applet is configured is not read only on Business Component level. Filed on which Pick Applet is configured Immediately Post Change, Link Specification check boxes are checked.