Topic by Shellie Robertson
Content
Hello! I am trying to get the current incident workspace record and copy the entire record into a new incident. Is there a method that does this? I pull the incident using RecordContext, but I can't copy the record into a new Incident object because it's coming back as IIncident. (And it won't let me cast it to an Incident.) Any recommendations on this? Code is below.