Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#260 Add Support for Arrays on Page Extensions #261

Merged
merged 2 commits into from Dec 20, 2022

Conversation

pri-kise
Copy link
Contributor

@pri-kise pri-kise commented Aug 23, 2022

This pull request, is trying to support Page Extensions with Array as SourceExpression.
Fixes Issue: #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
Copy link
Contributor Author

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

@pri-kise
Copy link
Contributor Author

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

@waldo1001
Copy link
Owner

So sorry - I lost track :(.
Today!

@waldo1001 waldo1001 merged commit 04bf557 into waldo1001:master Dec 20, 2022
@waldo1001
Copy link
Owner

Publishing as we speak !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants