Displays an error or recommendation notification for a control, and lets you specify actions to execute based on the notification.
Adds an event handler to the OnOutputChange event.
The function to add to the OnOutputChange event.
Clears the notification identified by uniqueId.
Optional
uniqueId: string(Optional) Unique identifier.
true if it succeeds, false if it fails.
If the uniqueId parameter is not used, the current notification shown will be removed.
Gets the control's bound attribute.
An Attribute type.
The attribute.
Gets the control's bound attribute.
The attribute.
Gets the controls type.
The control type.
Values returned are:
Gets the name of the control on the form.
The name of the control.
The name assigned to a control is not determined until the form loads. Changes to
the form may change the name assigned to a given control.
When you use the control getName method the name of the first control will be the
same as the name of the attribute. The second instance of a control for that
attribute will be "
Returns a dictionary of the output properties of the control.
A dictionary for the output parameters from the control.
For a PCF control this is of the pattern
Removes an event handler from the OnOutputChange event.
The function to remove from the OnOutputChange event.
Sets a control-local notification message.
The message.
Unique identifier.
true if it succeeds, false if it fails.
When this method is used on Microsoft Dynamics CRM for tablets a red "X" icon appears next to the control. Tapping on the icon will display the message.
Generated using TypeDoc
Interface for a standard control.
See
Control
Deprecated
Use StandardControl instead.