Hello community,
I need to call method when importing data entity, but I need to call it once before any record imported, the data entity EcoResProductMasterEntity .
I saw similar posts about sequence of call but could not find what is the method which is called only once before or after data entity is finished running:
All the methods within data entity are called for every row
.
what did I miss? Is this the case that there is not single method which is called when data entity is initialized just before importing starts.
OData and Data Management both needed to handle one extra line of code we need to add