Login
Register
Search
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Forums
Infor / Lawson Platforms
S3 Security
Delete a Role in LSF9
Home
Forums
Jobs
LawsonGuru
LawsonGuru Letter
LawsonGuru Blog
Worthwhile Reading
Infor Lawson News Feed
Store
Store FAQs
About
Who's On?
Membership:
Latest:
Pramod Chandra
Past 24 Hours:
0
Prev. 24 Hours:
0
Overall:
5243
People Online:
Visitors:
201
Members:
0
Total:
201
Online Now:
New Topics
S3 Systems Administration
Lawson Security Admin (LSA) - Securing Print Manager to self only
10/24/2025 6:27 PM
Looking for someone who would be willing to share
Lawson Add-Ins for Microsoft Office
Lawson Add-in
9/30/2025 6:51 PM
I am looking for a Lawson Add-ins query to add new
Lawson S3 Procurement
Anyone getting PO 0000 not found for company error in PO23?
9/30/2025 2:45 AM
Anyone getting PO 0000 not found for company error
Lawson Add-Ins for Microsoft Office
PO20 - Cancel PO via Add-in
9/25/2025 8:03 PM
Is it possible to cancel PO's using add-ins? I
S3 Systems Administration
S3 Payroll - PayStubs
9/18/2025 6:58 PM
Looking for a reliable solution to streamline the
S3 Systems Administration
Quick Access report
8/25/2025 7:17 PM
Looking for a good way to see who has access Lawso
S3 Customization/Development
LP01 hiding a PTO plan from the list
8/13/2025 4:44 PM
Hi all. is there a way to hide a specific PTO&n
Lawson Business Intelligence/Reporting/Crystal
GLTrans - PO Line/MAInvdtl
8/6/2025 6:13 PM
Hello, we have an existing tabular model for fina
IPA/ProcessFlow
Retrieving GUID from InforOS
7/25/2025 2:22 AM
Hello everyone, I was wondering if there is a way
IPA/ProcessFlow
IPA for forwarding cost messages (MA64/MA66.3)
7/23/2025 6:07 PM
When a buyer has an invoice cost message where the
Top Forum Posters
Name
Points
Greg Moeller
4184
David Williams
3349
Kat V
2984
Woozy
1973
Jimmy Chiu
1883
Kwane McNeal
1437
Ragu Raghavan
1377
Roger French
1315
mark.cook
1244
Chesca
1042
Forums
Filtered Topics
Unanswered
Unresolved
Announcements
Active Topics
Most Liked
Most Replies
Search Forums
Search
Advanced Search
Topics
Posts
Prev
Next
Forums
Infor / Lawson Platforms
S3 Security
Delete a Role in LSF9
Please
login
to post a reply.
8 Replies
0
Subscribed to this topic
17 Subscribed to this forum
Sort:
Oldest First
Most Recent First
Author
Messages
TBonney
Veteran Member
Posts: 281
5/16/2011 6:09 PM
Can a single role be deleted from multiple users in LSF9, without impacting any of the other roles, groups, etc. that are assigned to these users?
We have a role that was created and assigned to several hundred users previously. However, due to changes made since then, this role is now obsolete and unnecessary so we'd like to remove it from all users. However, we do not want any other changes to be made to these users.
Any ideas? Thank you.
TBonney
Veteran Member
Posts: 281
5/19/2011 1:25 PM
Split
Does anyone have any ideas or feedback on this post? I see that several people have viewed it, but none have commented.
We also have an obsolete group that was created in Resource Manager & assigned to about 150 users, but which has since been replaced with another group, so it too is obsolete. I'd like to get rid of both if I can, withour effecting any of the other roles or groups presently assigned to the affected users.
Thank you for any ipnut anyone can provide.
Al
Basic Member
Posts: 17
5/19/2011 1:35 PM
Split
I am not sure if you can mass delete somehow as I've never found a way. My experience has been you need to remove the security classes from the role to deleted, remove the role from each user account, then delete the role in Resource Manager. You will get an error message if you try to delete a role that is being used on RM user accounts.
TBonney
Veteran Member
Posts: 281
5/27/2011 4:21 PM
Split
Thank you Al. That's what we have found as well, but were wondering if anyone had found any way to work around it. Thanks again.
Lee Wall
Basic Member
Posts: 4
6/1/2011 11:21 AM
Split
Do you have Processflow Integrator? The only way I've found to mass delete a role from multiple user records is to use the Resource Query and Resource Update nodes in processflow integrator. Use the Query node to indentify all users with the oudated role, then the resource update node to remove the role from the user record.
Chris
Advanced Member
Posts: 23
6/1/2011 11:27 AM
Split
The loadusers command can be used to replace a user (and all associated groups and roles) in Lawsom RM. We currently have a Perl script that automatically builds the necessary XML input file for loading new users. If you could query LDAP (which can be done with a Perl module), it should be possible to build the correct XML input to replace an existing user with a new version including whatever changes you require (adding or removing roles, etc.). We are planning on trying this.
TBonney
Veteran Member
Posts: 281
6/1/2011 11:45 AM
Split
Thanks Lee Wall and Chris!
Basically what Chris suggested is how we did it as well. We ran scripts to create files indicating what all the current roles, groups, etc. are assigned to each individual and then updated the files by removing the target role we wanted to get rid of, then ran the loadusers to update using the newly edited xml files. However, this process was a long and involved one, so we are wondering if there might be a more efficient method out there.
Lee, would you be able to provide any additional information on how to utilize Process Flow to accomplish this? We do have PFI, but have never used the Resource Update node and are a little skiddish about doing so.
Thank you.
KK - Infor
Veteran Member
Posts: 61
6/1/2011 7:28 PM
Split
You can achieve this using PFI/ PFX
- Have a Resource query node Inquire all the Roles/ Groups etc.
- Assign it to a variable
- Using Branch/ JavaScript strip out/ replace the ones you don't need
- Assign the rest using the Resource Update again.
This is a little more involved process, however works like a charm since it uses the standard Lawson tools.
TBonney
Veteran Member
Posts: 281
6/2/2011 11:18 AM
Split
Thanks KK!
...and doing so through Process Flow has no impact to the user whose profile you're updating? (i.e. - no change in password is required, etc.)
That's our biggest concern, to be able to remove these obsolete roles without needing to mass communicate the change to all "affected" users, since it really has no impact to the end users.
Thank you.
Please
login
to post a reply.