user defined

Is there any way to control user to switch to administrator profile in community

hello ,

i m using community version of Bonita . there are all user have default both profile ,they can switch between user and admin profile . i want to restrict user to switching admin profile

can i achieve ? in community ? \ how ? pl suggest thanks kandarp

Creating Create Groovy script for access in user defined functions of script editor

Hi,

I am creating a groovy function below from Development->Manage Groovy script...->Create... and the function runs properly although it returns NULL.

Now I would like to have access to that function in the function list of the groovy script expression editor. I can't see my function in the user defined category at the moment. How does this work?

import groovy.sql.Sql

def function_name(p_SCENARIO_ID){
def process_status =""
def process_id =-1
def message = "no run"

Notifications