[NAV3.70B] Error releasing a Service Invoice

matteo_montanarimatteo_montanari Member Posts: 189
Hi

Navision 3.70B
Service Order. Function -> Adjust Service Price.
This Function need "Service Price Group" Field Filled with a "Service Price Group" code.
The Setup of this "Service Price Group" must have the "Serv. Price Adjmt. Gr. Code" Field filled.

Now we can adjust the service order to meet a forfait price and then post the order to a posted service order and obtain the invoice.

Releasing the invoice, CU 414 for every invoice line call MODIFY(TRUE). The Sales Line Modify Trigger have:

IF "Appl.-to Service Entry" <> 0 THEN
ServLedgEntry.GET("Appl.-to Service Entry");
IF ServLedgEntry."Serv. Price Adjmt. Gr. Code" <> '' THEN
ERROR(Text032,TABLECAPTION,ServLedgEntry.TABLECAPTION,ServLedgEntry.FIELDCAPTION("Serv. Price Adjmt. Gr. Code"));

It's Impossible to release a Sales Invoice derived from a service Order.

It's a bug? :-k

Thanks

Eto
Reno Sistemi Navision Developer
Sign In or Register to comment.