Skip to content

Commit

Permalink
Added additional permissions for tables
Browse files Browse the repository at this point in the history
Update to latest language and application build
  • Loading branch information
Drakonian committed Jul 22, 2023
1 parent efe67d5 commit 33861da
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion Pages/Pag81000.DETDataEditorBuffer.al
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,8 @@ page 81000 "DET Data Editor Buffer"
tabledata "Purchase Header Archive" = RMID, tabledata "Sales Line Archive" = RMID, tabledata "Sales Header Archive" = RMID, tabledata "Purchase Line Archive" = RMID,
tabledata "Sales Comment Line Archive" = RMID, tabledata "Purch. Comment Line Archive" = RMID, tabledata "Workflow Step Argument Archive" = RMID, tabledata "Workflow Record Change Archive" = RMID,
tabledata "Workflow Step Instance Archive" = RMID, tabledata "G/L Entry" = RMID, tabledata "Approval Entry" = RMID, tabledata "Warehouse Entry" = RMID,
tabledata "Value Entry" = RMID, tabledata "Item Register" = RMID, tabledata "G/L Register" = RIMD, tabledata "Vat Entry" = RMID, tabledata "Dimension Set Entry" = RIMD;
tabledata "Value Entry" = RMID, tabledata "Item Register" = RMID, tabledata "G/L Register" = RIMD, tabledata "Vat Entry" = RMID, tabledata "Dimension Set Entry" = RIMD,
TableData "Service Invoice Header" = RMID, TableData "Service Cr.Memo Header" = RMID, TableData "Issued Reminder Header" = RMID, TableData "Issued Fin. Charge Memo Header" = RMID;

layout
{
Expand Down
4 changes: 2 additions & 2 deletions Pages/Pag81004.DETInsertNewRecord.al
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ page 81004 "DET Insert New Record"
tabledata "Purch. Inv. Header" = RMID, tabledata "Purch. Inv. Line" = RMID, tabledata "Purch. Rcpt. Header" = RMID, tabledata "Purch. Rcpt. Line" = RMID,
tabledata "Purchase Header Archive" = RMID, tabledata "Sales Line Archive" = RMID, tabledata "Sales Header Archive" = RMID, tabledata "Purchase Line Archive" = RMID,
tabledata "Sales Comment Line Archive" = RMID, tabledata "Purch. Comment Line Archive" = RMID, tabledata "Workflow Step Argument Archive" = RMID, tabledata "Workflow Record Change Archive" = RMID,
tabledata "Workflow Step Instance Archive" = RMID, tabledata "G/L Entry" = RMID, tabledata "Warehouse Entry" = RMID,
tabledata "Value Entry" = RMID, tabledata "Item Register" = RMID, tabledata "G/L Register" = RIMD, tabledata "Vat Entry" = RMID;
tabledata "Workflow Step Instance Archive" = RMID, tabledata "G/L Entry" = RMID, tabledata "Warehouse Entry" = RMID, tabledata "Value Entry" = RMID, tabledata "Item Register" = RMID, tabledata "G/L Register" = RIMD,
tabledata "Vat Entry" = RMID, TableData "Service Invoice Header" = RMID, TableData "Service Cr.Memo Header" = RMID, TableData "Issued Reminder Header" = RMID, TableData "Issued Fin. Charge Memo Header" = RMID;
layout
{
area(content)
Expand Down
Binary file removed Volodymyr Dvernytskyi_Data Editor Tool_2.0.0.2.app
Binary file not shown.
Binary file not shown.
8 changes: 4 additions & 4 deletions app.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"id": "e28d62da-ceb0-46e7-9e06-774bc46f4bac",
"name": "Data Editor Tool",
"publisher": "Volodymyr Dvernytskyi",
"version": "2.0.0.2",
"version": "2.0.0.3",
"brief": "https://vld-nav.com/",
"description": "https://vld-nav.com/",
"privacyStatement": "https://vld-nav.com/",
Expand All @@ -12,16 +12,16 @@
"logo": "./logo.png",
"dependencies": [],
"screenshots": [],
"platform": "21.0.0.0",
"application": "21.0.0.0",
"platform": "22.0.0.0",
"application": "22.0.0.0",
"idRanges": [
{
"from": 81000,
"to": 81100
}
],
"contextSensitiveHelpUrl": "https://vld-nav.com/",
"runtime": "10.0",
"runtime": "11.0",
"features": ["TranslationFile"],
"resourceExposurePolicy":
{
Expand Down

0 comments on commit 33861da

Please sign in to comment.