We’ve got a category with a table key lookup attribute 'member number'. There are then several other attributes that are "looked up", from the same table key lookup source table, depending on the selection, such as the members full-name, professional member registration number etc.
This is performed both on new documents added to CS via the web-services, and updates to exiting documents.
Is there any way to "cascade" this update via web-services? So we only need to update the ‘member number’ attribute and then the dependant attributes will be "refreshed".
Tom