SoftadminGuide.LinkPassingField_Definition

Type: Table-valued function

Used to create temp table #LinkPassingField, passed to the procedure SoftadminGuide.Link_Create.

Resultsets

Resultset: #LinkPassingField

Table count: repeated exactly once
Row count: no rows (only column metadata)
Columns
Id mandatory int

Set by IDENTITY-property. Must be unique even if the temp-table itself has no primary key constraint.

LinkGuid mandatory uniqueidentifier

Identifies link to apply passing field to.

PassingFieldName mandatory string

Name of passing field.

PassingFieldType mandatory string

Supported values:

  • 'Passing field'
  • 'Column value'
  • 'Parameter field'
  • 'Session variable'
  • 'Constant value'
  • 'SelectedItems'
PassingFieldValue optional string

Value to pass. Can be name of column, parameter field, session variable et cetera depending on passing field type.