Documentation Index

Fetch the complete documentation index at: https://docs.lobstersoftware.com/llms.txt

Use this file to discover all available pages before exploring further.

find channel reference-value(a,b)

Prev Next

This function returns the value of an additional ID a of the partner Channel with ID b.

If nothing is found, an empty string with a set empty flag will be returned.

Parameters

Parameter

Description

a

Name of the additional ID. (see Channels)

b

Partner channel ID.

Examples

Assume there are two partner channels with the following additional IDs.

Partner channel ID

Name of additional ID

Value of additional ID in partner channel

1

customerid

4711

1

accountno

12345

2

customerid

4712

2

accountno

23456

This will lead to the following results.

Parameter a

Parameter b

Result

accountno

1

12345

accountno

2

23456

accountno

3

(Empty string with a set empty flag.)