Exam MB-820 All QuestionsBrowse all questions from this exam
Question 27

HOTSPOT -

You are writing a procedure to block all inventory items with numbers that do not start with the letter S.

You need to complete the procedure.

How should you complete the code expressions? To answer, select the appropriate options in the answer area.

NOTE: Each correct selection is worth one point.

    Correct Answer:

Discussion
VPin

Item.Reset(); That should be answer for first. Clear any filter before doing filtering on a record variable.

examenesArb

It could be, but I always use .Init although never before a SetRange