create record in associated object from workspace addin
Content
Hi
I have an incident that has an associated object table called AHT
I want to create a new record in the AHT object and cannot see how i do this
globals.incidentRecord = this.RecordContext.GetWorkspaceRecord(RightNow.AddIns.Common.WorkspaceRecordType.Incident) as IIncident;
gives me a handle on the incident but how do i then create a record entry in the associated object ?
if i were to use the create function such as
globals.globalContext.AutomationContext.CreateWorkspaceRecord("ATM$ATM");
how do i then get a handle on that to enter details to it ?
any help is appreciated
Mark
Code Snippet
0