Modify Caption in TableExtension
Open
@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:
- create and publish tableextension modifying a caption
- 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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.