dstuchbury Posted June 6, 2006 Posted June 6, 2006 Dear All, I'm looking for a way to change the name of a field within a script. The database is a CRM contact management system, with several user-definable fields. Currently, I have to make the changes to field names myself, a users do not have admin rights, but I was wondering if there is any way to automate this process. Many thanks in advance for any suggestions, which are greatly appreciated. Regards, Dan Stuchbury
comment Posted June 6, 2006 Posted June 6, 2006 As a rule, scripts cannot change the database structure. However, you could turn each user-definable field into a pair of FieldLabel and FieldValue fields. Or add one repeating text field to hold the labels for all the user-definable fields.
dstuchbury Posted June 6, 2006 Author Posted June 6, 2006 Thanks very much. I've decided to go with the repeating fields option, and it's working a treat. Regards, Dan
Recommended Posts
This topic is 6747 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 accountSign in
Already have an account? Sign in here.
Sign In Now