Salesforce

ClientGetUniqueMachineID (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

ClientGetUniqueMachineID (Magic xpa 2.x)

Returns a unique identifier of the client's machine.

Syntax:

ClientGetUniqueMachineID ()

Parameters:

None

Returns:

18-character Alphanumeric value, uniquely identifying the client's machine.

The returned ID will be unique and identical:

  1. For all invocations of the rich-client from a specific machine / session in a terminal server

  2. Regardless of intermediate network servers

The last character in the format of the returned ID defines whether the client is a desktop PC (D) or a mobile device (M). The rest of the string is a hashed ID. For example: 00000000A427B0B4_D
Since version: 1.9

Note:

This ID can be changed upon the next restart/connection to the Internet.

See also:

The Rich Client Samples project (program RRC11)

Reference
Attachment 
Attachment