is it possible to modify BDM variables in an application page?

1
0
-1

Hi,

I'm looking for a way to modify a bdm variable in an active case from an application page.

I can access the variable with the REST API using the case context but how can I make the update in the database when clicking on a button?

Is it possible or do I have to use a Process Task in order to update a BDM variable?

Is it the same problem with the case variables?

1 answer

1
0
-1

Hi,

You have to instantiate a process from your application using the REST API and a Button with a POST action.

HTH

Romain

Comments

Submitted by torea_1402565 on Mon, 05/25/2020 - 21:59

Hi,

I already have a process instance running. I can read the BDM variables values but I don't know how to modify them in an application page.

For now, I've made a task which runs in parallel to the normal process, and I modify the variables using this task.

Notifications