[Extensibility Request] issue 29518: make document logo position extensible - #10540
Marko Aleksandric (AleksandricMarko) wants to merge 3 commits into
Conversation
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
Copilot it is necessary to check all places where field is used and to determine if it is needed to update usage |
Co-authored-by: AleksandricMarko <133204513+AleksandricMarko@users.noreply.github.com>
Added a new |
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Copilot-Session: 7fd29cf0-bf3b-4d3b-98f6-c1a286323ca8
Summary
Extensions need to support additional company logo placements on sales documents, but the current setup field is a fixed option. This PR converts the field to an extensible, assignment-compatible enum while retaining the existing values and persisted ordinals.
Source issue repository: microsoft/AlAppExtensions; issue number: 29518
Changes Made
Logo Position on Documents- added an extensible enum with the existing logo positions and assignment compatibility.Sales & Receivables Setup.Logo Position on Documents- changed the field from Option to the new enum in W1 and all existing layer counterparts.Fixes AB#616632