cancel
Showing results for 
Search instead for 
Did you mean: 

Menu Items desapear or get wrong pointers after working a while

kurt_huwiler
Participant
0 Kudos

Hi there

We face a problem that some of our menuitems we are adding to Businerss One Mainmenu or to Business One Forms like Item-Masterform are correctly added but after the user works for a while we realised some menukeys got messed up. They show the correct menucaption but the underlying key changed to a different menukey therefore a wrong functionality will be launched.

Does anyone have the same problem noticed and find a solution to this ?

Kind Regards

Accepted Solutions (0)

Answers (1)

Answers (1)

former_member191694
Participant
0 Kudos

Hi ,

Try to add the menu with the xml file . I am sure it help you ..

------ Save The Below Code with the Xml

<?xml version="1.0" encoding="utf-16"?>

<Application>

  <Menus>

    <action type="add">

      <Menu Checked="0" Enabled="1" FatherUID="43525" Position="2" String=" New  Master" Type="2" UniqueID="X" Image="Master.bmp">

        <Menus>

          <action type="add">

            <Menu Checked="0" Enabled="1" FatherUID="X" Position="1" String="Setup Master" Type="1" UniqueID="XA"/>

            <Menu Checked="0" Enabled="1" FatherUID="X" Position="2" String="Transaction Setting Master" Type="1" UniqueID="XB"/>

 

        </action>

        </Menus>

      </Menu>

  </action>

  </Menus>

</Application>

Hope It will Help you

Regards ,

Mayank

kurt_huwiler
Participant
0 Kudos

Thank you Mayank

Regards

Kurt

former_member191694
Participant
0 Kudos

Hi ,

Does it help you ...

Regards,

Mayank Shah

kurt_huwiler
Participant
0 Kudos

Hi Mayank

We are still waiting for customer feedback.

Important:

We found that MenuItem Keys with more then 32 Characters are as well messing up menus in BusinessOne.

Kind Regards

kurt_huwiler
Participant
0 Kudos

Hello Mayank

We have now switched to add module-menus and contextmeus on forms using XML-snippets only and using the Form LoadBatchAction. First tests look promising.

Kind Regards

Kurt