- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 02:09 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 07:12 AM
Hi,
In a client script you can script your condition and set the field label using
g_form.setLabelOf('field_name','New Label');
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 11:00 AM
Hi Barbar,
in change table there is a field call description. i need to change that field label to details and while pulling the change report also the label should be details instead of description.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-06-2019 11:29 AM
Akhila,
If you'd like 'Description' to always appear as 'Details' for all change requests:
Right click on 'Description', select 'Configure Label'. This will pull up the Field Label record for all task and task extended tables. Change the 'Table' field to the change_request table, change the label to 'Detail', right click on the header and insert a record.
This will change the Description label for ONLY change requests and not all tasks.
It should show up in reports, as it's changing it server side. Definitely test it out though to be sure, I don't do a lot of reporting.
Hope this is what you need!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-05-2019 09:40 PM
Hi Akhila,
You can achieve this by using client script. Give your condition and write the below script.
g_form.setLabelOf('your_field_name', 'your_new_label');
Please mark my answer correct if you found it helpful/correct
Thanks,
Ritanjali
www.dxsherpa.com