BCQuizzes: AL Language: Partial Records (basics) #01

by Jul 14, 2022Quizzes

Home 9 Quizzes 9 BCQuizzes: AL Language: Partial Records (basics) #01
0%
18

You have 5 minutes to finish the quiz. After this time, the quiz will be submitted automatically and all unanswered questions will be marked as wrong answers.

You are out of time! Plan your time for each question more properly next time.


AL Language: Partial Records (basics) #01

Before the quiz starts, please tell me how I can call you. Email is not required.

1 / 10

We want to load only specific fields once the next Find will happen. We do not know anything about already specified fields for loading, but we want  to load ONLY fields we specified. Which method we should use?

2 / 10

JIT is abbreviation for Jump-Into-That which means Microsoft wants developers start using partial records ASAP.

3 / 10

Partial Records have been available since NAV 2009 R2.

4 / 10

We want to use already loaded field, but we are not sure which fields are loaded. How can we check whether the field(s) is loaded?

5 / 10

We have the following NewTable.

We set our record NewTable variable as NewTable.SetLoadFields() because we want to load only primary keys that are always loaded. Later after the FindXX() method, we call AreFieldsLoaded(Description). What's the return value of AreFieldsLoaded()?

6 / 10

We already specified fields we want to load, we also already loaded records from database. Now we want to load another field that has not been defined earlier. Which method we should use?

7 / 10

We want to load only specific fields once the next Find will happen. We do not know anything about already specified fields for loading, but as we do not know why they need these fields, we DO NOT WANT to overwrite already specified fields. Which method we should use?

8 / 10

We have the following NewTable.

We set our record NewTable variable as

  • NewTable.SetLoadFields("Currency Code", Description);
  • NewTable.AddLoadFields("Unit Price");
  • NewTable.SetLoadFields();

Choose all fields that will be loaded from database with the next query.

9 / 10

You want to load only some fields from a table once the first FindX() is called. Write both possible methods you can use withour parameters nor brackets, divided by comma.

10 / 10

We have the following NewTable.

We set our record NewTable variable as NewTable.SetLoadFields("Currency Code", Description);

Choose all fields that will be loaded from database with the next query.

Your score is

The average score is 39%

Recent Articles from the category

Sign Up for News

Certifications

Highest certification
Microsoft Data Management and
also in D365 Business Central

Microsoft Certified: Dynamics 365 Business Central Functional Consultant Associate

See other certifications here