Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 6 Next »

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" ))

( string | Case ) caseOrId
case id or instance of case object
( "Related" | "Child" | "Duplicate" ) linkType
type of relation
  • No labels