Hi All,
I have created a custom entity for updating the financial dimension
I have a custom table and added a field default dimension and created a relation with DimensionAttributeValueSet
mytable.Defaultdimension == DimensionAttributeValueSet.RecId
Then I have created a entity to import and update the default dimension in the current Table like this
Under the entity -> Table datasource I have added a new datasource with TableName = DimensionSetEntity
Read only - yes, outer join,
and given the relation as below MyTable.DefaultDimension == DimensionSetEntity.RecId
When ever I tried to import the data or update I have getting below error
Results. Cannot select a record in Mytable (MytableStaging).
The SQL database has issued an error.
Object Server Azure:
[Microsoft][ODBC Driver 17 for SQL Server][SQL Server]Error converting data type nvarchar to bigint.
SELECT
I have checked one standard entity Sales order lines V2 entity and it is working fine there not sure what i need to do more.