Notifications
Announcements
No record found.
hi all,
please let me know what are the important methods are called during import and export ( data entity ) ?
please give me more shed on this.
thanks!
The most important for a developer are:
- postLoad (during export) - here you can populate virtual fields with x++ code
- mapEntityToDataSource (during import) - here you can run some logic based on the imported record
thanks Nikoloas,
if i want to set "break point" during import or export, in those methods ( postload , mapEntityToDataSource ) i can put rite?
in which class, i got those methods -- ( postload , mapEntityToDataSource ) ?
The methods are in the data entity itself. Yes, you can put a breakpoint there.
If you don't see those methods in your entity, you need to override them in order to modify or debug them.
thanks
post load method -- it is used to read records from database ( tables)
is it rite?
No, it's not right.
It's called after reading a record. That's why it's called postLoad().
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.
As AI tools become more common, we’re introducing a Responsible AI Use…
We are honored to recognize Neeraj Kumar as our Community Spotlight honoree for…
These are the community rock stars!
Stay up to date on forum activity by subscribing.
Martin Dráb 559 Most Valuable Professional
André Arnaud de Cal... 464 Super User 2025 Season 2
Sohaib Cheema 250 User Group Leader