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’);

screen-shot-2016-10-20-at-9-34-15-am

Related Functions

LookupBatchIdByName

LookupBatchTypeNameByBatchId

LookupBatchTypeNameByBatchName

LookupBatchTypeNameById