Display one time item descriptions of dummy items
A customer is using some dummy items and changes the item description in sales order/delivery via CTRL-Tab keys. Unfortunately these custom, one time descriptions are not displayed in produmex scan, only the item description of item master data.
Please add an option to be able to display these one time item descriptions in produmex scan.
-
This is about the scenario where the CTL-Tab keys are used to override the description on the marketing document row, correct?
-
Hi Dave Gutman, yes exactly. I added the information in my post.
-
Arne Timmermann, lets get some Votes on this so it gets to the towards the top of our list. Click the blue Vote button!
-
I assume the scenario is like this: Document 1 has a one time description in the dscription field. You are creating another document from the first document. Normally you would not require a 'Transfer' macro for the item description because it would default from the item master when the ItemCode field is transferred. In this case however, you do need it.
I tried this:
Transfer($[$38.3.0]|@STORE9); // Item description
Transfer($[$38.1.0]|$[$38.1.0]); // Item
Transfer(@STORE9|$[$38.3.0]); // set the value of the description
SendKeys(^{TAB});The transfer of Store9 to the description field however automatically pulls up the item not found screen. Then I'm stumped as to how to proceed to get the unique description into the new document. I really need to transfer the information to the description field but remain in the field so that I can use the Ctrl-Tab to advance.
Any ideas would be appreciated.
Please sign in to leave a comment.
Comments
4 comments