web
You’re offline. This is a read only version of the page.
close
Skip to main content
Community site session details

Community site session details

Session Id :
Finance | Project Operations, Human Resources, ...
Suggested answer

Update a table field after DMF export completes

(1) ShareShare
ReportReport
Posted on by 431
Hi,
I have a scenario where I want to update the field on the underlying table in the data entity after successful DMF export for all the records exported in that execution as exported = yes.
This is required mainly for the cleanup job so that we can delete the exported records from the table.
Also, is there any way to identify the rows exported with change tracking enabled apart from sysrowversion which is not useful for this scenario.
Thanks!!
Categories:
I have the same question (0)
  • Layan Jwei Profile Picture
    8,025 Super User 2025 Season 2 on at
    Update a table field after DMF export completes
    Hi,
     
    Did you try DMFDefinitionGroupExecution table on the update method?
     
    If(dmfDefinitionGroupExecution.TargestStatus == DMFBatchJobStatus::Finished)
     
    And
     
    If(DmfEntity::find(dmfDefinitionGroupExecution.Entity).TargetEntity == 'YourEntity')
  • Suggested answer
    Anthony Blake Profile Picture
    2,662 Super User 2025 Season 2 on at
    Update a table field after DMF export completes
    Hi @Dev
     
    Are you doing this in an Automated way at all?
     
    You are you could use the exported list itself to run an update, running the same Export back in as an Import a DMF import with 2 columns, one for your unique identifier and another to set the flag to Yes.
     
    Anthony

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.

Helpful resources

Quick Links

Responsible AI policies

As AI tools become more common, we’re introducing a Responsible AI Use…

Andrés Arias – Community Spotlight

We are honored to recognize Andrés Arias as our Community Spotlight honoree for…

Leaderboard > Finance | Project Operations, Human Resources, AX, GP, SL

#1
CA Neeraj Kumar Profile Picture

CA Neeraj Kumar 846

#2
André Arnaud de Calavon Profile Picture

André Arnaud de Cal... 810 Super User 2025 Season 2

#3
Sohaib Cheema Profile Picture

Sohaib Cheema 797 User Group Leader

Last 30 days Overall leaderboard

Product updates

Dynamics 365 release plans