If you trigger the BPA as the Assistant starts, you can update the values in the virtual, and the new values will be displayed in the assistant when it opens. To do this you can use an IFS API update task.
If you want to make a change triggered by a value being chosen in another field, you can do this using a Process Enrichment task with timing Before. But i think it only works within the same Virtual.
The problem in my original post is that i am trying to trigger on change as in (2) in the parent virtual, but i’m making the update in a child virtual, which does not get refreshed.
Hi @paul harland Are you in the same assistant step and wondering why the “Aty Attached” is not updating? If so, there is no mechanism implemented to update or partially update assistants UIs after workflow executions.
It seems to work fine in many assistants e.g. we can observe a change happening in one field, and the BPA can update another field - and then we can see the changed data refreshed into the page. I wonder if there is a built-in page refresh on that assistant and not on this one, would that make sense?
If you trigger the BPA as the Assistant starts, you can update the values in the virtual, and the new values will be displayed in the assistant when it opens. To do this you can use an IFS API update task.
If you want to make a change triggered by a value being chosen in another field, you can do this using a Process Enrichment task with timing Before. But i think it only works within the same Virtual.
The problem in my original post is that i am trying to trigger on change as in (2) in the parent virtual, but i’m making the update in a child virtual, which does not get refreshed.