Hi Techies,
I have created a new data entity. While importing a data, in staging table it throws below validation error -
Results. insert not allowed for field 'Transaction ID(TransId)'
Results. Validations failed
Datasource - ProjOnAccTrans.
I tried writing below code to skip this validation in multiple methods, but it won't work until I skip this validation from 'Modify target mapping' form.
this.skipDataSourceValidateField(fieldNum(ProjOnAccTransEntity, TransId), true);
Is there any other feasible way to do this via code?
Any response is appreciated.
Thanks,
Sangram