Populate Instantiation Form with BDM Data

I have a specific requirement to populate my instantiation form BDM contract with the previous BDM’s data

However as the BDM’s initBDM() default script runs after the Instantiation form, it doesn’t seem possible.

Any one have any easy to implement thoughts on how to accomplish this?

Many thanks and best regards
Seán

Hi,

You should be able to use the BDM Rest API to query the BDM object. Here is the documentation that describe how to query the BDM using REST API.

Lionel

Thanks Lionel, sorted it out.
Regards