Try our conversational search powered by Generative AI!

Best way to convert LinkItemCollection to ContentArea?

Vote:
 

Hi,

There are several block types where I need to convert a LinkItemCollection property to a ContentArea property, what would be the easiest way to do this?

I have tried to just change the type from LinkItemCollection to ContentArea, but then the LinkItems only show as null objects in edit view.

Should I build a conversion job, or does anyone else have a better idea?

#269352
Jan 03, 2022 8:04
Vote:
 

Hi,

I think the best way is -

  1. Create a new ContentArea property
  2. Create A new BlockType with Link Property
  3. Create a scheduled Job to pull the data from the existing LinkItemCollection property and then create a new block and put it into the new ContentArea and publish it
#269353
Jan 03, 2022 8:51
Vote:
 

Hi,

Yes I guess that is the only way to do this. Thanks!

#269411
Jan 04, 2022 10:57
This topic was created over six months ago and has been resolved. If you have a similar question, please create a new topic and refer to this one.
* You are NOT allowed to include any hyperlinks in the post because your account hasn't associated to your company. User profile should be updated.