How to Assign Roles to Smartform

  • 5 February 2013
  • 1 reply
  • 0 views

Badge

Hi,


I have designed a smartform to update DB without any workflow associated to it.


Single Signon has been configured.


How to limit access to the smartform using roles created via AD or any other options. Thanks.


Regards,


Derrick


 


1 reply

Badge +2

I think you can do something like this with a rule. You can create a rule that fires when the form is initialized and the rule calls a SmartObject Load/Read method. The SmartObject could be a table that you manage that has say Form Name/ID and the list of users that can access it.


I imagine you could just query Active Directory and see if the user is a particular group as well...

Reply