effect on existing content caused by changing property data type
I need to change the data type of a property on a document type - and I need an efficient way to "fix up" the value for that property once the change is made. I can't go into the backoffice and change the property for each content - that would take too long and it's error prone. Is there some other way to do this?
effect on existing content caused by changing property data type
I need to change the data type of a property on a document type - and I need an efficient way to "fix up" the value for that property once the change is made. I can't go into the backoffice and change the property for each content - that would take too long and it's error prone. Is there some other way to do this?
Hi Charlie
I'm afraid, that you have to write custom code that will go through nodes and change value.
Thanks,
Alex
Alex, Thanks for reply. "Custom code" means using the Content Service API, then? Right?
Charlie, yes
is working on a reply...