Table Methods

 Init Value:

        While creating the new record this method will trigger.

ValidateField: (Only  for Validation Purpose)

        While Focus leave the Fields or Modifying the Fields it will trigger. Return type is Boolean so we can do our custom validation on the specific fields we can introduced her. It will return the boolean value based on the Field validation.

ModifiedField:

    When ever any modification on the fields this method will trigger. if we have a customization on both ValidationField and ModifiedField, this ModifiedField method will trigger if  ValidationField return true.

ValidateWrite:

    This is also validating the records, before committing the records to the database you need to do a validate for any custom logic then write it her. Based on this condition value true it will allow your records to save in the database.

ValidateDelete:

    Same like ValidateFieldWrite, before deleting the record you need to  do any validation then write the custom logic here.

ModifiedFieldValue:

    This method will trigger automatically result of the field change.


Comments

Popular posts from this blog

DMF (1073676279) - Issue Fix

Read the JSON data via REST API (X++)

Activate Financial Dimension in Dynamics 365 FO. (On- Premises)