- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-13-2014 11:21 PM
Is it possible to change column labels as per user's requirement? These columns may include dot walking as well.
Solved! Go to Solution.
- Labels:
-
Enterprise Release Management
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2014 07:26 AM
you can create database view and then you can change field values of database view using Language field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-25-2014 09:10 AM
If all else fails, there's a brute force method: Create a new column with whatever name/label you want, and copy the field value there on insert/update. You would also have to write a one-time script to copy all the existing data to the new field.
Cheers,
Geoff.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎03-05-2014 01:40 PM
Dear All, Thank you for sharing your expertise.
Thanks, AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-25-2018 03:33 AM
Geoff, can you please let me know on how to create a new field?
Thanks,
-Raghu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎08-10-2014 07:26 AM
you can create database view and then you can change field values of database view using Language field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎12-08-2014 12:05 PM
I really do think this is the correct answer. But I had to read that simple sentence about 10 times, then Google it to figure out the steps I needed to take to accomplish this feat. I found this link to be very helpful: