Hi,
Use the below extension to find the Object Permission in License.
page 50003 "Permission Range"
{
ApplicationArea = All;
Caption = 'Permission Range';
PageType = List;
SourceTable = "Permission Range";
UsageCategory = Administration;
layout
{
area(content)
{
repeater(General)
{
field("Delete Permission"; Rec."Delete Permission")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Delete Permission field.';
}
field("Execute Permission"; Rec."Execute Permission")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Execute Permission field.';
}
field(From; Rec.From)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the From field.';
}
field(Index; Rec.Index)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Index field.';
}
field("Insert Permission"; Rec."Insert Permission")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Insert Permission field.';
}
field("Limited Usage Permission"; Rec."Limited Usage Permission")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Limited Usage Permission field.';
}
field("Modify Permission"; Rec."Modify Permission")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Modify Permission field.';
}
field("Object Type"; Rec."Object Type")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Object Type field.';
}
field("Read Permission"; Rec."Read Permission")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the Read Permission field.';
}
field(SystemCreatedAt; Rec.SystemCreatedAt)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the SystemCreatedAt field.';
}
field(SystemCreatedBy; Rec.SystemCreatedBy)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the SystemCreatedBy field.';
}
field(SystemId; Rec.SystemId)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the SystemId field.';
}
field(SystemModifiedAt; Rec.SystemModifiedAt)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the SystemModifiedAt field.';
}
field(SystemModifiedBy; Rec.SystemModifiedBy)
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the SystemModifiedBy field.';
}
field("To"; Rec."To")
{
ApplicationArea = All;
ToolTip = 'Specifies the value of the To field.';
}
}
}
}
}