How to capture Field Labels in update set.

sinu2
Tera Expert

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. 

4 REPLIES 4

asifnoor
Kilo Patron

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.

Hi Asifnoor, very thanks for the response......

@@@Can you please tell the process how to modify the labels of the columns.

You can find labels in the sys_documentation table.

 

-Harsh

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.