ExamGecko
Question list
Search
Search

List of questions

Search

Related questions











Question 175 - MB-500 discussion

Report
Export

DRAG DROP

A company uses Dynamics 365 Finance.

You must use QueryBuilder classes to implement a query that loops through all customers for whom the customer group equals EXT. You need to implement the query. You declare and initialize a query Object.

You need to run the query.

in which order should you perform the actions? To answer, move all actions from the list of actions to the answer area and arrange them in the correct order.


Question 175
Correct answer: Question 175

Explanation:

Declare a QueryBuildDataSource object...

Add a value to range for the CustGroup EXT to the QueryBuildRange object.

Loop through the QueryRun object by using the Next method.

Declare and initialize the QueryRun object by using the query object.

asked 05/10/2024
Ibrahim Ramku
51 questions
User
0 comments
Sorted by

Leave a comment first