Returns the register in wic_mobile_devices of the last device used by the user.
1 mobile.getLastDeviceInfo
<mobile.getLastDeviceInfo user-code='user-code'/>
Attributes | |||||
---|---|---|---|---|---|
Name | Type | Required | Default | Description | |
Auser-code | Integer | User code |
Returns | |
---|---|
Type | Description |
Vtable | Register of the devices table. |
Example
Copy
<xsql-script> <body> <return> <mobile.getLastDeviceInfo user-code="jab"/> </return> </body> </xsql-script>