{"status":400,"headers":{},"body":{"message":"An error occurred while trying to update the record. Please try again.","output":{"fieldErrors":{},"errors":[{"errorCode":"FIELD_CUSTOM_VALIDATION_EXCEPTION","field":null,"duplicateRecordError":null,"fieldLabel":null,"message":"Annual R...
contains('ALREADY_IN_PROCESS')) { 31 errorMessage = RECORD_ALREADY_IN_PROCESS; 32 } 33 //Validation Rule失败 34 //eg: Update failed. First exception on row 0 with id a052800000BvtqEAAR; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, 商品价格不能为空且必须大于0.: [GoodsPrice__c] 35...
5. INVALID_FIELD_FOR_INSERT_UPDATE 常见于给字段赋非法值,给只读字段赋值,对父对象记录DML操作. 6. INVALID_OR_NULL_FOR_RESTRICTED_PICKLIST 给picklist类型字段赋空值或限制以外值。 7. FIELD_FILTER_VALIDATION_EXCEPTION 是否更新操作违背了字段的lookp filter规则。 8. FIELD_CUSTOM_VALIDATION_EXCEPTION 无法...
Account.LastModifiedDate\n ^\nERROR at Row:1:Column:347\nNo such column 'Test_No_Access_Field__c' on entity 'Contact'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call ...
8. FIELD_CUSTOM_VALIDATION_EXCEPTION 无法定义违反字段完整性规则的自定义验证公式。 9.INVALID_TYPE_ON_FIELD_IN_RECORD 指定的值对于指定字段的类型无效。 小喵记得遇到这个错误的时候是因为在进程生成器里面用公式给字段赋值时没有判断非空所以才遇到这个错误的,因为字段是个复选框,当时小喵想着复选框的值不是...
5. Filter Validation Exception FIELD_FILTER_VALIDATION_EXCEPTION, Value does not exist or does not match filter criteria Why does it happen? Lookup fields link one record to another record belonging to a different object, for example, awards (a custom object) and the contacts that won them. ...
CustomMsgChannel CustomNotificationType CustomPermission CustomPermissionDependency Customer DandBCompany Dashboard DashboardComponent DashboardTag DataAssessmentFieldMetric DataAssessmentMetric DataAssessmentValueMetric DatacloudCompany DatacloudContact DatacloudDandBCompany DatacloudOwnedEntity ...
Update failed. First exception on row 0 with id a052800000BvtqEAAR; first error: FIELD_CUSTOM_VALIDATION_EXCEPTION, 商品价格不能为空且必须大于0.: [GoodsPrice__c]35elseif(msg.contains('FIELD_CUSTOM_VALIDATION_EXCEPTION')){36errorMessage =getUserFriendlyMessage4ValidationException(msg,sObjectName)...
fields field details attachedtoid type reference properties create, filter, group, sort, update description id of the object associated with the processexception. this field is a polymorphic relationship field. relationship name attachedto relationship type lookup refers to creditmemo,...
Update the metadata before import, like creating/updating username/email for new org, new custom object/field for some China-related data importing Decide approach to maintain the data relationship (parent child) Handle the special data like encrypted data, audit data, system generated data, etc....