Is it possible to use JavaScript dynamically change the form component's name ?
book
Article ID: 145046
calendar_today
Updated On:
Products
CA Service Catalog
Issue/Introduction
I've got a Field Set which I need to update its title value through the form's code.
for example:
this fieldset:
Looks like this:
What I need to do is through code, being able to change the "Approval Method" title, so something else.
Environment
Release : 17.2
Component : CA SERVICE CATALOG
Resolution
There is no way to use JavaScript function in the form to change the specific component ( field set , for example)'s name in the form accordingly and dynamically, because the component's name is done/set at the form design stage and the information about it are stored in form's definition table instead of the specific request's form data tables .