When i import inventory ítem - customer "Price Type = Standard" and after i want to import inventory ítem - customer "Price Type = Promotions", the system doesnot work.
*This post is locked for comments
When i import inventory ítem - customer "Price Type = Standard" and after i want to import inventory ítem - customer "Price Type = Promotions", the system doesnot work.
*This post is locked for comments
Hi VICAVI99,
I assume you are importing into the Sales Price screen. You need to be sure to press the Refresh button in the Control Macro in order to import into this screen. Here is how the Control Macro should look:
Add the following code to the transaction import control macro, between the end of level 0 and the beginning of level 1.
serr = SetObjectValue( "cmdRefresh", "PRESS" )
For example:
' cReplaceExistingPricePlans is an Check Box
' Values are 1 for ON and 0 for OFF
' Values are CHECKED for ON and UNCHECKED for OFF
serr = SetObjectValue( "cReplaceExistingPricePlans", ImportField(11) )
serr = SetObjectValue( "cmdRefresh", "PRESS" )
case 1 ' 1 of 2
'Level 1 if of Type D
' Field mask is UUUUUUUUUUUUUUU
serr = SetObjectValue( "cCatalogNbr_0", ImportField(1) )
If you have already added this change to your Control Macro, please explain in more detail what you are trying to do and what isn't working.
André Arnaud de Cal...
292,516
Super User 2025 Season 1
Martin Dráb
231,430
Most Valuable Professional
nmaenpaa
101,156