Returns the unique code of a device which is executed in the script.

1 system.user.getDeviceUUID

<system.user.getDeviceUUID />
Example

Obtain the unique code of a device which is executed in the script.

Copy
<xsql-script name='system_user_getDeviceUUID_sample1'>
    <body>
        <println>
            <system.user.getDeviceUUID />
        </println>
    </body>
</xsql-script>