find channel reference-value(a,b)
|
Group |
Returns the value of an additional ID a of the partner channel with ID b.
Description of Parameters
|
Parameter |
Description |
|
a |
Name of the additional ID. See section Additional IDs (central). |
|
b |
Partner channel ID. |
Examples
The partner channel administration should contain two partner channels with the following additional IDs.
|
Partner Channel ID |
Name of Additional ID |
Value of Additional ID in Partner Channel |
|
1 |
custid |
4711 |
|
1 |
account |
12345 |
|
2 |
custid |
4712 |
|
2 |
account |
23456 |
This will lead to the following results.
|
Parameter a |
Parameter b |
Result |
|
account |
1 |
12345 |
|
account |
2 |
23456 |
|
account |
3 |