Notifications
Announcements
No record found.
Hi,
need solution
I need to run a function called Delete_From TheTableName inside the postload() method in data entites while exporting the data.
only once during the entire export activity.
Here's my code
public void postLoad() {
{
Delete_From TableName // this function should call only once during entire export activity
}
*code// condition for my export activity
Thanks inAdvance.
Hi Goutham,
Even I am looking for solution for the same issue.
This sounds like a strange design. What is the business requirement that you're trying to implement by this code?
By the way, please always use Insert > Code is paste source code. The result will be eaiser to read and work with:
public void postLoad() { delete_from tableName // this function should call only once during entire export activity *code// condition for my export activity }
The postload() method is called per row. So, this would not be the correct method. Like Martin, I'm curious what you want to achieve. What exact data and under which conditions should be deleted during an export and for what reason?
Can you explain your requirement ? PostLoad runs for each record, so if your task is to run only once, it would not help .
Hello,
If you want to export new records only than use incremental export than deleting the table data. Additionally you can also explore PostGetStagingData method on data entity.
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 551 Most Valuable Professional
André Arnaud de Cal... 450 Super User 2025 Season 2
BillurSamdancioglu 278 Most Valuable Professional