Table of Contents | ||||
---|---|---|---|---|
|
...
CRUD Transfer Orders
CRUD Whse Shipments
How to prevent Warehouse Staff from changing accounts??? They should have access to all Pantry accounts and Vendor accounts
Do we allow them to update contacts???
Sharing Rules for Pantry Managers
...
Visualforce Pages/Classes/Reports (done except the red ones)
Should assign the following all GFCON and GFERP, and all custom VFs, classes, and reports to all three :
Visualforce PDFs:
GF_Mass Agency Order Creation
GF_OrderPackingSlipPDF
GF_PurchaseOrderPDF
GF_TransferOrderPick
GF_CreateTransferShipment
GF_MultipleOrderPackingSlipPDF
Classes
GF_OrderAllocationController
GF_OrderAllocationWrapper
GF_WhseShipmentController
GF_OrderPackingSlipPDF
GF_TransferOrderPDF
Reports
permission sets.
Testing Scripts
Create 3 users:
...
able to create PO
When trying to Post Whse Receipt ran into error:
Permission to access an GFERP__Tracking_Line__c denied.
added Read Tracking Line permission (worked)
Can post Whse Receipt
Cannot edit PI
Subscript is invalid because list is emptyError is in expression '{!IF(SObjectTypeSearch=='',$ObjectType[sObjectType].Fields[sObjectField].referenceTo[0].Name, $ObjectType[SObjectTypeSearch].Name)}' in component <gferp:customlookuppagination> in component gferp:customlookuppagination
Cannot Post PI
Permission to access an GFERP__Account_Posting_Setup__c denied.
Error is in expression '{!postPI}' in component <apex:commandButton> in page gferp:postpurchinvoice: (GFERP)
added Read permission to Account Posting Setup
Cannot post PI because I cannot add number
Vendor Invoice No.
What do I add edit access to?
...