determine perms for a table

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

determine perms for a table

Post by sticcino »

is there any way to easily get the permissions for a specific table, is there a function hidden in phpfn15 ?

have some dashboard "quick form access" buttons, but don't wan't to display them if the user can't add/edit in that particular table etc..


sticcino
User
Posts: 1043

Post by sticcino »

look through the security classes/help

is this a temporary request ?, I could use this function to give the user temp permissions to add the detail record ?

$this->addUserPermission("notes_table", ALLOW_ADD);


sticcino
User
Posts: 1043

Post by sticcino »

actually not gonna help, the issue is the user doesn't own the master record they are trying to insert the record for...


Post Reply