Good day to all.
We have an app with configuration: Server version: 9.1.0000.0646Client version (Last Commit Version): 1.3.752-181113-02290
Dynamics configuration: Version 1710 (9.1.0.646) online
We are using the new Xrm.Navigation.openForm for opening new record form. We need to open the new record with correct business process selected.
We provide entityFormOptions["processId"] with processId we want to be selected, but it doesn`t work. New entity record is opened with default process selected instead.
In common web interface everything works fine and process is pre-filled correctly.
I tried to open new record by URL directly througth query string by providing 'process' argument, bot it works in common interface, not in UCI.
Please, help me to resolve this issue.