I am writing a PABX configurator. Based on information captured to a file I automatically create certain child records in the system (which Server, which interface cards etc.) Since these records are based on calculations I don't want the user to be able to remove or change values in these specific records. As I create the records I mark the Autocreate field in the child file to TRUE. The user has the ability to add additional records (VOIP phones base stations etc.). So although I display all the autocreated and added records I don't want them to touch the auto stuff.
So yes code to hide the change and delete buttons when certain records that have the autocreate field set to TRUE is what I could use.