Resolved! getFields() on GlideRecord shows more columns than sys_db_object columns
Consider the "incident" table Under sys_db_object table, ServiceNow lists 161 columnsYou can see that it shows columns from parent as well as incident table But if do the following:var body = {}; var recObj = new GlideRecord("incident"); if (recObj.g...