Is there any standard way of extending InventoryRecord? I need to store additional date fields coming from external inventory system. For me It looks like the only place where I could store that information is a DDS, but I wish i were wrong. Is there some fast and reliable storage for product/variant extended attributes which doesn't require republishing?
No currently there is no way to extend it. The only possible workaround is to have your own implementation of IInventoryService/IInventoryRecord, which stores/loads data from your custom table.
Hi,
Is there any standard way of extending InventoryRecord? I need to store additional date fields coming from external inventory system. For me It looks like the only place where I could store that information is a DDS, but I wish i were wrong. Is there some fast and reliable storage for product/variant extended attributes which doesn't require republishing?
Thanks in advance.