Add an item to the list.

Syntax

ISRecordList.Add(recordType, pk, id, description, [notes], [externalId])

Parameters

NameTypeOptionalByRefDescription
recordType String The Record Type.
pk Integer The record's primary key.
id String The record's Id.
description String The record's Description.
notes String Optional Optional Notes to record.
externalId String Optional The record's External Id if applicable.

Return Value

Boolean

A Boolean value indicating whether the item was added or not. This will only return False if the MaxItems allowed has already been met and the item cannot be added (this does not apply to MruList type lists).

Member of:
ISRecordList
Namespace:
Intersoft.ISRuntime6
Assembly:
ISRuntime6, Version=6.0.3
Target Framework:
.NET 9.0