Keaton
05/13/2025, 5:00 PMYou do not have permissions to set a value for element tranid due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases.The tranID maps to the Check # in netsuite and I have checked that my integration role has permission to edit this field and that its not locked - any other ideas?
kennkerp
05/13/2025, 5:53 PMKeaton
05/13/2025, 5:55 PM{"memo": "IR-2025-04-21-636077", "apAcct": {"internalId": "111"}, "entity": {"internalId": "1040"}, "tranId": "7d693f1f-9da1-42f2-b8ae-48bf5cd55c9f", "account": {"internalId": "530"}, "currency": {"internalId": "3"}, "tranDate": "2025-04-22T00:00:00", "applyList": {"apply": [{"doc": "17140", "type": "vendbill", "apply": true, "amount": 50.4, "refNum": "425720f1-e399-4a10-b10b-361ae6e15691"}]}, "externalId": "7d693f1f-9da1-42f2-b8ae-48bf5cd55c9f", "subsidiary": {"internalId": "3"}}}
and the response:
"response_data": {"status": {"isSuccess": false, "statusDetail": [{"code": "INSUFFICIENT_PERMISSION", "type": "ERROR", "message": "You do not have permissions to set a value for element tranid due to one of the following reasons: 1) The field is read-only; 2) An associated feature is disabled; 3) The field is available either when a record is created or updated, but not in both cases.", "afterSubmitFailed": null}]}, "object_reference": {"name": null, "type": "vendorPayment", "externalId": "7d693f1f-9da1-42f2-b8ae-48bf5cd55c9f", "internalId": null}}
kennkerp
05/13/2025, 5:58 PMKeaton
05/13/2025, 6:03 PMkennkerp
05/13/2025, 6:04 PM