Friday 15 September 2006 1:53:35 am
Hello there The remote id is an identifier that you can give your objects. This can be useful for importing/updating data via script. If you don't set it, Ez sets it to a md5 of some object specific data during creation of this object, I forgot which one. As EZ does not use this remote id, you can overwrite it with your own value (e.g. the product reference for products). You can access and overwrite the remote id the usual way:
$remoteId = $contentObject->attribute('remote_id');
$contentObject->setAttribute('remote_id', <your key here>);
Greetings from Luxembourg Claudia
|