Hello,
I have created a Data Entity using FMCustomer.I added a record using X++ in data entity.
1)This data is inserted in the target table directly or staging table?Where it adds the record?
I am observed on insertion that staging table doesnt has any data in it.
2)If No, how can I add data in staging table first, so that I can validate there and then insert in target table.