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

master.$ndo.$srvproperty missing

Related errors: Cannot install licence, cannot find license file 

Run BC install

Select your BC instance

Install SQL Server components

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

Wednesday, May 4, 2022

Business Central - General Journal - Posting Dates are the same for all lines, even though different dates were copied or imported

 Change the view from "Show fewer columns" to "Show More".

The "Show Fewer" view uses a batch date for the entire journal and ignores the actual posting date field on the lines.

Ls Retail - Retail Receiving - Item ledger entries are not generated after posting retail receiving. Retail receiving does not post.

  • Go to Inventory Management setup
  • Change the  Receiving Posting to "Full Posting" (Generates invoice) or "Received Qty Only" (Stock only)

Tuesday, December 14, 2021

BC-You must specify Realized Losses Acc. in Currency Code

 If this happens on any journal screen, and you know things are setup correctly, most likely a user has entered two different values in the "Amount" and "Amount($)" fields.

Amount = Original customer currency

Amount($) = Your system base currency


If you enter two different values, an exchange rate is calculated and stored for that line.

You must delete the line and re-enter it, ensuring that you fill in the "Amount" field only, and allow the "Amount($)" field to populate automatically


Wednesday, December 8, 2021

"Could not remove directory"

 Your windows service account does not have access to the location.

  • Navigate to the location it's trying to delete
  • Right click>Properties>Sharing
  • Add the ns service\mssqlserver (or whichever account does not have access)
  • Choose read\write
  • Click ok