You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There is at least two ways to create controls in xrm-mock:
implicitly by just running Attribute.createLookup without passing controls parameter (default control is created);
by explicitly passing ControlComponent to Attribute.createLookup;
by running Control.createLookup.
But looks like neither of this functions fill getAttribute('name').controls array. This list is useful when we want to apply some validation to all controls of the attribute, for example.
The text was updated successfully, but these errors were encountered:
There is at least two ways to create controls in
xrm-mock
:Attribute.createLookup
without passing controls parameter (default control is created);ControlComponent
toAttribute.createLookup
;Control.createLookup
.But looks like neither of this functions fill
getAttribute('name').controls
array. This list is useful when we want to apply some validation to all controls of the attribute, for example.The text was updated successfully, but these errors were encountered: