RFIDReadWriteForm.allowOverwritingTagInformation Method [AX 2012]

Warns the user if tag information will be overwritten, and lets the user cancel the operation.

Syntax

protected boolean allowOverwritingTagInformation()

Run On

Client

Return Value

Type: boolean
true if there is no existing tag information or the user accepted that the existing tag be overwritten; otherwise, false.

Remarks

If the readWriteBuffer currently has a TagId, a dialog box will be opened to warn the user who the TagId will be overwritten, and let the user cancel the operation.

See Also

Reference

RFIDReadWriteForm Class