getEntryRelatedItemInfo script operation
Returns an array of length 2 that contains: [0]=Related Item's Catalog's Name, [1]=Related Item's Primary Key, for the related item represented by the given internal unique item ID, at the browsing version of the catalog of the given entry.
Deprecated: This script operation is deprecated and scheduled to be removed. Use the getEntryRelationshipAttrib script operation instead.
Format: ObjectOriented
Type: method
Syntax
String[] Entry::getEntryRelatedItemInfo(int iItemId)
Parameters
| Type | Name | Description | Is required? | Is array? |
|---|---|---|---|---|
| Entry | operatesOn | The entry whose related id information is to be returned. | true | false |
| int | iItemId | The id of the item catalog and primary key are to be returned. | true | false |
Return values
Return value: String
Is array: true