AL icon indicating copy to clipboard operation
AL copied to clipboard

Page extension caption failure

Open dmaxwe12 opened this issue 11 months ago • 4 comments

I think there is a Microsoft syntax issue that no longer works in 2024 wave 2 in any tenant and any pageextension. This worked in 2024 wave 1. I would think this would have an escalation and response from the compiling team in Denmark.

When doing this on any tenant and any page:

pageextension 50000 PurchaseOrder extends "Purchase Order"
{
    Caption = 'New Purchase Order';

    layout
    {

    }
}

Image Image

Internal work item: AB#563859

dmaxwe12 avatar Jan 13 '25 19:01 dmaxwe12

This is important for us as well. Thanks

jimmymcp avatar Jan 22 '25 09:01 jimmymcp

Jimmy, Are you getting any traction solving this issue on a different site? I'm not sure github gets traffic.

Thanks,

David

dmaxwe12 avatar Jan 23 '25 21:01 dmaxwe12

I'm looking into this now. It looks like we've fixed it in BC26, but BC25 has this bug. Probably something we didn't backport.

Edit: Spoke too soon, it doesn't work in BC26 in SaaS (OnPrem works fine). Either way, I'm looking into this now.

thloke avatar Jan 29 '25 03:01 thloke

@thloke Thanks for validating that I'm not crazy. While you're at it, I also had a failure of a caption change on an ActionItem. Here is an example:

pageextension 50001 "Test Job Card" extends "Job Card" { actions { modify(JobPlanningLines) { Caption = 'Marks 2'; } } }

Image

dmaxwe12 avatar Jan 29 '25 14:01 dmaxwe12