Seperate Sales order Number Sequence for Different Warhouse

anuprkl
Member Posts: 39
Hi!
I want to maintain seperate sales order number whenever any user form different warehouse create any SO. We have 10 warhouse in 10 diff. location. And we want 10 types of SO number seq. to seperate the order. Is there any option to set these settings in Axapta.
Anup
I want to maintain seperate sales order number whenever any user form different warehouse create any SO. We have 10 warhouse in 10 diff. location. And we want 10 types of SO number seq. to seperate the order. Is there any option to set these settings in Axapta.
Anup
0
Comments
-
Actually, there is.
Read in the direction of NumberSequenceGroup table.
In order to enable Grouping, you have to add this line into the loadModule Method of NumberSeqReference_SalesOrder class.
numRef.dataTypeId = typeId2ExtendedTypeId(typeid(SalesId));
numRef.configurationKeyId = configurationKeyNum(logisticsBasic);
numRef.referenceHelp = literalStr("@SYS53946"
numRef.WizardManual = NoYes::No;
numRef.WizardAllowChangeDown = NoYes::No;
numRef.WizardAllowChangeUp = NoYes::No;
numRef.sortField = 1;
//This line below
numRef.GroupEnabled = NoYes::Yes;
this.create(numRef);
Then you have to fill the NumberSequenceGroup table with your locations.
Then go to the setup of number sequences for customer module and setup 10 number sequences (created beforehand) for each of the locations (you have to press the GROUP button on the numberSeq tab)
When you select the corresponding location in the sales order header (SalesTable.NumberSequenceGroup), the corresponding number sequence will be used.Vanya Kashperuk,
My blog - http://kashperuk.blogspot.com
MorphX IT in Russian - http://www.lulu.com/content/723888
Inside Dynamics AX 4.0 in Russian - http://www.ozon.ru/context/detail/id/37145820 -
Thanks for your reply.
As I am not a technical guy, thus I have to talk with my Technical perosn for the same.
Anup0 -
You are so kind man. I would like to come here to learn more.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