Showing posts with label Data entities method calling sequence in D365FO. Show all posts
Showing posts with label Data entities method calling sequence in D365FO. Show all posts

Friday, April 16, 2021

Data entities method calling sequence in D365FO

 
EXPORT:
       Entity- postLoad()
       staging - insert()
       Entity- postLoad() - depends on records

IMPORT:
       staging - postLoad()
       Entity - postLoad()
       Entity - initValue()
       Entity - validateField() - depends on no of fields
       Entity - validateWrite()
       Entity - insert() / update()
       Entity - persistEntity()
       Entity - initializeEntityDataSource()
       Entity - mapEntityToDataSource()
       Entity - insertEntityDataSource() / updateEntityDataSource()
       Entity - mapDataSourceToEntity()
       staging - postLoad()

Table browser URL in D365FO

Critical Thinking icon icon by Icons8