RFIDTagBase.postGenerateValidation Method [AX 2012]
The base method to validate the tag ID after it is generated.
Syntax
protected abstract boolean postGenerateValidation()
Run On
Called
Return Value
Type: boolean
true if the tag ID is valid after it is generated; otherwise, false.
Remarks
The method must be extended for each type of radio frequency identification (RFID) tag.