March 9, 201114 yr Does anyone have any clues as to what causes the below error? I cannot modify any records within that table although the strange thing is I have some of those fields related in another table and can modify them from there. I haven't set up any security or exclusions to my knowledge.
March 9, 201114 yr Author Can you open the file using the Full Access privileges I believe the file is opening as Admin with full access privileges.
March 9, 201114 yr It does not sound like it is. Close the file and hold the Option key down when opening it. Or. Open File >> Manage >> Security (if you can)
March 9, 201114 yr It looks like a custom validation message - not related (at least not directly) to privileges.
March 9, 201114 yr Author It looks like a custom validation message - not related (at least not directly) to privileges. Problem solved although it lends itself to another question. It was a custom validation message that I had set up based on usernames of the users that I wish to be able to modify records. I needed to alter the validation calculation to Get(Username)= "XX". The strange thing is, the fields I was trying to modify didn't have validation set. Doesn't validation only affect the field that it is set up in or can it affect other unvalidated fields in the same table which appears to be the case here?
March 9, 201114 yr if you setup a field to validate "Always", it will kick in when you try to commit the record. I needed to alter the validation calculation to Get(Username)= "XX" Are you sure that's what you want to do? It doesn't seem very secure.
March 10, 201114 yr Author if you setup a field to validate "Always", it will kick in when you try to commit the record. If I uncheck the 'Always' box the validation will it only kick in when I try to modify that field only? Are you sure that's what you want to do? It doesn't seem very secure. What would be a better way? I thought the Username identity was a good idea because it is unique (unless I get two 'smithj') and it is protected by company IT policy.
March 10, 201114 yr If I uncheck the 'Always' box the validation will it only kick in when I try to modify that field only? If it's not 'Always', then it's 'Only during data entry'. I want to be careful here, because different types of validation trigger at different times - but in any case, if the user has not modified the field, validation will not occur. What would be a better way? Through Accounts & Privileges. Also, UserName in Filemaker can be changed through the application's preferences - thus any user can easily circumvent this and pose as another user. Use the AccountName instead.
Create an account or sign in to comment