Page extension caption failure
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
{
}
}
Internal work item: AB#563859
This is important for us as well. Thanks
Jimmy, Are you getting any traction solving this issue on a different site? I'm not sure github gets traffic.
Thanks,
David
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 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'; } } }