Where are these permissions set and is it possible to change them? If not, how would you recommend proceeding?
page 50107 jobLedgerEntriesAPI
{
APIGroup = 'automatisation';
APIPublisher = 'automatisation';
APIVersion = 'v1.0';
ApplicationArea = All;
Caption = 'jobLedgerEntriesAPI';
DelayedInsert = true;
EntityName = 'jobLedgerEntry';
EntitySetName = 'jobLedgerEntries';
PageType = API;
SourceTable = "Job Ledger Entry";
layout
{
area(Content)
{
repeater(General)
{
field(postingDate; Rec."Posting Date")
{
Caption = 'Posting Date';
}
field(entryType; Rec."Entry Type")
{
Caption = 'Entry Type';
}
field(documentNo; Rec."Document No.")
{
Caption = 'Document No.';
}
field(jobNo; Rec."Job No.")
{
Caption = 'Project No.';
}
field(jobTaskNo; Rec."Job Task No.")
{
Caption = 'Project Task No.';
}
field("type"; Rec."Type")
{
Caption = 'Type';
}
field(no; Rec."No.")
{
Caption = 'No.';
}
field(description; Rec.Description)
{
Caption = 'Description';
}
field(unitOfMeasureCode; Rec."Unit of Measure Code")
{
Caption = 'Unit of Measure Code';
}
field(quantity; Rec.Quantity)
{
Caption = 'Quantity';
}
field(unitCost; Rec."Unit Cost")
{
Caption = 'Unit Cost';
}
}
}
}
}