Hi! I created a field in the Item table called "Remaining Occupancy" I need to calculate its data. Counting the the Sales Order Lines with this Item.
The actions that I do is:
LOOP through the GRID (Item's table grid)
Retrieve value from table sales order line where the item_recordID = Value from Grid (RecordID) and if multiple results Retrieve Count and save it in an action result
and Update the Item Table with this action result.
The error that's I'm getting is "The Item could not be send to QuickBooks, the name is already in use. Please edit the name so that is it unique and save again."