You need to sign in to do that
Don't have an account?

Unable to create/update fields: ContactId. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
HI ,
I am getting the below Error when trying to upsert a User record linked to a Contact:
Unable to create/update fields: ContactId. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
I am able to push the User for the first time when it gets created but when any other field is modified and the record is getting updated it gives the above error even when I am not updating/modifying "ContactId" field.
Any help will be appreciated.
Thanks,
Darpesh
I am getting the below Error when trying to upsert a User record linked to a Contact:
Unable to create/update fields: ContactId. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
I am able to push the User for the first time when it gets created but when any other field is modified and the record is getting updated it gives the above error even when I am not updating/modifying "ContactId" field.
Any help will be appreciated.
Thanks,
Darpesh
The ContactId field is populated only when the user record is created.
When you update the user record, is there any other component (trigger, Workflow,Process Builder, etc ) which is updating the ContactId field.
The contact Id is getting updated autommatically seems to be problem here.
Hope this helps !!!
failed to release the resource in tSalesforceOutput_1 :Unable to create/update fields: IsDeleted. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
Exception in component tSalesforceOutput_1 (etljob)
java.io.IOException: Unable to create/update fields: IsDeleted. Please check the security settings of this field and verify that it is read/write for your profile or permission set.
at org.talend.components.salesforce.runtime.SalesforceWriter.handleReject(SalesforceWriter.java:532)
at org.talend.components.salesforce.runtime.SalesforceWriter.doInsert(SalesforceWriter.java:353)
at org.talend.components.salesforce.runtime.SalesforceWriter.insert(SalesforceWriter.java:328)
at org.talend.components.salesforce.runtime.SalesforceWriter.write(SalesforceWriter.java:185)
at redis.etljob_0_1.etljob.tDBInput_1Process(etljob.java:7000)
at redis.etljob_0_1.etljob.runJobInTOS(etljob.java:7475)