New Year Sale 2026! Hurry Up, Grab the Special Discount - Save 25% - Ends In 00:00:00 Coupon code: SAVE25
Welcome to Pass4Success

- Free Preparation Discussions

Microsoft MB-500 Exam - Topic 16 Question 6 Discussion

Actual exam question for Microsoft's MB-500 exam
Question #: 6
Topic #: 16
[All MB-500 Questions]

An organization has two million customers that are part of the International customer group.

Validation must occur when customer records are updated. For all customers where the value of the customer group field is international, you must the delivery mode to Air.

You need to update the customer records.

Which two segments can you use? Each correct answer presents a complete solution.

NOTE: Each correct selection is worth one point.

Show Suggested Answer Hide Answer
Suggested Answer: D, E

This is Update and Update_RecordSet Code sample. Result of both will be same .

TestTable TestTable;

//Update_Recordset

update_recordset TestTable setting Name ='New Enterprises' where TestTable.Accountnum =='uS-027';

//Update

ttsBegin;

while select forupdate TestTable where TestTable.Accountnum =='uS-027'

{

TestTable.Name ='New Enterprises';

TestTable.update();

}

ttsCommit;

info('OK');


https://community.dynamics.com/ax/b/technicaltutorialsformsdynamicsax2012/posts/update-and-update-recordset-code-sample-in-ax-2012

Contribute your Thoughts:

0/2000 characters
Niesha
4 months ago
Not sure if those options cover all scenarios, though.
upvoted 0 times
...
Richelle
4 months ago
Totally agree, B and D are the way to go!
upvoted 0 times
...
Stephanie
4 months ago
Wait, is it really that simple?
upvoted 0 times
...
Tiera
5 months ago
Definitely using Option B and D for this!
upvoted 0 times
...
Ronny
5 months ago
Gotta update two million records for international customers.
upvoted 0 times
...
Mari
5 months ago
I believe we should focus on options that allow for bulk updates, especially since there are two million records to handle.
upvoted 0 times
...
Luis
5 months ago
I’m a bit confused about whether we can use multiple segments for the same update. I feel like I need to double-check the rules on that.
upvoted 0 times
...
Valentin
5 months ago
I remember practicing a similar question where we had to update customer records based on specific fields. I think it was about delivery methods too.
upvoted 0 times
...
Aja
5 months ago
I think we might need to use segments that specifically target the international customer group, but I'm not entirely sure which options fit that criteria.
upvoted 0 times
...
Nadine
5 months ago
Okay, I've got a good understanding of Huawei's Co-Care service from my studies. I think I can confidently select the right answer here.
upvoted 0 times
...
Tatum
5 months ago
I thought we only had to worry about the unused quarantines, but I could be mixing that up with another topic!
upvoted 0 times
...
Rashida
5 months ago
Okay, let's see. I'm pretty sure Smart Folders are a standard feature, so I don't think it's disabled by default. That leaves me with a few options to consider.
upvoted 0 times
...
Abel
5 months ago
I remember something about aligning technical concepts, but that seems more like an aspect of the design phase rather than the overall review purpose.
upvoted 0 times
...
Devora
5 months ago
Pretty sure that objects and policies are crucial, but I'm not confident about networks being synchronized.
upvoted 0 times
...
Alex
5 months ago
This looks straightforward to me. The program should display "Hello world!" after adding the string. I'm confident I can solve this one.
upvoted 0 times
...
Kizzy
5 months ago
This question seems straightforward, I'm pretty confident I can identify the incorrect statement.
upvoted 0 times
...

Save Cancel