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 5 Next »

Overview

Assigns the case to specified identity.

Case myCase.Assign(identity: ( string | Identity ))

Assigns the case to specified identity with comments.

Case myCase.Assign(identity: ( string | Identity ), comments: string)

Arguments

( string | Identity ) identity
to assign
string comments
of assignment
  • No labels