require
valid_item: attached item as l_i and then l_i.valid_for_insert or l_i.valid_for_update
why do I have an unknown identifier here with l_i??!!!
require
valid_item: attached item as l_i and then l_i.valid_for_insert or l_i.valid_for_update
why do I have an unknown identifier here with l_i??!!!
Try with
Note you can also do
you can reuse the object test local variable
l_ifrom a previous precondition.