New Sales Order Multiple No. Series

It4Ch1
Member Posts: 36
Is there a way that we can select No. Series first before creating New sales order?
I'd tried putting AssistEdit(SalesHeader) inside OnNewRecord, made error after select one and pushed OK.
I'd tried putting AssistEdit(SalesHeader) inside OnNewRecord, made error after select one and pushed OK.
0
Answers
-
hi,
you have to use no.series relationship in sales header no.series.
it's gives u choice of multipal no. series.0 -
Futhermore, instead of selecting No. Series automatically, is it possible to prompt AssistEdit for user to select which No. Series they want to use? i.e: Local Sales, Overseas Sales
Can this be achieved outside the card form?
With a button as trigger, to open card form and simultaneously open AssistEdit for user to select.
While in card form, pushing F3 will prompt out No. Series for user to choose from.
I figure by putting AssistEdit inside OnNewRecord would work. but encountered the error
"you cannot make changes to database before a transaction been made" something like that0 -
In the onnewrecord of the form ...
CASE STRMENU('NoSeries1, NoSeries2, NoSeries3',3) OF 1 : No := Getnextno('NoSeries1').....; 2 : No := Getnextno('NoSeries2').....; 3 : No := Getnextno('NoSeries3').....; END;
Is this what you mean ?0 -
vijay_g wrote:hi,
you have to use no.series relationship in sales header no.series.
it's gives u choice of multipal no. series.0
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