Resolved! Unable to create a record in m2m service entry tabel through background scripts
Hi Community, Not able to create a record with complete data in m2m table (sa_m2m_service_entry_point_list) using background scripts. var a= new GlideRecord('sa_m2m_service_entry_point'); a.initialize(); a.cmdb_ci_endpoint = "Test E...
