ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 59 - MB-500 discussion

Report
Export

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.

A.


Answers
A.


B.


Answers
B.


C.


Answers
C.


D.


Answers
D.


E.


Answers
E.


Suggested answer: D, E

Explanation:

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");

Reference:

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

asked 05/10/2024
Rakesh Sonawane
31 questions
User
Your answer:
0 comments
Sorted by

Leave a comment first