Resolved! How to insert Caller name in Incident template
Id like to create incident template for contacting customers.I want to insert customers name in "Additional comments" automatically,so entered as below, javascript:"Dear "+gs.current.caller_id.LastName() but the result is "Dear undefined".How can I i...