Hi all,
How can I add range of document date in user setup(Similar to posting dates).
Hi all,
How can I add range of document date in user setup(Similar to posting dates).
Thank you Dirk.
Like Binseh and Josh mentioned ... this is not possible in NAV / BC standard without a modification.
They suggested some additions you can do.
If you would like to see this kind of feature in the standard application ... on the long run ...
Partners can log ideas on //aka.ms/bcideas and will get feedback on this platform.
Other partners can vote for your ideas and all ideas will get acknowledged within a few weeks or less.
But please be aware that ideas are usually only taken into account for new major releases / future versions, not for NAV and early versions of Business Central
Similar in what way? User can only add to the "Document Date" field within a certain range?
Would require new fields in the user setup table and then some revalidation on the sales/purchase header tables. With NAV2016 you have the v1 of events so there will probably be one you can latch onto and have a codeunit compute the new logic if you pass all the necessary parameters.
Hello,
If your requirement is similar to posting dates then
Based on your needs,
create 2 fields "From Document Date" & "To Document Date" in the sales Setup (Application Level) or in the User Setup (User Level)
Write the validation on Document date field, and raise the error if the date is beyond "From Document Date" & "To Document Date".
for reference
IF (DocumentDate < AllowDocumentFrom) OR (DocumentDate > AllowDocumentTo) then Error('Document Date not in the range!');
YUN ZHU
592
Super User 2025 Season 1
Mansi Soni
453
Sagar Dangar, MCP
391