This commit is contained in:
@@ -101,7 +101,10 @@ export default {
|
||||
TaxCode: 64,
|
||||
PartAssembly: 65,
|
||||
PartWarehouse: 66,
|
||||
PartInventory: 67
|
||||
PartInventory: 67,
|
||||
DataListColumnView: 68,
|
||||
PartInventoryRestock: 69, //for list only, synthetic object
|
||||
PartInventoryRequest: 70 //for list only not, synthetic object
|
||||
};
|
||||
/**
|
||||
*
|
||||
|
||||
@@ -15,6 +15,8 @@ export default {
|
||||
PartWarehouse: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||
PartAssembly: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||
PurchaseOrder: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||
PartInventoryRestock: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||
PartInventoryRequest: { Change: 98, ReadFullRecord: 29, Select: 131071 },
|
||||
PM: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||
PMItem: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||
PMTemplate: { Change: 33098, ReadFullRecord: 65669, Select: 131071 },
|
||||
|
||||
Reference in New Issue
Block a user