infor.com
concierge
infor u
developer portal
Home
Groups
Lawson - Technology Customer Community [READ ONLY]
Lawson Security (LSF) and unable to Secure Cash Ledger Module (CB)
unknown
Is there a trick to securing the Cash Ledger module (CB). Our I/S Analyst has tried to specifically exclude access to the CB module but has been unable to get it to work. We aren't even talking about data level security at this point. Just excluding access to CB. He has written the code to specifically say "CB" [No Access] and written code that says something similiar to "If GL" [All Access] Else [No Access] but neither stop access to CB. Any thoughts would be greatly appreciated.
Find more posts tagged with
Infor Lawson Technology Group - Discussion
Comments
unknown
The first thing I would check is to see if the CB module has been granted access under a different Role/security class. If a user has one role or security class that has no access for CB, but another role or security class has grant access to CB - then the grant access takes precident.
unknown
Please find below the Rule which works for us.
We Have created an additional Attribute called CompanyLimited to accommodate just Inquiry access, but should work directly against the Company Attribute I think. The Rule has been used against the Company/CompanyLimited Attribute, Element Group COMPANY:
if(((SystemCode='AP'||'PO'||'CB'||'RQ'||'IF'||'WO'||'WH'||'IC'||'MA'||'AM'||'AC'||'TX'||'TE'||'AR'||'GL')&&user.attributeContains('CompanyControl',lztrim(COMPANY))))
'ALL_ACCESS,'
else
if(((SystemCode='AP'||'PO'||'CB'||'RQ'||'IF'||'WO'||'WH'||'IC'||'MA'||'AM'||'AC'||'TX'||'TE'||'AR'||'GL')&&user.attributeContains('CompanyLimited',lztrim(COMPANY))))
'ALL_INQUIRES,'
else
'NO_ACCESS,'
unknown
Good point by Richard about SAecurity conflicts. Many times I have noticed that higher level access overrides what I am trying to process.
Excellent thought.
Quick Links
All Categories
Recent Posts
Activity
Unanswered
Groups
Help
Popular Tags
Infor Lawson Human Resources Group - Discussion
Infor Lawson Technology Group - Discussion
General Discussions
VISUAL - Enterprise General Discussions
Infor Lawson Supply Chain Management - Discussion
Process Automation (IPA) - General Discussions
Pegasus - Partner General Discussions
Infor Lawson Supply Chain Group - Discussion
Infor Lawson Financials Group - Discussion
Infor EPM Discussions