Keaton
05/13/2025, 5:06 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 #
field in netsuite and I have checked that my integration role has permission to edit this field and that its not locked - any other ideas?RJMNS
05/13/2025, 5:10 PMKeaton
05/13/2025, 5:37 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}}
RJMNS
05/13/2025, 8:56 PM"account": {"internalId": "530"}
RJMNS
05/13/2025, 8:58 PMRJMNS
05/13/2025, 9:00 PMKeaton
05/13/2025, 10:10 PM530
is of type _creditCard
RJMNS
05/13/2025, 10:27 PMKeaton
05/13/2025, 10:49 PM