I can't seem to get a field to open after emptyfield

I should be able to figure this out, but when I use emptyfield to go to the next empty line item. I can’t get the field to open. Editcell doesn’t work and I can’t seem to get objectaction to work. Any suggestions?

I did figure it out myself. The code below goes to the next empty line item, then opens the field for editing:
emptyfield “SKUΩ”
EditField info(“fieldname”)

1 Like