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