How to show attribute value of bdm saved in previous task, I made a task where I load information in a field A and field B and I need the next task to show me the value of field A in read-only, allowing me to modify the value from Field B and place a text

1
0
-1

Cómo mostrar el valor de atributo de bdm guardado en la tarea anterior, realicé una tarea en la que cargo información en un campo A y un campo B y necesito la siguiente tarea para mostrarme el valor del campo A en solo lectura, lo que me permite modificar el valor del campo B y coloque un texto.

2 answers

1
0
-1

Gracias, Julien, lo probaré

Comments

Submitted by julien.mege on Wed, 04/01/2020 - 12:21

cool,

could you upvote the answer if it work, by clicking on the arrow next to the answer to make it visible for other users?

thx.

1
0
-1

Hello,

Normally you can easily generate an example,

step by step:

  1. first you need to have the BDM object with "field A" and "field B" (for this example "BusinessObject")
  2. In your process you need to add a Business Variable to your process: [Bottom tab Data > tab Pool Variables],(for this example name="myObject" type="BusinessObject")
  3. Then for task1, add a contract input: [Bottom tab Execution > tab Contract], by clicking on "Add from Data", and select your Business Variable "myObject" (for this example contract input name="myObjectInput1")
  4. Then create a Form for this task 2, go to the [Bottom tab Execution > tab Form], and just click on the pencil near the target form field, this will automatically create the form you need.
  5. Do again the step 3 and 4 for the task 2.
  6. then Edit the generated form for task 2, to just set the "field A" as Read Only using UI Designer.

hope this helps,

Julien.

-

Notifications