I am new to ServiceNow, I have created a standalone table like "u_myTable", but Now according to my requirement I wanted it to extend from "task" or "cmdb_ci" table. Is it any possible way to achieve this requirement.
Extend existed table in ServiceNow
1.2k Views Asked by Chandra Prakash At
2
You can use the
GlideTableParentChange
Script Include. I've done this myself in a scoped application, but do test this in a non-production instance in case something unexpected happens with this.I haven't tried to change a table from one base table to another with this in case that comes up in future requirements for you.
Credjt: https://community.servicenow.com/community?id=community_question&sys_id=2158cfaddb1cdbc01dcaf3231f961960
Important Notes
Steps to extend table
Script: