Does anyone know of a library, or listing, of Rules examples? I have a tricky bit of security to implement -- not tricky because of the requirement, but because LSA rules have to be used implement the requirement. Examples of how rules work in various ways would be very useful.
For example: From my small list of Rules that I have created and documented: [Lawson 10] For IMDBB, a rule to limit files that can be imported to only the 2 used for Invoices (APCINVOICe APCDISTRIB) in AP520:
Profile: PRD
Belongs to Class: IFImport
Class Description: IF Import files
Define/Edit rules for: IMDBB
Access: Conditional Rule Access
Rule Type: If Then Else
Edit: if((form.DB_FILE_NAME!='APCINVOICE')&&(form.DB_FILE_NAME!='APCDISTRIB')) 'C,D,I,J,M,N,P,R,V,' else 'ALL_ACCESS,'
Reason: Allows only the named files to be imported. Cannot A)dd or S)ubmit otherwise