Hi all,
I want to show up a message when shipment(SO302000) loaded. Which event should I use? All events fired by some actions. I can’t find any like document loaded event.
Hi all,
I want to show up a message when shipment(SO302000) loaded. Which event should I use? All events fired by some actions. I can’t find any like document loaded event.
Best answer by markusray17
Initialize runs when the graph is created. Two issues with that code though. Base.soorder.Current probably isn’t set at that point so you likely are getting a null reference error. Additionally using the Ask method actually throws an error and then calls the method again with the user input. That would probably cause all sorts of issues if you do that during the Initialize method.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.