Hello, everyone,
When using the Xrm.Navigation.navigateTo function to create a new entity record, I face the following problem: the return value savedEntityReference is null when data records are merged using duplicate detection.
So if a new data record is created, you get it back. If the window is closed without saving, the value is null. If a duplicate is detected and the records are merged, the value is also null.
If a duplicate was merged, I would like to get the ID of the "new" record. Regardless of whether a new data record has been created or a suitable one already exists, I would like to continue working with the corresponding ID.
Thank you for your help and best regards
Nico