exam questions

Exam MB-820 All Questions

View all questions & answers for the MB-820 exam

Exam MB-820 topic 1 question 41 discussion

Actual exam question from Microsoft's MB-820
Question #: 41
Topic #: 1
[All MB-820 Questions]

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.

Show Suggested Answer Hide Answer
Suggested Answer:

Comments

Chosen Answer:
This is a voting comment (?). It is better to Upvote an existing comment if you don't have anything to add.
Switch to a voting comment New
VPin
Highly Voted 1 year ago
Item.Reset(); That should be answer for first. Clear any filter before doing filtering on a record variable.
upvoted 20 times
examenesArb
10 months, 1 week ago
It could be, but I always use .Init although never before a SetRange
upvoted 1 times
ovillamizarm
1 month, 2 weeks ago
que lo use y que sea correcto son 2 cosas diferentes, se debe iniciar con un reset
upvoted 1 times
...
...
...
An_Cert
Highly Voted 4 months, 2 weeks ago
1. Reset() 2. SetRange() 3. SetFilter() 4. IsEmpty() I use this instead of FindSet. FindSet Must have a repeat undtil to modify all the records. If we do not put it with a Repeat Until, it will modify only the first line. 5. ModifyAll()
upvoted 7 times
...
e3b13ec
Most Recent 6 months, 1 week ago
1. Reset() , if it´s a new variable not necessary, but we don´t know... 2. SetRange() 3. SetFilter() 4. IsEmpty(), we only need to modify all, if Data exist, Not IsEmpty() -> Data exist 5. ModifyAll()
upvoted 3 times
...
ddc215f
6 months, 3 weeks ago
FindSet you can't use without repeat until
upvoted 2 times
...
ddc215f
6 months, 3 weeks ago
It should be: Reset, SetRange, SetFilter, IsEmpty, ModifyAll. Reset because you don't know any code before that has set Filters. IsEmpty is actually not necessary. ModifyAll will determine if the field could be updated or not.
upvoted 3 times
...
edbb578
7 months ago
Init() is used to create a record (also sets transaction to begin ... you do not want to do it) IsEmpty() does not return records (it is just for checking the results ... just like count()) and we need to retrieve records for modification ... so here is a list: 1. Reset() 2. SetRange() 3. SetFilter() 4. FindSet() 5. ModifyAll()
upvoted 3 times
z_safar
6 months, 2 weeks ago
It can not be findset() because is not operator at front
upvoted 1 times
...
...
Community vote distribution
A (35%)
C (25%)
B (20%)
Other
Most Voted
A voting comment increases the vote count for the chosen answer by one.

Upvoting a comment with a selected answer will also increase the vote count towards that answer by one. So if you see a comment that you already agree with, you can upvote it instead of posting a new comment.

SaveCancel
Loading ...
exam
Someone Bought Contributor Access for:
SY0-701
London, 1 minute ago