Case.AddLink

Overview

Adds a link to specified case as related.

Case myCase.AddLink(caseOrId: ( string | Case ))

Adds a linked case with specified type

Case myCase.AddLink(caseOrId: ( string | Case ), linkType: ( "Related" | "Child" | "Duplicate" ))

Arguments

( string | Case ) caseOrId

case id or instance of case object

( "Related" | "Child" | "Duplicate" ) linkType

type of relation

Copyright © 2010 - 2023 Emakin. All rights reserved.