INFO: in Navigation between Screen [FromScreen] and Screen [ToScreen], at Row [Row], Column [Column] there is no Field with WRITE or READWRITE defined. A hardcoded SetText of '[data]' will be generated... |
When analyzing all navigation within the set of recordings connected to the active project, the code generation framework identifies all field updates on a screen for a particular action. When data is entered prior to an enter/function key, any data not mapped to a field is assumed to be a literal involved in navigation. If, however, your recording has captured data entry that has no field mapped, like an address change for a customer, you will want to map the subject field (and set its NavigationUse=ignore), or each inquiry using your generated web service will change the address to the literal assumed to be part of navigation!