Acces table Date from outside Nav

nathalietnathaliet Member Posts: 9
Hi,
I need to access to non-working days defined in NAV in table Date.
I think it's a hidden table.

Does anyone has an idea on how to achieve this ? This could be done from Transact SQL or from other ways (Web services...)

Thanks for your help.

Nathalie

Comments

  • MBergerMBerger Member Posts: 413
    The Date table is, like you already said, a virtual table and doesn't exist in real form. It also does not contain the non-working days, so even if you were able to read it from outside NAV, you wouldn't get what you wanted. i think you need to look at how the calendars calculate the (non-)working days.
  • ppavukppavuk Member Posts: 334
    Expose it to webservices, whatever virtual date table, or calendar management - you can access whatever NAV business logic via webservices...
Sign In or Register to comment.