#1
|
|||
|
|||
Importing Info Item fields
I'm running some tests on a Document Item that has a custom InfoItem field called Link that references a Text item. When this Document Item is exported to CSV the Link field is exported as the Item Title of the referenced Text item. When exporting to OPML the Link field is exported as:
Code:
<Item name='Link' id='1003'>Test Text</Item> Is it possible to import InfoItem fields and re-establish their references to items in the database --without having to do it manually? |
|
|