Run table from code without object designer

A customer wants to run the table directly to get at the raw data.

But without the rights to object designer.

Possible?

Comments

  • ara3nara3n Member Posts: 9,256
    yes. He can click on Start->Run and type the Dynamicsnav:////runpage?page=nn

    You have to create a page for the table.
    Ahmed Rashed Amini
    Independent Consultant/Developer


    blog: https://dynamicsuser.net/nav/b/ara3n
  • SeeSharpSeeSharp Member Posts: 19
    edited 2015-10-19
    ara3n wrote: »
    yes. He can click on Start->Run and type the Dynamicsnav:////runpage?page=nn

    You have to create a page for the table.

    That doesn't account for any additional columns added to the table though and adds an overheard of maintaing?

    Why not do:
    dynamicsnav://[server]:[port]/[instance]//runtable?table=[tableNo]
    

    Or does that require Object Designer permissions? If it does, ara3n's answer is correct.
  • mdPartnerNLmdPartnerNL Member Posts: 802
    he :) this is the classic client, does runtable work too?
  • krikikriki Member, Moderator Posts: 9,112
    For the classic client, you need access to the object designer. But you can give him only execute rights on the objects (table,form,report,...) and read access to the tabledata.
    Otherwise:create a form and put all fields on it (and make the form NON-editable)
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


  • SeeSharpSeeSharp Member Posts: 19
    he :) this is the classic client, does runtable work too?

    Oh, sorry, didn't realise I'd wandered into here. Sorry!
  • mdPartnerNLmdPartnerNL Member Posts: 802
    no problem, thanks all, i see this as solved (but where is this flag?)
  • rocatisrocatis Member Posts: 163
    Use ODBC.
    Brian Rocatis
    Senior NAV Developer
    Elbek & Vejrup
  • aseigleaseigle Member Posts: 207
    why not use data migration?
  • ChakrabortyChakraborty Member Posts: 1
    Sometimes we are using excel to view NAV data(SQL Server). Connect NAV Table on SQL Server as "Other data source" from MS Excel.
  • joshuasungjoshuasung Member Posts: 37
    Export to CSV
    Joshua H Sung

    Sr. Project Manager
    S-Metric, LLC
    jsung@smetric.com
Sign In or Register to comment.