List of questions
Related questions
Question 260 - MB-500 discussion
A company is using a Dynamics 365 finance and operations app.
The accounting department requests two custom fields named CusStatus and CusDiscount for the header of the sales invoice SSRS report The custom fields are in the SatesTable table.
You create a duplicate of the report design and add the two new fields to a temporary table by using the following extension:
You need to populate the new fields by using Chain of Command (CoQ
Solution: Create a new method on the MySaleslnvoiceDP_Extension class named populatelnvoiceHeaderfooterCustom which uses the CustlnvotceJout table as a parameter Declare the SalesTable and SaleslnvoiceHeaderFooterTmp tables on the new method on line 07. Populate the new fields by using the _custlnvoiceJour parameter to reference SalesTable Call the new method on the populateSaleslnvoiceHeadeiFooterTmp method on line 08.
Does the solution meet the goal?
Yes
No
0 comments
Leave a comment first