Rule Engine Unique Functions
Overview
Unique Rule Engine Functions
GetValueByApiName
let value = GetValueByApiName("Transaction.UUID");
SetValueByApiName
let res = SetValueByApiName("TSAMessage", "hello");
Last updated