Hello everyone, just wanted to know how I can edit the slide menu for creating Sales Order. I want to call the right layer. Is this done on the Menu Maintenance? I want to call it on a different menu. Thanks
You’ll need to copy and override the stock event in App Studio.
when I choose to click it goes into a Quote Order Wizard
after it will ask to open in the Sale Order that is what I want to change
You’ll need to use Dev Tools and find out which event(s) you need to change.
Absolutely, you need to copy the event then you can name it and edit the copy. Also on the copy, set an override on the green starting node so it runs instead of the base event:
- Override stock Events - IF the stock event has “No Trigger” as starting node
- Copy the stock event and make changes as you need
- Then on the Trigger set:
- Type: Event
- Hook: Override
- Target: stock event name
Let me know if that worked for you.
Yes. click on the green “No Trigger” starting node and in the Properties on the right follow the instructions above.
Yes or save and preview to ensure it does what you want.
Hi Randy does it normally goes to this folder instead of the original User Define Action?
I tried but seems it was not executing. Do I need to publish and try it?
It kind of puts it wherever it wants. Use the DevTools to see which events are triggering. Since you overrode the base and have your copy enabled it should fire.
I will disable it for now coz when we tried it keeps on calling the wizard again
The Events are on the Console tab and you’ll need to press Ctrl-Alt-8 on the Kinetic screen to enable debug mode.
oh no. I will ask to remove the restriction to my computer
Maybe, did you follow the process the user takes up to the point of what you’re trying to stop?









