Edit Slide Menu

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.

Is there a way to edit this?

1 Like

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
3 Likes

Let me know if that worked for you.

1 Like

Hello Randy I’m sorry got lost on the override on green, is this the right one?

Yes. click on the green “No Trigger” starting node and in the Properties on the right follow the instructions above.

After this just save it and commit and publish?

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.

1 Like

I will disable it for now coz when we tried it keeps on calling the wizard again

is it this one?

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

1 Like

this one?

1 Like

Maybe, did you follow the process the user takes up to the point of what you’re trying to stop?

1 Like


i think it is here but I do get to follow it but for some reason when I place the layer it opens the wizard again.