Hi, I'm using item groups on sales order and a wor...
# suiteflow
l
Hi, I'm using item groups on sales order and a workflow that populates custom fields on SO lines. The workflow is trigerring errors "You cannot edit the end of group line. You must delete the group." Does anyone know a work around? How can I have the workflow disregard item group start and end lines?
k
I can't remember exactly how i did this in the past, but I do remember playing around with Item criteria.
maybe try looking at the internal IDs of the item group end line and exclude that from your criteria?
a
Putting
{line.item} != 'End of Group'
into the set field value action it should ignore the end of group line
Youll have to flip the condition to use Custom Formula rather than Visual Builder