Microsoft
MB7-702 · Question #89
MB7-702 Question #89: Real Exam Question with Answer & Explanation
The correct answer is B. QnPreDatatern. How a Data Item is ProcessedBefore the first record is retrieved, the OnPreDataItem trigger is called, and after the last record has been processed, the OnPostDataItem trigger is called.
Question
You need to write code in a Report object that performs posting logic. In which trigger do you write the code so that it is performed just before the first record of the data item is read?
Options
- AOnPostDataltem
- BQnPreDatatern
- COnPreReport
- DOnInitReport
Explanation
How a Data Item is ProcessedBefore the first record is retrieved, the OnPreDataItem trigger is called, and after the last record has been processed, the OnPostDataItem trigger is called.
Community Discussion
No community discussion yet for this question.