RFIDMatchForm Class [AX 2012]
The RFIDMatchForm class is used to control the match form.
Syntax
class RFIDMatchForm
Run On
Client
Methods
Method | Description | |
---|---|---|
addLine | ||
apply | Stores the matched tag IDs to the records in the WMSPallet table and to the records in the InventSerial table. | |
autoMatch | Generates a proposal of matched lines. | |
cancelTimeOut | Cancels a previous method call to the setTimeOut method. (Inherited from Object.) | |
createPallet | ||
createSerial | ||
equal | Determines whether the specified object is equal to the current one. (Inherited from Object.) | |
fill | ||
fillLines | ||
getTimeOutTimerHandle | Returns the timer handle for the object. (Inherited from Object.) | |
handle | Retrieves the handle of the class of the object. (Inherited from Object.) | |
init | ||
lockFilterProcessType | Determines whether the process type filter control on the match form should be locked or editable. | |
new | Initializes a new instance of the RFIDMatchForm class. | |
notify | Releases the hold on an object that has called the wait method on this object. (Inherited from Object.) | |
notifyAll | Releases a lock on the object that was issued by the wait method on this object. (Inherited from Object.) | |
objectOnServer | Determines whether the object is on a server. (Inherited from Object.) | |
owner | Returns the instance that owns the object. (Inherited from Object.) | |
parmCallerBuffer | Gets or sets the CallerBuffer parameter. | |
parmFormRun | Gets or sets the FormRun parameter. | |
parmLookupData | Gets or sets the LookupData parameter. | |
parmLookupRefRecIdMap | Gets or sets the LookupRefRecIdMap parameter. | |
parmMatchData | Gets or sets the MatchData parameter. | |
processType | Determines the process type that is used when trying to perform an auto match between lines and tag IDs. | |
setTimeOut | Sets up the scheduled execution of a specified method. (Inherited from Object.) | |
toString | Returns a string that represents the current object. (Inherited from Object.) | |
usageCount | Returns the current number of references, that is, the value of the reference counter, that the object has. (Inherited from Object.) | |
wait | Pauses a process. (Inherited from Object.) | |
xml | Returns an XML string that represents the current object. (Inherited from Object.) | |
::newFormRun |
Top
Remarks
The class must be extended for each type of table that holds records that have to be matched with a radio frequency identification (RFID) tag ID. All matches are kept in memory until the apply method is called.
Inheritance Hierarchy
Object Class
RFIDMatchForm Class
RFIDMatchForm_WMSJournalTrans Class