Jump to content
Claris Engage 2025 - March 25-26 Austin Texas ×

This topic is 8011 days old. Please don't post here. Open a new topic instead.

Recommended Posts

Posted

I have developed a networked requisition program for 6 schools. The secretary for each school has access to create her requisitions. Each requisition contains a product code, product description, price, etc. In Access Privileges I have denied their right to delete to prevent the loss of records. Because this file is related to an accounts balance file that keeps track of their budget balances, I also want to prevent them from returning to a previous requisition record and changing the numbers by which they could return money to their account. In Access Privileges, I know that I can deselect the "edit" feature, but this leaves someone at a higher security level to delete records in which they have made mistakes. Any ideas?

Posted

You didn't mention the version of FM you are using, but if it is FM 5.5 or FM 6 you can set Edit, Browse, and Delete privileges on a record by record basis. You might allow editing for a few days, until a requisition is approved, etc.

-bd

Posted

Once you process their requisition, you could set a field PROCESSED = "YES"

Then, in access priveledges for the secretaries, set up their password such that they can only "EDIT" records if the following calculation is satisfied.

PROCESSED (not equal to) "YES"

Additional Suggestion: Add a calculation field for display purposes on the layout...

If PROCESSED = "YES", "This Requisition has been processed", "Waiting for approval".

Then the secretary knows immediately by browsing through records not only which have been approved, but which ones they will be unable to modify should they attempt to do so.

I use a similar setup for invoices... this way staff have the whole day to make corrections, but as soon as we run the daily reports the next morning, the records become locked for regular staff.

Alternatively, you could disable their ability to edit entirely, but then the moment they leave the record after creating it, they can't make changes, so they'd have to phone in to someone with higher access priveledges to make a change.

This topic is 8011 days old. Please don't post here. Open a new topic instead.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.