In order to customize the standard Production Working status report (WHSWork)
I extended the query WHSWork as follows
We did a deployment on the prod environment
and it displays this error
Fault was thrown by the service for request ..
Exception details: Type: Microsoft.Dynamics.AX.Framework.Services.Metadata.Exceptions.MetadataItemException`1[[Microsoft.Dynamics.AX.Framework.Services.Metadata.Contracts.QueryDataSourceMetadata
, Microsoft.Dynamics.AX.Framework.Services.Platform.Contracts, Version=7.0.0.0, Culture=neutral, PublicKeyToken=null]]
Message: Data field on data source 'ProdTable' with ID '60001' is invalid.
This field turns out to be a custom field added to ProdTable via UI by Personalize this form on Prod environment
We bypass this error temporarily we deleted this field and applied changes
Does anyone know the cause of this error?