Share via


RFIDGetTrans.validate Method [AX 2012]

Validates any non-excluded radio frequency identification (RFID) servers in the RFIDServerTable table. Validates them for the none-excluded RFIDProcessTable table, and validates RFID processes to make sure that they have the RFIDDeviceTable tables attached.

Syntax

public boolean validate([Object _calledFrom])

Run On

Called

Parameters

Return Value

Type: boolean
true if validation is successful; otherwise, false.

Remarks

Before the job can start, it is validated if any non-excluded radio frequency identification (RFID) servers exist in the RFIDServerTable table. These servers are validated for the none-excluded RFIDProcessTable table and these RFID processes must be started. Then, the RFID processes are validated for having the RFIDDeviceTable tables attached.

See Also

Reference

RFIDGetTrans Class