Home > @i2analyze/notebook-sdk > app > IRecordEditor > addSourceIdentifier
app.IRecordEditor.addSourceIdentifier() method
Adds a new source identifier to the record.
Signature:
addSourceIdentifier(identifierData: records.ISourceIdentifierData): this;
Introduced: version 1.1
Parameters
Parameter | Type | Description |
---|---|---|
identifierData | records.ISourceIdentifierData | The data for the new source identifier. |
Returns:
this
This record, with the new source identifier in place.