LassoScript Utility
Basics Browse Detail

[Action_SetRecordID]

Tag Link [Action_SetRecordID] Category Custom Tag
Type Substitution Source Available No
Support Preferred Version 8.0
Change Unchanged Data Source Any
Output Type None Security None
Implementation LCAPI Sets Lasso 8.5, Lasso 8.0

Description

[Action_SetRecordID] is used to set the current record ID for an -Add database action within the ->Action tag of a custom Lasso data source. The tag requires one parmaeter which is the integer value for the record ID of the recently added record. The value set will be available through the [RecordID_Value] tag within the inline that called the action.

Syntax

[Action_SetRecordID: 32768]

Parameters

Required Parameters
Integer The record ID value to be set.

Examples

See the Lasso 8 Language Guide for examples of how to use this tag.