Create Salesforce Account with ID xxx was not allowed by this fieldmap
-
Thank you for your help as always. I have a lot of fields that need to sync with Salesforce. I am trying to use 3 different fields maps for WordPress user creations, WordPress user updates, and Salesforce updates. I am always confused by the trigger settings because it seems WordPress user creation would go through the field mapping which is set for WordPress updates.
Anyway, it was working somehow until recently and it keeps giving “Create Salesforce Account with ID xxx was not allowed by this field map”. I added a lot of logs, it seems $mapping_object = $this->mappings->load_all_by_wordpress( $object_type, $object[ $wordpress_id_field_name ] ); This always return empty.
Would you mind throwing me some ideas on how to fix this? I have a lot of fields set as “sync” in 3 mappings, also MySQL and the webserver is in different time zones, this might mess up scheduling for pushing/pulling? Did salesforce fail to create an object?
- The topic ‘Create Salesforce Account with ID xxx was not allowed by this fieldmap’ is closed to new replies.