Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -636,7 +636,7 @@ codeunit 9751 "Web Service Management Impl."
TargetTenantWebServiceColumns.Validate("Data Item", DataItem);
TargetTenantWebServiceColumns.Validate(Include, true);
TargetTenantWebServiceColumns.Validate("Field Number", keyValuePair.Key());
TargetTenantWebServiceColumns.Validate("Field Name", CopyStr(keyValuePair.Value(), 1));
TargetTenantWebServiceColumns.Validate("Field Name", CopyStr(keyValuePair.Value(), 1, 250));
if TargetTenantWebServiceColumns.IsTemporary() then begin
EntryId := EntryId + 1;
TargetTenantWebServiceColumns."Entry ID" := EntryId;
Expand Down
5 changes: 5 additions & 0 deletions src/rulesets/ruleset.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,11 @@
"action": "None",
"justification": "TODO(#572306) - (see PTE0026) This will require a multi-release effort."
},
{
"id": "AA0139",
Comment thread
Michenka6 marked this conversation as resolved.
"action": "Warning",
"justification": "TODO(#637029) - Temporarily downgraded, due to stricter CodeCop rule addition."
},
{
"id": "AS0139",
"action": "None",
Expand Down
Loading