LookupBatchTypeIdByName
The LookupBatchTypeIdByName
function takes a batch type name string input parameter and returns the corresponding xactly.xc_batch_type.batch_type_id
.
Syntax
LookupBatchTypeIdByName(<string>) |
Return Type
string
Details
Null is returned if the function cannot find a matching value in xactly.xc_batch_type.name
.
Examples
eval LookupBatchTypeIdByName(‘Commissionable Events’);