Pass an id to an external application

1
0
-1

Could i know how to pass an id from a Bonita form to an external application? I have a form in Bonita which generates a unique id. I want this id to be passed into the external application. I have an html widget with a link to the url. When the user clicks on it, the generated should be passed in it.

Can anybody let me know how it can be done?

Thanks,

Regards, Anand

3 answers

1
+1
-1

Instead of using the HTML Widget as a Constant, use the expression editor to return a string to the HTML Widget as data. This way you can use all your variables in the HTML Widget.

Click on the HTML Widget, For data click on the pencil, then in the dialog box "Expression Type" click Script,

Build you script to return a string...

return "http://google.com/&uid="+myVaraiblewithuid;

regards

Comments

Submitted by anandages841 on Wed, 06/10/2015 - 13:33

Thanks Sean!

1
0
-1

as above

1
0
-1

As above

Notifications