granting acess/Revoking acess on Lawson Forms - Automation

 2 Replies
 0 Subscribed to this topic
 16 Subscribed to this forum
Sort:
Author
Messages
Vijay S
Veteran Member Send Private Message
Posts: 174
Veteran Member
Hello everyone,

Is there a way to automate the process of granting access/revoking access to a lawson screens (LAUA). I have a requirement to automate  the process granting/revoking access to lawson forms for a particular user class.  I guess I need to access some table in GEN for the same.
Can someone suggest or give a headstart.

Thanks,
Vijay  
Roger French
Veteran Member Send Private Message
Posts: 549
Veteran Member
WIth LAUA you could possibly do it by using Processflow Integrator or maybe Process Automation, with a node to update the database directly in the database. I'm not going to tell you which table(s) to use though. 

Your organization will be better off looking at moving to LS Security. Then you can do it using PFI with the update resource node.
Vijay S
Veteran Member Send Private Message
Posts: 174
Veteran Member
Thanks Roger, we don't have a PFI, I guess i need to write a script and importdb the forms to the gen database table, There are not many tables for the same in Gen starting with "USER" I checked doing a count on Gen., I guess i'll be using USEREXE and adding the forms to it as forms and utilities here are inaccessible to the users.

- Vijay