Thursday, November 2, 2023

SSRS Convert text to Date

 =Format(CDATE(First(Fields!DueDate_SalesInvcHeader.Value, "DataSet_Result")),"dd-MMM-yyyy")

Thursday, April 6, 2023

How to access data form Pervasive SQL in SQL Management Studio

Create Linked Server PERVASIVE using OLEDB Provider for ODBC 


 SELECT * FROM OPENQUERY(PERVASIVE,'SELECT * FROM mytable')

Friday, September 9, 2022

Business Central - EXEID Buffer index out of range

 Rebuild your package, re-export a new excel

Check your data and confirm it's all valid data for each field you're trying to import


Disable the table triggers in the config package


Monday, August 29, 2022

LS Retail Hardware station - Service starts then stops

 Check logs in 

C:\ProgramData\LS Retail\LS Hardware Station 

 

Uninstall hardware station

Delete C:\PRogramData\LS Retail\Hardware Station 

Restart machine to clear any hardware claims 

 

Reinstall Hardware station 

Start service

Friday, August 19, 2022

Thursday, June 2, 2022

Business Central - Extensions - Write to Odata

  •  Create custom page with modifyallowed = true in page properties
  • This allows odata to write to the page