microsoft / microsoft/AL

Modify Caption in TableExtension

Open
#5,429 19 comments 0 reactions 1 assignee View on GitHub

@atoader is already working on this.

Since Nov 15, 2019.

bug
Dominant language
PowerShell
Stars
881
Forks
285
Avg merge
3d 36m
Merged PRs (30d)
1

Description

Describe the bug
Modifying a caption in a table extension no longer works. Default captioning is displayed.

To Reproduce
Steps and to reproduce the behavior:

  1. create and publish tableextension modifying a caption
  2. publish
tableextension 50000 "Sales Header Ext." extends "Sales Header"
{

    fields
    {
        modify("External Document No.")
        {
            Caption = 'Customer PO No.';
        }
    }
}

Expected behavior
Caption on Sales Order page should display "Customer PO No."

5. Versions:

  • AL Language: 4.0.172584
  • Business Central: Latest bcinsider.azurecr.io/bcsandbox-master:us Image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.