Jump to content

Script to change field name


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

Recommended Posts

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

Link to comment
Share on other sites

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.

Link to comment
Share on other sites

This topic is 6505 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.