API error messages
If parameters passed to API calls are incorrect or inconsistent, the Platform scripting engine will generate error messages. The following table lists common error messages and suggested remedies.
Message | Description |
---|---|
You do not have permission to perform this
action
|
Neither the current user nor the Server API role has permission to perform requested action. |
Object definition XXX not found
|
Use a list of objects and make sure that the passed object integration name is correct. |
XXX with id 123456 not found
|
Ensure that the passed numeric ID belongs to existing records. In most cases use the
template token for the current record ID, record {!id} ,
or a related record {!R123456} . |
Field YYY not found
|
Ensure that the field integration name is correct. |
Relationship definition RRR not found
|
Ensure that the relationship integration name is correct. |
Trigger TTT not found
|
Ensure that the trigger integration name is correct. |
User with id 3456768 not found
|
In most cases, use the token ID for the current user
{!#CURR_USER.id} |
Object Definition ID 13218 is different from required
13277
|
To retrieve a record, pass pair of object name and record ID. If these values do not match, an error will result. Ensure that the object name and record ID match. |