Options

Transformation of Forms(of NAV 2009) into Pages

2»

Answers

  • Options
    DhaneeshaDhaneesha Member Posts: 62
    Hi
    I am trying to import the pages.xml in my nav database (6.01) but getting error message "No permission to create Customer Page!" Is it my license or something else?

    Thanks in advance.
  • Options
    BeliasBelias Member Posts: 2,998
    yes, probably it is your license: did you upload it? I mean UPLOAD, not CHANGE.
    if you have uploaded it but still not working (supposing it is a developer license), ask local solution center to refresh your license to make it "nav2009 compatible"
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    DhaneeshaDhaneesha Member Posts: 62
    Yes think I need to renew my license so that I can use pages.

    Thanks
  • Options
    DHendriksenDHendriksen Member Posts: 32
    Hi all,

    What a pity, I’ve tried all the above mentioned solutions, but it still doesn’t work for me. While running the page I still get the error "The Object MetaData does not exist."

    - The license is correct.
    - I’m running on a SQL database.
    - The RTC works fine.
    - I tried some different settings (like FormType and PageType) in the Transformation Forms.
    - Opened the page and saved it (instead of just compile it)

    The funny thing is the following. When I import the page.xml and run the page without compiling the page, than the error also occurs! So it looks like this specific page is not the problem.

    Does anybody have a magnificent idea :lol: what the problem will be and how to solve?

    Thanks in advance.

    Don
  • Options
    BeliasBelias Member Posts: 2,998
    did you already try to restart the service?
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    DHendriksenDHendriksen Member Posts: 32
    Hi Belias,

    We are very busy, as all of you guys, i guess! Now is the time to pick it up again.

    I did not mentioned it, but i also restarted the service. But get the same result. I don't have any idea what the problem could be. Very frustrating and time consuming.

    Do you have an idea, or somebody else?

    Thanx, Don
  • Options
    ajaybabuChajaybabuCh Member Posts: 208
    Hi

    I have followed the discussed procedure here to convert the form to page

    That is :
    export customized form as Forms.xml
    run the Microsoft.Dynamics.Nav.Tools.FormTransformation.exe
    Import Pages.xml into NAV 2009 SP1 classic.

    Every thins is fine. My customized form converted into page and works fine.
    Is it the same procedure for whatever the forms we customized. (What things we can not do with the above procedure?)

    In the form transformation to page manual (help file) there is a lot of procedure saying that Import tif.fob
    get forms and so on....

    In which case we need to follow the manual.

    Thanks
    Ajay
  • Options
    MrinmayMrinmay Member Posts: 74
    Re compile all the objects and run the page
  • Options
    gfrgfr Member Posts: 10
    What also can happens, it was the case with, is that you have to make sure that your RTC client is working with the right database. In my case, I was developping/transforming pages on a database wich was somewhere on a SQL server. When I run it with Dynamicsnav:////runpage?page=50000. It also gave me the error The object Metadata does not exist.Identification fields and values, Object Type:Page, Object ID :50000. I checked the object metadata table and it was fine. What was the problem then for me? On my laptop I also had the RTC installled with a SQL database running locally on my laptop. When running Dynamicsnav:////runpage?page=50000 it was not running it from the development database from was searching in my local SQL database because my RTC is working with the local CustomSettings.config file which was pointing to my local sql database. Make sure that the customsetings.config file is correct if you don't know where else to look. This file is normally located somewhere like this C:\Program Files\Microsoft Dynamics NAV\60\Service

    In my case I changed the Databaseserver, DatabaseName and ServerInstance value in the customsettings.config file to point to the database I was developping.

    I hope this can help someone.

    Bye,
    Giovanni
  • Options
    julkifli33julkifli33 Member Posts: 1,073
    i have developed matrix form
    can i transform it become pages?
    thanks...
  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    you cannot directly transform matrax form to page
    you need to follow the below steps..
    http://msdn.microsoft.com/en-us/library/dd355131.aspx
  • Options
    julkifli33julkifli33 Member Posts: 1,073
    you cannot directly transform matrax form to page
    you need to follow the below steps..
    http://msdn.microsoft.com/en-us/library/dd355131.aspx

    my matrix form is not as complicated as the Acc. Schedule Overview Form
    just want to change this code
    CASE CurrForm.MatrixBox.MatrixRec.Number OF
      1 : EXIT(FORMAT(SalesHeader."Posting Date"));
      2 : EXIT(FORMAT(CALCDATE('+1D', SalesHeader."Posting Date")));
      3 : EXIT(FORMAT(CALCDATE('+2D', SalesHeader."Posting Date")));
      4 : EXIT(FORMAT(CALCDATE('+3D', SalesHeader."Posting Date")));
      5 : EXIT(FORMAT(CALCDATE('+4D', SalesHeader."Posting Date")));
      6 : EXIT(FORMAT(CALCDATE('+5D', SalesHeader."Posting Date")));
      7 : EXIT(FORMAT(CALCDATE('+6D', SalesHeader."Posting Date")));
      8 : EXIT('Finish');
    END;
    

    how to show it in pages
  • Options
    julkifli33julkifli33 Member Posts: 1,073
    you cannot directly transform matrax form to page
    you need to follow the below steps..
    http://msdn.microsoft.com/en-us/library/dd355131.aspx

    i followed instructions from this link
    the value is correct..
    but why the captions is not working
    for the date is still empty

    this one is not working, still empty captions
    MyColumnCaptions[1] := FORMAT(Header."Start Date");
    MyColumnCaptions[2] := (FORMAT(CALCDATE('+1D', Header."Start Date")));
    

    this one is correct
    MyColumnValues[1] := "Day 1";
    MyColumnValues[2] := "Day 2";
    

    Properties
    CaptionClass = '3,'+MyColumnCaptions[1]
    SourceExpr = MyColumnValues[1]
  • Options
    mohana_cse06mohana_cse06 Member Posts: 5,503
    this may not be solution to your problem but always use
    MyColumnCaptions[2] := (FORMAT(CALCDATE('<+1D>', Header."Start Date")));
    '<1D>'
  • Options
    maniekbmaniekb Member Posts: 15
    Hello Guys, i have the same problem describe on first post. " The Object Metadata does not exist. Identification fields and values: Object Type ='Page', Object ID ='0' ".
    1. I have good licence
    2. I use nav 2009 with sql 2008 (no classic)
    3. I generate pages, using TransformationTool
    4. I compiled this pages (errors are eliminated)
    5. I have table 2000000071 with this pages
    6. I have good connection on settings (when I change database, RTC works fine)
    7. I try to connect with command, effect is this same

    I'm very frustrated, pls help :roll:

    ####
    EDIT:
    ####
    This are warnings after step 4
    warnings.th.jpg

    ####
    EDIT:
    ####
    What i have noticed, I try many different command like this Dynamicsnav:////runpage?page=70001 and always result is Identification fields and values: Object Type ='Page', Object ID ='0'. Why?
    ####

    EDIT: I just solve issue. Problem solved. Firstly I had to restore standard cronus r2 and the try add page transform.
  • Options
    TimShawTimShaw Member Posts: 2
    I had the same error message "The Object Metadata does not exist. Identification fields and values: Object Type ='Page', Object ID ='0' ".

    My local RTC client was last run on a different service tier and database. The fix was to select the correct server by opening the RTC Client then I could use run out of the object designer. NAV2009R2.

    Hope this helps.

    Tim
Sign In or Register to comment.