PDA

View Full Version : Importing Info Item fields


smitchell
05-23-2023, 03:52 PM
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:
<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?

kinook
05-24-2023, 08:33 PM
This isn't supported.

cnewtonne
05-25-2023, 07:31 AM
Wouldn't it help if he used 'copy item command-line' to insert into the 'link' field.

kinook
05-25-2023, 02:23 PM
They have an Info Item attribute which is a different type of link.

smitchell
05-26-2023, 12:03 AM
This isn't supported.

I have used just a fraction of UR's features and wanted to be sure I didn't overlook something. Thanks.