Hi,
In the "addressbook" tutotrial I see that we can use custom data in a node.
Is it possible (and so how) to access them for update(for example) from webservices?
Thanks.
Steven
Hi Steven,
The accessibility of custom node data via non-customized web services depends on where you’re storing your custom node data.
As per my response in your other thread regarding ExtendedData, use of ExtendedData may not be a good idea.
If you’re storing this custom data only for a custom SubType that you’ve developed, then you would already want to entertain creating your own SDO representing your node that would return all the necessary metadata for your objects.
However, if you’re storing this custom data for all objects, you may not be able to make it accessible through core web services without a customization.
Regards,
Kyle
Kyle,
I just read the other thread, about extendedData, so... I understand that's a bad idea for my case!
Thank you for your reply.