Job Card - Change Bill-to Customer No.
Jonathan2708
Member Posts: 552
Hi,
The Job module has a restriction that prevents you from changing the 'Bill-to Customer No.' on a job once a transaction has been posted against the job. Is there a good reason for this and does anybody know why? Would it cause a big problem to remove this restriction? I have a project where it could be common for a job to be billed to 2 or more different customers.
Any help appreciated,
Jonathan
The Job module has a restriction that prevents you from changing the 'Bill-to Customer No.' on a job once a transaction has been posted against the job. Is there a good reason for this and does anybody know why? Would it cause a big problem to remove this restriction? I have a project where it could be common for a job to be billed to 2 or more different customers.
Any help appreciated,
Jonathan
0
Comments
-
Jonathan2708 wrote:I have a project where it could be common for a job to be billed to 2 or more different customers.
You would need to create 2 jobs. One job to be billed to each customer.Confessions of a Dynamics NAV Consultant = my blog
AP Commerce, Inc. = where I work
Getting Started with Dynamics NAV 2013 Application Development = my book
Implementing Microsoft Dynamics NAV - 3rd Edition = my 2nd book0 -
Happy holidays!
I saw this reply on one of the support cases that was logged recently. Program Manager of the Development Team has this to say:
“We are planning to add support for this in the upcoming release, but this also includes to add support for having both Sell-to and Bill-to Customer for a Job. A restriction will be that the Currency Code can not be changed as a result and it will be optional to "re-apply" prices and discounts based on the new customer. It will also be required that all transferred job planning lines are posted before it is possible to change customer. The current limitation was not intentional but more a result of limited time available for the implementation.”
So reading into the response from program manager it seems you should not have any problems with bypassing the code.
IF ("Bill-to Customer No." = '') OR ("Bill-to Customer No." <> xRec."Bill-to Customer No.") THEN
IF JobLedgEntryExist OR JobPlanningLineExist THEN
ERROR(Text000,FIELDCAPTION("Bill-to Customer No."),TABLECAPTION);
The Text000 is defined as:
You cannot change %1 because one or more entries are associated with this %2.0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 333 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