I am looking for a way to define permissions around AR Invoicing such that certain customers are invoiced by one person and other customers are invoiced only by a different person.
Hi Marykay,
Many ways you can make it possible. We handled as explained below,
-
Created User Security Groups (ex. abc1,abc2…) and assigned to users as needed.
-
Created Attributes with same name as User Security Group(ex. abc,abc2…) and assigned to Customers.
-
Created BPM for invoice customer validation with compare current user group = invoice customer attributes.
Thanks
Surendra Pal
Surendra.Pal@hotmail.com
1 Like
i like @surendrapal approach. here are some other alternatives
- use workforce and tie-up with customer and validate in bpm during invoicing.
- create user codes(mapping cust id/with epicor user id) and validate in bpm during invoice
- maintian ud table with list of customers and permitted epicor users and validate in bpm during invoicing.