Messaging Device Cloning

Clones a message-based synchronization device by copying the device's settings.

Cloning creates a duplicate copy of a device user's messaging configuration settings. This duplication allows you to retain user information but pair it with a different device.

Syntax

List<DeviceInfoVO> cloneDeviceRegistration(List<DeviceCloneRequestVO> cloneRequests, List<PropertyItemVO> settings) throws SUPAdminException;

Returns

Examples

Usage

The registration settings specified in the cloneRequests parameter will override the settings specified in the settings parameter, and then the setting will be copied from the existing device registration. The clone operation will generate a new device ID, and leaving the existing device registration unchanged.