View Single Post
  #1  
Old 05-23-2023, 03:52 PM
smitchell smitchell is offline
Registered User
 
Join Date: 07-31-2022
Posts: 10
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>
The id=1003 is the ItemID of the referenced 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?
Reply With Quote