I have a client who wants his Google product feed to include sale prices. This requires searching for price groups that the product is assigned to.
I did a search through the LSK for "PriceGroupList_Load_Product." I found this:
Is there a replacement?
I did a search through the LSK for "PriceGroupList_Load_Product." I found this:
Code:
<MvFUNCTION NAME = "Runtime_PriceGroupList_Load_Product" PARAMETERS = "cust_id, product_id, pricegroups var" STANDARDOUTPUTLEVEL = ""> <MvFUNCTIONRETURN VALUE = "{ [ g.Library_Filename_Utilities ].Error( 'MER-DBE-RNT-00053', 'This function has been deprecated' ) }"> </MvFUNCTION>
Comment