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.
0
Comments
Thanks a lot again.
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 u
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?