Tuesday, 8 February 2022

LCS Service update at step 25 issue, Fields not available or changed the datatypes in D365 FO

Download the runbook and check step25 issue if it's table field issues Connect to RDP and SQL server execute the below scripts

select TABLEID from SQLDICTIONARY where name ='TableName'

delete SQLDICTIONARY where TABLEID in ('TableID')

drop table TableName 

https://nuxulu.com/2020-05-10-database-sync-after-data-type-on-field-has-been-changed/

No comments:

Post a Comment

Setting VendInvoiceInfoTable default values for custom fields - D365 FO

  When creating a vendor invoice and you are trying to populate custom fields on table VendInvoiceInfoTable you may find that the following ...