Hello,
I have a standard dual-write entity "cds sales order headers". Underlying entity in AOT is SalesOrderHeaderCDSEntity
I need only those newly created SalesOrders in FO to be created in CE that have SalesOrderOriginCode equal to those values pointed out in the parameters of "Accounts receivable" module.
Simple dual-write filtering described here
docs.microsoft.com/.../customizing-mappings
isn't sutable for me as I see it. My scenario is more difficult. So I believe I should do that via code in some method of dataentity. Or I'm wrong and complex filtering can be done in dual-write UI?
If via code s what's the best dataentity method for that? InsertEntityDataSource()?
Thanks.