FormDataObject.Modified
Use this method when the user changes the contents of the field. This event can
be used to make calculations or other operations which depend on the field.
For system-wide functionality during a manual change of a database field,
override the modifiedField method on the table.
FormDataObject.Validate
Use this method to validate the contents of the field. This event can be used to
supplement or remove the ordinary validation.
For system-wide functionality during the validation of a database field,
implement this by overriding the validateField method on the table.
Best Regards,
Hossein Karimi
Saturday, July 14, 2018
Common Methods to Override

Subscribe to:
Post Comments (Atom)
Configure the Firewall on the Enterprise Portal Server
After you install Enterprise Portal, enable Web Server (HTTP) in Windows Firewall. If you do not enable the web server in Windows Firewall...
-
To integrate Microsoft Dynamics AX and Analysis Services, you must connect Analysis Services to the Application Object Server (AOS). To do s...
-
1. Open Microsoft Dynamics AX. 2. In the AOT, expand the Queries node, and then locate the CustTrans_W1 query. 3. Expand the CustTrans_W1 ...
-
The below select query will give the both the Sales Line record count and the sum of sales quantity. static void Test_Data(Args _args) ...
No comments:
Post a Comment