
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 04:31 AM
Hi Community,
I have the following use case: on the Risk form we displayed the field which brings the name of the project, as per the screen shot below. I would like to change the label of this field to Project Name but I get "invalid update" message - is it because Risk table is not an extension of Task, that's why it doesn't let me to do the change?
Is there a way to achieve this at all?
Thank you.
Paula
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 08:36 AM
I don't think you can do this as the field isn't extended to that form at the table level, it's effectively just being dot-walked to and displayed on your risk form.
You can use g_form.setLabelOf('<field_name>','<label>') to change labels via client script but i don't think you'll be able to do that here as the field isn't actually there.
If you really need to do this you could create a duplicate string field on the source task form and call it project name, populate it with whatever goes in the short description field with a simple business rule, hide it on your task form and dot-walk to that on your risk form.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 04:35 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 05:05 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 04:37 AM

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-09-2022 05:05 AM
I have tried that already, and this is what I get - I think the issue is because the element is not short)description; short description from Task in Risk table has a different name and that's why it isn't recognised - I did try with the name of the field: risk.task.short_description and it did not work either
On the below screen shot, after Saving the record, it change the table from Risk to Task:
I tried to change the element to risk.task.short_description but the change it isn't acknowledged.