5. Mai 2021 13:44
5. Mai 2021 17:07
Code changes
Note Always test code fixes in a controlled environment before you apply the fixes to your production computers.
To resolve this problem, change the code in the SetPriority function in the Inventory Profile Offsetting codeunit (99000854) as follows:
Existing code
...
branch IsSupply
...
// Delete the following line.
DATABASE::"Transfer Line":
// End of the line.
"Order Priority" := 300;
DATABASE::"Prod. Order Line":
...
Replacement code
...
branch IsSupply
...
// Add the following line.
DATABASE::"Transfer Line",DATABASE::"Requisition Line":
// End of the line.
"Order Priority" := 300;
DATABASE::"Prod. Order Line":
...
Prerequisites
5. Mai 2021 17:11
5. Mai 2021 18:51
6. Mai 2021 12:31
6. Mai 2021 12:56
gga hat geschrieben:Weiß der Teufel warum das nach 10 Jahren Betriebszeit JETZT hochpoppt...