Adding actual date to the format of the numbering

cprieto
Member Posts: 4
Hello: I need to add the actual date(day+month+year) to the configuration of a numeric sequence code in the format field.It should be something like: actualdate_######. The # will be filled in with from the standard AX 4.0 but is there anything available in the standard to dinamically add the date in the format field ?.
Thank you very much.
Thank you very much.
0
Comments
-
Nothing as standard and I would ask why you want to go through this when the majority of date based transactions would have the date elsewhere on the record.The art of teaching is clarity and the art of learning is to listen0
-
I appreciate a lot your fast response Adam. Yes, I know that date is passed through almost everywhere (and we said it to the client)but he still asks for this requirement, so we will have to program it.
Thanks a lot again.0 -
I have an idea.
u add a checkbox field to the numbersequence form.
the check box decides whether the date should be added to number sequence format.
and after that u have to add the required date to the number generated at correct location.
if(yes)
num = num + date2str(systemdateget(),3,2,3,2,3,2);
else
num;
i think it would help uKranthi0 -
Thank you Kranthi:it is a pity not to have something standard but your idea of using a check box in the form is good.0
-
cprieto wrote:I appreciate a lot your fast response Adam. Yes, I know that date is passed through almost everywhere (and we said it to the client)but he still asks for this requirement, so we will have to program it.
Thanks a lot again.
They may want it - but why do they want it?
If you told them it was 10 days developement and would hamper any upgrade process how critical would the modification be then?The art of teaching is clarity and the art of learning is to listen0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 320 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions