• SBM JavaScript Get Field Value from another table

    Hi! I have a JavaScript that linked to Form1 and as you know the form has created based on Table1, so there is a JavaScript file linked to Form1 to handle some integration with a 3rd party database, now I need to get a field value from Table2 and use…
  • Do changes from the SBM Composer overwrite previous manual changes in the Application Administrator?

    Do changes from the SBM Composer overwrite previous manual changes in the Application Administrator? For example, a change to the field requirement in the Application Administrator? Example: If I change a field requirement in the Application Administrator…
  • Deleting states in SBM Composer - what happens to the items that were in the now deleted state?

    Hello everybody, I want to modify a workflow with the SBM Composer. If I delete a state, but there are still current items in this state in the SBM Workcenter, what happens to these items? Will they be deleted or transferred to another state? Or what…
  • Sub-Form Functionality

    There's a feature I'm not sure if SBM might have and I could just be missing it, so I was wondering if anyone had any information Essentially, my use case is this: The workflow I'm creating has three main transition forms: Submission, Transition,…
  • Using empty dates in Composer rules

    SBM 11.3 How can I use an empty date field in the Rules section? I need to make a button hide if a date field has a value. I don't care what the value is, but if it has a date value, the button should be hidden. If the date is empty/null, then I'd…
  • How do i include CSS files to a specific form?

    Hi All, I try to include a javascript file and which comes with a css file for styling. But I don't see a way to include this in SBM Composer, any idea for this? Thanks, Derek
  • Auto close parent request when all sub tasks are completed

    Hi, I have a request from which I can create multiple sub tasks using sub task transitions. And my parent request will get auto closed when all sub tasks are completed. But the problem is when I try to create first sub task and due some reasons I cancel…
  • Sorting script into subfolders in Composer

    The idea would be to sort scripts into subfolder inside those big folders (appscript
  • Getting recursive type error while importing WSDL file

    I have a WSDL file. I want to invoke that web service. So i am importing that WSDL into composer. But I am getting an error like, "Web service cannot be by application engine because it contains the recursive type: http://sql.java/xsd:Connection . The…
  • Mass changing of URL on reports

    In composer, is it possible to change a part of a URL on all report URL's? We are changing server, so only need to change the server address part of the URL, but have 100's of reports and do not want to go through one by one. Thanks
  • Copy Transition without Attachements

    Hi everyone, is it possible to use the copy transtion to create a new item but without copying the attachements from the original item? Kind regards, Michael
  • Composer hangs in 11.0.1

    Has anyone encountered problems with Composer in 11.0.1? I am finding that the first time I try to check out the workflow or a form it will hang so I end up having to kill it in Task Manager. Or occasionally when the first thing I do is look at Data design…
  • Auxiliary Table View

    Hello! How is the table view meaning the order of rows being defined when we see a auxiliary table in SBM Administrator ? Is it possible to have control over designing the fields and its placement? I know this is a weird question but I've got…
  • Calculate Time Difference AppScript

    I am not sure if there is a function/item in SBM Composer which will output time difference when user inputs Start Time and End Time. Can anyone help out if it's possible/guide me in right direction? Thanks
  • Field update in a transition

    Hello! Is there a possibility to identify if a particular field is updated/changed in a given transition ? I'm trying to check it in ts_changeactions, ts_changes but not getting idea to bring all together to identify a particular field update with…
  • Using a custom form to add item links; how to include some error checking conditions

    Hello, We are running SBM 10.1.2.2 and have set up a custom transition form to use when an item has been identified as a duplicate of an existing item in the same process app. On our custom form I added a button that performs the Tool Bar action 'Add…
  • Multiple Projects Single Process App/Workflow?

    I'm looking at the Service Request application for SRC 5.1.1 and I'm noticing that in SBM administrator after I've deployed the application there are multiple sub-projects under Request Center. What confuses me is that In my experience I've seen that…
  • Form Actions Only working in Preview

    Hello, I've created a form action to hide the "Title" of an item on submit, when I preview this in SBM Composer using "enable javascripts" the field is hidden as expected, but when I publish and deploy this app and then test in a live browser on my PC…