Hi there,
I followed the tutorial to build VerifyPO policy in BizTak Business Rule Composer Version: 3.9.469.0 and deployed but encountered problem when ran the test case to read TREvent2.xml.
It didn't terminate the pipeline as predicted and data still be sent to ASN folder and TagEvents tables.
After I check the rules in VerifyPO policy, it looked like somehow below condition always returned false:
NOT String.Equals(Convert.ToString(RfidRuleEngineContext.GetVendorSpecificData("PONumber")), RFIDTutorials.TagPO.PONumber)
and it looks like system didn't understand what RfidRuleEngineContext.GetVendorSpecificData("PONumber")) is and without any error raised in log.
Could anyone there help me? Thanks!
Regards,
Eric