Pular para o conteúdo principal

Client

A sub namespace of Document, exclusive for client operations


nota

The same methods that are presented in the Document Introduction but do not take the first param documentName, because you're already in a Client document

Get Custom Fields Get Lookup Set Custom Fields Update


getImages

Description

This method can be used to get clients image url.

Method(s)

1   declare function getImages(ids: string[]): string[];
ParameterTypeRequiredDefaultsDescription
idsstring[]trueArray of client ids

Basic Usage

SW.Document.Client.getImages(["f6671567-67b2-430c-bf04-dc7a41e99395"]);