MB7-841 Free Dumps Study Materials
Question 19: You work in an international company which is called Wiikigo. And you're employed as the Developer
for Microsoft Dynamics NAV. Now you are modifying a function in a standard C/SIDE codeunit. The
function has a record variable passed to it by reference and is usually called from a report. In order to
check the filters that the user may have applied to the record variable, you need to have code added to
the function to perform this. Is this possible to do this? Why?
A.It is impossible since it is passed by reference and the information passed does not include filters.
B.It is impossible, the report keeps the set of records the user selected unless the variable is passed by
value.
C.It is possible, even though the record variable only gives you access to one record, there is a system
variable which contains all filters that the user has applied.
D.It is possible since the record variable represents a set of records from the associated table including
the filters and key.
Correct Answer:D