Can someone explain how to get the new field that I added to an entity through an extension into the staging table? Ultimately I need the value in BYODB.
I added the field InterCompanyOriginalSalesId from PurchTable to PurchPurchaseOrderHeaderV2Entity as szInterCompanyOriginalSalesId through an extension and now can see it in the entity when looking at the odata query urls.
How do I get this field added to the staging table for that entity: PurchPurchaseOrderHeaderV2Staging? I assume I need to extend that table but I'm unclear how to add the fields so that they get mapped to the entity correctly. TIA!