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

Page extension caption failure #7946

Open
dmaxwe12 opened this issue Jan 13, 2025 · 4 comments
Open

Page extension caption failure #7946

dmaxwe12 opened this issue Jan 13, 2025 · 4 comments
Assignees
Labels

Comments

@dmaxwe12
Copy link

dmaxwe12 commented Jan 13, 2025

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

@jimmymcp
Copy link

This is important for us as well. Thanks

@dmaxwe12
Copy link
Author

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

Thanks,

David

@thloke
Copy link
Contributor

thloke commented Jan 29, 2025

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 thloke self-assigned this Jan 29, 2025
@dmaxwe12
Copy link
Author

@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

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

No branches or pull requests

4 participants