-
Today, the assemblyLine code looks for a set of metadata tables with exact names.
It would be more transparent to name those metadata files somewhere. in the assemble EML script it might look like t…
-
Hi,
Please add variable AshHeader to Publisher OnAfterTransferBOMComponent in Codeunit 905 Assembly Line Management.
if "Location Code" '' then
if AssemblyLine.IsIn…
-
Please add new integration event in procedure PostLines
![image](https://user-images.githubusercontent.com/28138717/67658796-f12ad600-f95a-11e9-81f6-2b91890fc4a1.png)
[IntegrationEvent(false, fa…
-
Could we please have an Event in Codeunit 7322 in function CheckSourceDoc to create an Case-ELSE in this Case-Structure:
case WhseRequest."Source Document" of
WhseRequest."Sour…
-
[IntegrationEvent(false, false)]
local procedure OnAfterUnitCost(var AssemblyLine: Record "Assembly Line"; var UnitCost: Decimal)
begin
end;
procedure GetUnitCost(): Decimal
var…
-
See: https://mail.openjdk.java.net/pipermail/hotspot-compiler-dev/2019-April/033395.html.
There are 2 sides to this problem.
### 1)
The `[Disassembling for mach='%s']` directive is no longer …
-
Since requests with GlobalVarAccess are not anymore supported, we request [again](https://github.com/microsoft/AL/issues/2240) (but this time slightly modified):
In **page 498 Reservation**, functi…
-
Hello AL-Team,
we need a new publisher to set custom fields:
Function [External] DeleteLine(AssemblyLine : Record "Assembly Line")
```
[...]
REPEAT
IF (NOT AssemblyLine2.Completely…
-
Hello AL-Team,
we need a new publisher to set custom fields:
Function LOCAL CreateWhseRqst(VAR AssemblyHeader : Record "Assembly Header";VAR AssemblyLine : Record "Assembly Line")
```
GetLocat…
-
The event you have created in #1778 (codeunit 904 "Whse.-Assembly Release", OnBeforeDeleteWhseRqst) is missing the VAR in the first parameter.
The VAR is necessary to work with HASFILTERS in the subs…