I have come across a bug. If you open a form via Xrm.Navigation.navigateTo() as a dialog.
var navigationOptions = {
target: 2,
height: {value: 80, unit:"%"},
width: {value: 70, unit:"%"},
position: 1
};
The properties of fields defined in the form are not taken into account, e.g. Required. Also executionContext.getFormContext(); in JavaScript is null or empty. It also has an effect on business rules. Only when you click on Update (Form) the manipulations become active and the formContext contains data.
Is this bug already known?
Does anyone have a solution for this?
WarrenBelz
75
Most Valuable Professional
mmbr1606
51
Super User 2025 Season 1
MS.Ragavendar
36