I have a customized table linked with Hcmworker table and I need to insert a record to it while using document service for import HcmWorker;
I modified the query axdHcmWorkerImport by adding a new datasource related to the new table, then I press update document service. The created class corresponding to newly added datasource which is extended from AfStronglyTypedDataContainer has incorrect datatype for one of the parm method (i.e. I have worker filed which is used to build relation with Hcmworker table, the method assume it is of type HcmPersonnelNumberId but actually it is of typeHcmworkerRecId.
The second problem when I try to run document service to import worker , I receive the following error “This document does not support the AxSitHcmWorker class. ”, note that I refesh the service before run it.
How can this issue resolved without building a new document service?