waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 42 forks source link

#260 Add Support for Arrays on Page Extensions #261

Closed pri-kise closed 1 year ago

pri-kise commented 2 years ago

This pull request, is trying to support Page Extensions with Array as SourceExpression. Fixes Issue: https://github.com/waldo1001/crs-al-language-extension/issues/260 e.g.

field(ShortcutDimCode4; ShortcutDimCode[4])
{
    ApplicationArea = Dimensions;
    CaptionClass = '1,2,4';
    TableRelation = "Dimension Value".Code WHERE("Global Dimension No." = CONST(4),
                                                "Dimension Value Type" = CONST(Standard),
                                                Blocked = CONST(false));
    Visible = DimVisible4;

    trigger OnValidate()
    begin
        ValidateShortcutDimension(4);
    end;
}
pri-kise commented 1 year ago

@waldo1001 maybe you will find some time before christimas, to look at this PR.

pri-kise commented 1 year ago

@waldo1001 is there anything I can do to get this PR merged?

waldo1001 commented 1 year ago

So sorry - I lost track :(. Today!

waldo1001 commented 1 year ago

Publishing as we speak !