Skip to content

Assign

Assigns the case to specified identity.

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

Assigns the case to specified identity with comments.

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

Parameters

( string | Identity ) identity
    to assign

string comments
    of assignment

See Also