Find item in pane designer

MaliMMaliM Member Posts: 11
How can I find an item in pane designer? I put report to menu but I don't remember were. I exported MenuSute in text file and find report number and name, but there are no group names, only numbers (pointers). We have Navision 4.0 SP2.
Thanks for help.
Martin

Answers

  • ssinglassingla Member Posts: 2,973
    Search it by name in the correct menusuite i.e. if its a world wide standard then in MBS , if localized then in Country, if customized by partner then in partner menusuite object.

    I tried and I am able to locate.
    CA Sandeep Singla
    http://ssdynamics.co.in
  • ara3nara3n Member Posts: 9,256
    You can also try this MenuSuite Analyser (Navision)

    http://www.mibuso.com/dlinfo.asp?FileID=585
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • MaliMMaliM Member Posts: 11
    ssingla
    When I open pane designer, there are no find or search function. Where I should search? I wrote that I can find object in txt file but I cannot locate where it is in menu.

    ara3n
    I imported objects and run it. I exported all menusuites in one txt file. When program reaches 83% it stops with error: Table unexpected line 17543 position 80. There are no unusual line around that line. The length of that line is less then 80 characters.
  • ssinglassingla Member Posts: 2,973
    Here is the sample. This is the text file of menusuite "MBS". You can searche for chart of accounts and "16". Then look for the parent control above it.
    OBJECT MenuSuite 10 MBS
    {
    OBJECT-PROPERTIES
    {
    Date=09/15/04;
    Time=12:00:00 PM;
    Version List=NAVW14.00;
    }
    PROPERTIES
    {
    }
    MENUNODES
    {
    { Root ;[{00000000-0000-0000-0000-000000000000}] ;FirstChild=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}] }
    { Menu ;[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}] ;Name=Finance;
    CaptionML=[ENU=Financial Management;
    ENA=Financial Management;
    ENZ=Financial Management];
    ParentNodeID=[{00000000-0000-0000-0000-000000000000}];
    Image=1;
    IsShortcut=No;
    Visible=Yes;
    Enabled=Yes;
    NextNodeID=[{2DC8C4FE-7346-4124-8C20-383346384C03}];
    FirstChild=[{B12180CF-0EFB-43AD-9118-7765E953AAFD}] }
    { MenuGroup ;[{B12180CF-0EFB-43AD-9118-7765E953AAFD}] ;Name=General Ledger;
    CaptionML=[ENU=General Ledger; ENA=General Ledger;
    ENZ=General Ledger];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    ParentNodeID=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    Visible=Yes;
    NextNodeID=[{F5437B9C-0D44-4614-AB7D-87F12D50220E}];
    FirstChild=[{8AC7917D-2C91-457D-80D6-A24B42F71AE7}] }
    { MenuItem ;[{8AC7917D-2C91-457D-80D6-A24B42F71AE7}] ;Name=Chart of Accounts;
    CaptionML=[ENU=Chart of Accounts; ENA=Chart of Accounts;
    ENZ=Chart of Accounts];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Form;
    RunObjectID=16;
    ParentNodeID=[{B12180CF-0EFB-43AD-9118-7765E953AAFD}];
    Visible=Yes;
    NextNodeID=[{92F88635-40B9-47EA-90CF-7D2E6A9447BE}] }
    { MenuItem ;[{92F88635-40B9-47EA-90CF-7D2E6A9447BE}] ;Name=Budgets;
    CaptionML=[ENU=Budgets;
    ENA=Budgets;
    ENZ=Budgets];
    MemberOfMenu=[{F8D2429D-034B-4C58-9B5E-81BE962DB1BC}];
    RunObjectType=Form;
    RunObjectID=113;
    ParentNodeID=[{B12180CF-0EFB-43AD-9118-7765E953AAFD}];
    Visible=Yes;
    NextNodeID=[{A0228F75-6AE8-409F-A9AF-E0F544B72976}] }
    CA Sandeep Singla
    http://ssdynamics.co.in
  • MaliMMaliM Member Posts: 11
    Thanks ssingla. I found it.
    I searched in Notepad editor. It is better to set "word wrap" to off. Than you search for your object number (RunObjectID). When you find it, look for the ParentNodeID which is just below RunObjectID and search for that number to get Parent name which is MenuGroup. It is easy to find MenuGroup of founded MenuGroup. Just use ParentNodeID. If you do not find MenuGroup, try search backward.
  • MaliMMaliM Member Posts: 11
    ara3n
    I solved error reading (import) MenuSuite txt file. One object type was Table. I removed that MenuItem and import is OK.
Sign In or Register to comment.