Using a Grid and RFIDWriteTag

I am trying to use an after scan event to write to the tag just read within a session where the tag is being scanned and written to a grid. I have the after scan write working in a session without the grid control in the mixture. In the particular session I am working with, I read the tag into a field on the screen, validate it is valid then post it to the grid. I have a form logic rule set up to click a button on the screen after the scan occurs. The button handles the RFIDWrite. I am not getting any message indicating the write is either successful or failed so I'm not sure the form logic is even firing. Has anyone tried such a combination?
 

Howard Heckman III

Administrator
Staff member
Hi Myra,

Make sure the EPC field is not being cleared in the sequence of events due to the record now being submitted. If this is the case it may not even attempt the write due to the EPC value that it is supposed to write to being blank.

Let me know if this could be the issue.
 
Top