Category "x++"

Error adding Data Validation List to Excel With OfficeOpenXml

I am trying to add a data validation list to excel using OfficeOpenXml on D365fo but when the formula is assigned its throw an error. worksheetTo = packageTo.ge

Error adding Data Validation List to Excel With OfficeOpenXml

I am trying to add a data validation list to excel using OfficeOpenXml on D365fo but when the formula is assigned its throw an error. worksheetTo = packageTo.ge

How to find previous weeks date?

The method should retrieve the date in the previous week that corresponds most closely to the specified date. fromdate = prevMth(systemDateGet()); need to chan