Skip to main content
Associate utilities, notes, not user administration.

Constructors

NSAssociateAgent()

Methods

GetAssociate(Integer)

Gets an NSAssociate object.
Returns: CRMScript.NetServer.NSAssociate Example:

GetAssociateByPersonId(Integer)

Returns the associate that belongs to this person if the person is an associate.
Returns: CRMScript.NetServer.NSAssociate - The associate that belongs to this person if the person is an associate. Example:

GetAssociateList(Integer[])

Retrieves a list of associates.
Returns: CRMScript.NetServer.NSAssociate[] Example:

GetAssociatesByGroup(Integer,Integer)

Returns a array of associate based on DiaryGroupType and groupId.
Returns: CRMScript.NetServer.NSAssociate[] Example:

GetNote(Integer)

Returns an array of strings(notepad pages).
Returns: CRMScript.Global.String[] Example:

LogOffWindowsUsers(Integer[])

Logs off associates that are logged on to the Win client
Returns: CRMScript.Global.Void Example:

SaveNote(Integer,String[])

Saves an array of strings(notepad pages).
Returns: CRMScript.Global.Void