Is there another way to bring data from BDM to UI Designer other than through a API REST?

1
0
-1

I am using a REST API variable to bring BDM data and display it in the UI Designer, my question is if there is another way to bring the BDM contents to the UI Designer?

1 answer

1
0
-1

Hi,

You can also query the BDM directly using the corresponding REST API. You can find an example here: http://documentation.bonitasoft.com/?page=bdm-api#toc1

Cheers

Comments

Submitted by romualdo.s.rs on Mon, 06/05/2017 - 16:53

Yes, with API REST I can already bring the content, but would I need to bring this data in another way is it possible?

Submitted by romualdo.s.rs on Mon, 06/05/2017 - 16:53

Yes, with API REST I can already bring the content, but would I need to bring this data in another way is it possible?

Submitted by Lionel Palacin on Mon, 06/05/2017 - 16:58

Got it. Then yes you can declare a business variable at your process level, then access this variable in your form using the context variable.

Submitted by romualdo.s.rs on Mon, 06/05/2017 - 17:01

And I can apply a filter on top of this variable just as it is possible by a REST API?

Notifications