List of questions
Related questions
Question 81 - MB-820 discussion
You ate creating a view for a Business Central app.
The view requires a custom layout that displays only customer records with a balance greater than 500 in local currency.
You need to configure the view to specify that it has a custom layout.
Which property combination should you use?
A.
shareLayout = false; Filters = where (Balance = filter (> 500), ''Currency Code' = filter ('ICY*));
B.
SharedLayout - true; Filters - where (Balance filter (> 506), ''Currency Code' - filter ('LCY')>;
C.
SharedLayout - false; Filters - where ('Balance (ICY)' - filter (> 500));
D.
Sharediayout = true; Filters - where ('Balance (ICY)' - filter (> 500));
Your answer:
0 comments
Sorted by
Leave a comment first