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

DefaultDimension in d365 FO X++

 Navigate to PurchTable methods you can find with DefaultDimension this.DefaultDimension = this.mergeDimension(this.getDefaultDimension(),th...