-
Notifications
You must be signed in to change notification settings - Fork 628
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
[DRAFT][E-Documents Core] - E-Invoice Preview FastTab #27977
base: main
Are you sure you want to change the base?
[DRAFT][E-Documents Core] - E-Invoice Preview FastTab #27977
Conversation
Could not find linked issues in the pull request description. Please make sure the pull request description contains a line that contains 'Fixes #' followed by the issue number being fixed. Use that pattern for every issue you want to link. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I know that this is only a draft PR, but I still wanted to leave some comments.
{ | ||
Caption = 'Description'; | ||
} | ||
field(5; "Unit of Measure Code"; Text[50]) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This field is assigned with the field field(5407; "Unit of Measure Code"; Code[10])
therefore I think that it should be Code[10 ]
{ | ||
DataClassification = CustomerContent; | ||
|
||
fields |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Shouldn't we add ToolTips for new tables as default on the Table instead of the page?
Implementation
A new fast tab "E-Invoice Lines" has been added to the E-Documents page. The newly added fast tab is only available for incoming invoice or credit memo documents. In the "E-Invoice Lines", the received XML file information is displayed, allowing the user to more easily link the documents within the system.
Fixes #