Triggering model-defined calculations after setData in BAP Client

Hi! After setting form engine document data using the SET_DATA action, it seems that calculations depending on the updated fields are not triggered automatically. I think that this is the expected behaviour.

However, is there then a way to manually trigger dependent calculations afterwards? I tried dispatching a VALIDATE_PART action but this seems to not trigger the computations either.

Currently, there is no public action for that. However, you can of cause use the kernel API to re-compute the entire document or parts of it before you call SET_DATA.

Please create an A12 requirement if you like to have a simple action for that. :wink:

Thank you!