I added a linked field 'ItemType' to the 'InvoiceLine' table. Then, I tried to add the following 'on screen load' actions to the advanced screen properties and I received an error message that 'An error has occured in the Update Field In Table action. Please verify all data being entered is correct.'
1. Start loop through table 'InvoiceLIne' where 'ItemType' is equal to type in 'Subtotal'
2. Update field 'ImportSKU' in table 'InvoiceLine' with 'value from row' 'Item' where the field 'item' equals type in 'subtotal'
3. End loop through table
4. Refresh grid
Do you know what could be causing this error?
Thanks, Birch