Copies a ShopContact to the Contact Table for later CRM use.
[Visual Basic] Public Function ShadowCopy( _ Optional ByVal Int64 As Int64 = 0 _ ) As Object [C#] public object ShadowCopy( long Int64 ); [C++] public: Object* ShadowCopy( __int64 Int64 ); [JScript] public function ShadowCopy( long Int64 ): Object;
Please note that Contacts with Location=Contact cannot be copied. Also ShopContacts need to be already submitted to the Database to enable Shadowcopying If Contact Email is already taken in Table Contacts only changes will be submitted to Database. If Contact has been created explicitly by a User (by not having a valid CN2CS Flag) will not be updated
Exception Type | Condition |
---|---|
ArgumentException | Indicates that ShopContact that should be ShadowCopied to Contact has not been yet submitted to Database |
Contact Class | ppm3dakClient.Contacts Namespace