Add a column in Service portal Widget
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 12:53 AM
Need help with service portal widget.
Table name: sn_install_base_sold_product
Now I need to add a column "Version" after name.
But there is no Version in "sn_install_base_sold_product" table. The Version feild is coming from "cmdb_ci_business_app".
How can I do that and how to create the column?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 02:16 AM
Can you dotwalk to the field and add it from there? Otherwise it won't be possible, unless you create it as a custom field on the sold product table and have it synced with the business application table.
Please mark any helpful or correct solutions as such. That helps others find their solutions.
Mark
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 02:18 AM
How to dotwalk in widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-07-2024 04:36 AM
Hi @Sohini Kar , is it an oob widget or customized widget?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2024 01:02 AM
OOB widget.
But I have cloned it and created my own.