Dear All,
I create a series no. called 'cashsales' at 'finance mgmnt'->setup folder there.
And i wish to use this 'cashsales' series no. for my customized form.
I created a form and i wan it'll display the next series No each time it's open.
At form-OnInit() trigger, i wrote
salesID := nomgnt.GetNextNo('CASHSALES',TODAY,FALSE);
But everytime i open my form the salesID(the series no) is printed the same(eg: CS0001) although i set it as getNextNo. Other than GetNextNo function what should i code in order to get next series no? or i nid to update it? how? Any idea? 10s in adv......
0
Comments
check the Sales Order or Purchase Order No series functionality
purchase header tabel
On Insert Trigger
-Mohana
http://mohana-dynamicsnav.blogspot.in/
https://www.facebook.com/MohanaDynamicsNav
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!
NoText := Noseries.GetNextNo(InvSetup."Transfer Order Nos.",TODAY,TRUE);
***Pass the parameter TRUE ******
RIS Plus, LLC