You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: Apps/AT/ContosoCoffeeDemoDatasetAT/app/Demo Data/Finance/2. Master Data/CreateVatStatementNameAT.Codeunit.al
ToolTip = 'Specifies which customer/vendor entries to display if the system does not find any. If the value in the field is set to "NO", the entries of all other partners will be displayed, if set to "YES", the page will be blank.';
53
53
}
54
+
field("Including Entries with On Hold"; Rec."Including Entries with On Hold")
55
+
{
56
+
ApplicationArea = Basic, Suite;
57
+
ToolTip = 'Specifies if the entries with On Hold status will be included in the compensation proposal.';
LocationQtyIncreaseErr: Label'You have no right to post Location (quantity increase) with Location Code: %1. Check User Setup!', Comment = '%1 = Location Code';
84
84
LocationQtyDecreaseErr: Label'You have no right to post Location (quantity decrease) with Location Code: %1. Check User Setup!', Comment = '%1 = Location Code';
85
85
begin
86
-
ifnot CheckWorkDocDate(ItemJournalLine."Document Date") then
0 commit comments