Category "dynamics-365-operations"

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

D365 DIXF - How to overwrite document attachment

While using DIXF to bulk import product images, I'm stucked at the part where an attachment (productimage in this case) has to be overwritten. Process terminate

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