Form Data Source Field Properties [AX 2012]
Updated: June 24, 2011
Applies To: Microsoft Dynamics AX 2012 R2, Microsoft Dynamics AX 2012 Feature Pack, Microsoft Dynamics AX 2012
Form data source field properties are described in the following table.
Note |
|---|
| It is best practice to use the properties on data source fields rather than the properties on the controls. This ensures that all occurrences of the field on the form are displayed consistently and helps make upgrades easier. |
| Property | Description |
New in this version of | ||
|---|---|---|---|---|
| AllowAdd | Specify whether you can use personalization to add a field to a form. The default value is Restricted. You use Restricted when you want the field to be added as a read-only field on the form. If AllowAdd is set to Yes, you can use personalization to add the field to the form.
| |||
| AllowEdit | Specify whether you can modify the value of the field. | |||
| DataField | Specify the name of the field from the table in the form data source. | AX 2012 | ||
| Enabled | Allows controls that display in the field to receive focus. The default value is Yes. If set to No, controls bound to this field are disabled.
| |||
| Mandatory | Informs the user that this field must be completed. If set to Yes, the field has a red wavy line in the user interface. | |||
| Skip | Determines whether controls bound to the field are skipped when the TAB key is used to navigate the form. The default value is No.
| |||
| Visible | Determines whether controls bound to the field are visible. The default value is Yes.
|
Note