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

validate offsetLedgerDimension in d365 FO

 /// <summary> /// This class is used to validate offsetLedgerDimension /// </summary> class PNG_InventMovValidateOffsetLedgerDi...