In the current version there is no possibility to hide tab on a certain condition within user tools. Though it is already planned by our R&D team for further releases. For now it requires additional development. Please find a discussion which can be useful - https://community.bpmonline.com/discussion/10833 There are the parts of the code that are used to make the detail visible for the certain group of users only, you can change it for the functionality to meet your needs.
How can I build a custom Radiobutton list/Checkbox list in BPM'Online Designer? Is there a way? I know you can use looksups to select a single item but I need something like a Radiobuttonlist or checkboxlist to select multiple items.
We generally recommend you to add new lookup field from the page designer deirectly. http://prntscr.com/iha3ti
This way the object will be registered automatically.
After that you can access the required lookup in the [Lookups] section and populate it with data. There you have to click New Lookup and make sure you are entering the correct value for the Title or Name, while creating a new lookup table .
In case you want to use the object you have created, please make sure that the parent object for the one you have registered is a [Base lookup] object and you are entering either the correct Title or the Name (the name generally contains a code Usr, if you have created the object in the Custom package).
Unfortunately, currently there is no option to make multi-line fields for the grid. They just don't work there yet. However, such opportunity may be added in one of our future releases. We have added this to our backlog.
Does anybody have the code snippet to open a new Webpage in a seperate tab from a button action in BPMOnline?
I have a field with link in the Accounts section, I have created a custom button with name "Open Webpage". When user clicks on this button, the link in the custom field has to open in a new seperate tab on the same page.