Hi All,
I have modified existing HcmWorker document service to include the HcmPositionWorkerAssignment table. I have made the worker and position field as not mandatory by overriding the method in Ax class. When I am trying to create a record through .NET code, I am getting an error that Field position must be filled in, although on inbound port -> data policies button the field is not showing as required. I am passing the Position value through .NET code, but even then I am getting this error.
Does anyone have any idea how to resolve this issue.