CS_ITEM_INSTANCE_CUHK - Not working for Update_Item_instance_Post
Hello Experts,
We're using the CSI_ITEM_INSTANCE_CUHK Oracle Custom Hook to update an extended attribute value based on a Ship To location name which is setup at the Customers/Party OAF page.
We have scenarios like when you create/update an Item Instance, the extended attribute value must always be in sync with the Ship To Location name, hence it must always be created/updated.
We have placed our logic/code in both the "Create_Update_Item_Post" and "Update_Item_Instance_Post" procedure within the Custom Hook. Although this is working while creating the item instance but not working in the Update Item Instance scenario.