Please I will be very much grateful if someone could teach me when to use No. Series and what makes it’s Setup complete. Also, am I responsible to do something with the below object after I have setup a No. Series.
is where you actually set up No.Series, you must have at least one line there with “eternal” numbering, or may have one for each year.(e.g. 09-0001…09-9999 for 2009, 10-0001…10-9999 for 2010)
Examine closer fields in No.series lines - they are self-explanatory.
is used when you need different numbering for the SAME document (e.g. one for POs of Goods, another for POs of Raw materials)
I will also appreciate it if you could tell me the complete steps to setup a No. Series because I was trying to learn how to use it but whenever I do, there is a message that tells me Human Resources is not Setup.
I will be haapy to know how to link an already setup No. Series to a field so that the field will know where it has to pick its entry.
I tried what you asked me but I’m a bit confuse but I believe maybe I haven’t define clearly, what I want.
Actually, I’m developing an HR system. Below is my “Job Opening” card where the user can create a new opening. On this Card, there is “Opening Code” and I want this generate automatically, for any new opening.
Please, my question is, how do I setup this in NAV and How do I link the setup to the field “Opening Code” so that whenever a user wants to create a new opening, “Opening Code” field will generate a new unique code.
I’m going through the tutorial smoothly. Unfortunately, I couldn’t see the “AssistEdit ( ) : Boolean” Event in the new table I’m creating in other to add the codes specified.
Open your table in a design view… than go to View->C/Al Globals … after that one dailogue box will open than in this select Functions tab and in the first empty line write down “AssistEdit” and press enter . after that select that AssisEdit line and select locals and one popup will open and in that select Return Value which is second tab and in this just select Return Type as boolean and press enter and then close this dailogue.then close C/Al global dailogue and after that press “F9” it will open C/Al code . in this you will find AssistEdit at last…