How to capture Field Labels in update set.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 10:39 PM
Hi All, I have created one custom table but i forgot to capture field labels of all fields in the update set could any one please suggest how to capture "field labels" for existing table.
@ And also is it possible to take field labels,dictionaries, of the complete table through XML.
Please suggest it could be very thankful.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-13-2019 10:57 PM
Hi,
Create a new Update set (if the existing one is already completed and moved to stage/prod instance) or else open the same Update set and put that as default.
Then modify the labels of the columns (by making a small change and revert back) and then those labels will be captured in the update set.
You can export the table structure, it has to go through update sets only. However, you can export/import the data in the table.
Kindly mark the answer as correct and also helpful if this worked for you.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2019 12:11 AM
Hi Asifnoor, very thanks for the response......
@@@Can you please tell the process how to modify the labels of the columns.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2019 12:36 AM
You can find labels in the sys_documentation table.
-Harsh

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-14-2019 01:09 AM
Simply go to System Definition -> Tables. Click on the table of ours. Then in the list, you will see all your columns. There you can edit the label of the fields and save.
Kindly mark the answer as correct and also helpful if it helps.