Project Management Access

This public forum is for user-to-user discussions of PHPMaker. Note that this is not support forum.
Post Reply
ameisfine
User
Posts: 74

Project Management Access

Post by ameisfine »

Hi Master, I've searched in this forum and not found the topic yet.
I've situation that I have table a_sales (list of Invoices). I want to give access (login) to the customer to be able to view the certain invoice(s) which he/she is the buyer in the particular invoice(s).

How to handle that?

Thank you.


sangnandar
User
Posts: 980

Post by sangnandar »

Basically you need to add a security field into your table a_sales. Put your CustomerID in the field and they good to go.
For more details you can read help file section Project Setup --> Security Settings.


ameisfine
User
Posts: 74

Post by ameisfine »

sangnandar wrote:
Basically you need to add a security field into your table a_sales. Put your
CustomerID in the field and they good to go.
For more details you can read help file section Project Setup --> Security
Settings.

Ahh.. superb! Thank you 10x.. PMP is the best!


Post Reply