Missing tables
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-22-2022 02:56 PM
I am getting these errors
GlideRecord newGlideRecord() called with invalid table name: cmdb_ci_network_link
GlideRecord newGlideRecord() called with invalid table name: cmdb_ci_vehicles
And the tables seem to be missing? any idea how I can re-create?
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-23-2022 01:42 AM
It should be new GlideRecord('cmdb_ci_network_link'); // there should be a space b/w new and GlideRecord().
"cmdb_ci_network_link" is a table but "cmdb_ci_vehicles" is not a table in OOB instance.
Please mark the answer correct/helpful accordingly.
Raghav
MVP 2023