How can I make the title of an instance dynamic?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-09-2022 12:37 PM
I need to make the title of a widget instance dynamic. This one:
Is there a way to do this? Maybe like call a script include from here or a gs.getUser()? Its a "Data Table from URL Definition" widget. TIA

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 04:47 AM
Hi,
Can you please explain why you want dynamic title? As it is an instance of a Widget generated when you add any widget on portal page. Changing title will not make any difference for end user.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 06:00 AM
The Data Table from URL Definition has an instance option to use the instance's title as the header. They want the header to change based off the user the data in the widget pertains to.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 07:33 AM
Hi,
The title of this widget is based on the table name in URL. If url contains table=incident then it show name of table in list title.
Thanks,
Anil Lande
Thanks
Anil Lande
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-10-2022 07:42 AM
Right, I need that header to be based off who is creating the incident. Not the name of the table. Any ideas?