Tag Link | [RecordID_Value] | Category | Database |
---|---|---|---|
Type | Substitution | Source Available | No |
Support | Deprecated | Version | 3.0 |
Change | Unchanged | Data Source | Any |
Output Type | String | Security | None |
Implementation | LCAPI | Sets | Lasso 8.5, Lasso 8.0, Lasso 7.0, Lasso 6.0, Lasso 5.0, Lasso 3.x |
Lasso 3 Equivalent | [KeyField_Value] |
After a database search is performed using a
After an
After an
After a
[RecordID_Value]
Optional Parameters | |
---|---|
Encoding Keyword | Specifies the encoding for the tag's return value. Tags are encoded using |
This tag has been deprecated. The tag [KeyField_Value] should be used instead.
To return the key field value for a record which was added to a database:
Use the [RecordID_Value] tag. The following example adds a new record to the People table of the Contacts database and returns the value for the primary key value of the new record.
[Inline:
'First_Name'='Elizabeth',
'Last_Name'='NewPerson']
<br>The added record has primary key value [RecordID_Value]
[/Inline]
<br>The added record has primary key value 34.