By using this website, you agree to our Terms of Use (click here)
I have not been able to make an import scenario work that is trying to change a stock item's item class. When attempting to do this in the screen a dialog box pop-up for confirmation. I have attempted to simulate this dialog answer in the scenario but it still does not work.
Any suggestions?
You need to include the <Dialog Answer> prior to the step that triggers it. Here's an example for reversing a journal. This also triggers a confirmation.
Thanks for the response. I had the dialog answer in the scenario but realize it need to be on the Summary target object and I had it on the detail.
Nice work Royce!
Weird huh? Apparently it makes sense to programmers why the order is reversed, but not to me. Just the way it is.
I had to do the same, and it worked great for me. I would have never guessed. Thanks Royce.