Options

Modifying Version Field of Object Table

sunnyksunnyk Member Posts: 276
edited 2011-04-22 in NAV Three Tier
I have modified several objects, so i have to put version tag on each of them. Can't i just do by writing a report and update versions of those objects which i have modified. i tried by i got errorlike..you cannot modfy the object Table. modify the Table defination instead.
is their any other way.

Comments

  • Options
    BeliasBelias Member Posts: 2,998
    You must filter out of your object table the object of type = Tabledata. :wink:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    sunnyksunnyk Member Posts: 276
    Hi Belias,
    Yes i did the same way by filtering my objects and type as Table data.
  • Options
    BeliasBelias Member Posts: 2,998
    :-k i said filter OUT: this means that you DON'T have to modify the objects of type TableData (which is different from Table).
    In other words: dataitemtableview of "object" dataitem of your report must be set to
    SORTING(Type,Company Name,ID) WHERE(Type=FILTER(<>TableData))
    I have to admit that my previous post was a bit misunderstandable :whistle:
    -Mirko-
    "Never memorize what you can easily find in a book".....Or Mibuso
    My Blog
  • Options
    sunnyksunnyk Member Posts: 276
    oops, sorry.
    Thanks. now its working. One more interesting thing to learn from mibuso.
Sign In or Register to comment.