Misc

Why can’t I delete or modify a record?

14 views April 10, 2016 Andrew Gay 0

To prevent inconsistent data the application has multiple fail safes to prevent users from deleting records that are currently in use.


 

Foreign Key Constraint prevents a users from deleting a record that is currently in use.

foreign_key_constraint

A Supplier Contract has a required Contract Type and in order to prevent a Supplier Contract from being with out a Contract Type the application will prevent the user from delete the Contract Type that is currently used by a Supplier Contract.


 

paid_voucher

Paid Vouchers and Invoices cannot be modified or deleted to prevent the loss of important finalized documents.


 

cannot_delete_draft

Contract, Vouchers, and Invoices may not be deleted after leaving the Draft status.


 

Was this helpful?

Leave A Comment

*
*