We need to include the field in the inventory aging report. Field inclusion is done in the table and query level. I have taken the extension class for InventAgingReportLines and mentioned the logic in the findOrCreate method. but still, the value is populated in the report. any idea on this.
Moved from Integration, Dataverse, and general topics forum, because it seems to be about F&O, not D365 in general.
What did you find when you debugged your code, before giving up and coming here? Just knowing that your code doesn't work correctly isn't sufficient; you need to know what doesn't work to be able to fix it.
You mention changes in InventAgingReportLines.findOrCreate(). Check whether the method returns the field value you wanted. If not, debug your code inside findOrCreate() to see why the expected value hasn't been assigned.
If you need more help, please tell us what changes you made in the table, the query and findOrCreate().
Under review
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.