Resolved! Access extended table fields
Hi,I have a table cmdb_ci_computer which extends cmdb_ci table. In one of the email notifications, I am tryign to get the fields from cmdb_ci and 2 feilds from cmdb_Ci_compter( which is a child of cmdb_ci) var gr = new GlideRecord("cmdb_ci"); gr.add...
