Difference between revisions of "How to create contacts with roles in portals?"
From SmartWiki
Julia Decker (talk | contribs) |
m |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
<pre> | <pre> | ||
− | /s_edituser.jsp?nextlevel=1&scope=1&userid=0&roleids=# | + | /s_edituser.jsp?nextlevel=1&scope=1&userid=0&roleids=######&accesslink=0&companyid=##### |
</pre> | </pre> | ||
If you are assigning multiple [[Role|roles]], the values for the roleids need to be comma separated. | If you are assigning multiple [[Role|roles]], the values for the roleids need to be comma separated. | ||
+ | |||
+ | '''Where Access type is:''' | ||
+ | |||
+ | 0 = No access, 1 = Administration or Portal Interface, 3 = User Centric or Applicant Interface | ||
[[Category:FAQ]][[Category:System Management]] | [[Category:FAQ]][[Category:System Management]] |
Latest revision as of 14:31, 6 November 2009
To do this, you need to put the following shortcut into your portal:
/s_edituser.jsp?nextlevel=1&scope=1&userid=0&roleids=######&accesslink=0&companyid=#####
If you are assigning multiple roles, the values for the roleids need to be comma separated.
Where Access type is:
0 = No access, 1 = Administration or Portal Interface, 3 = User Centric or Applicant Interface