Changeset 2727503
- Timestamp:
- 05/20/2022 05:14:23 PM (3 years ago)
- Location:
- object-sync-for-salesforce/trunk
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
object-sync-for-salesforce/trunk/README.md
r2727501 r2727503 72 72 Related to the mapping of custom fields, but raising its own distinct questions and problems that can make this plugin more complicated, is the issue of mapping between required fields in WordPress or Salesforce. 73 73 74 #### How WordPress handles meta fields 74 **How WordPress handles meta fields** 75 75 76 76 This plugin runs on WordPress' core actions for user, post, comment, attachment, and term objects, which run when those objects are created or deleted. This plugin also runs on WordPress' meta actions for those objects. The way WordPress works is that these actions don't happen together, so metadata is generally not part of the core action's dataset. 77 77 78 #### How this affects required fields 78 **How this affects required fields** 79 79 80 80 The way these actions work means that if a field is required in Salesforce, it needs to be sent as part of the first, core WordPress action associated with the WordPress object. If it is only added as part of the second action, the metadata, it will not be sent and the Salesforce operation will fail. -
object-sync-for-salesforce/trunk/readme.txt
r2727501 r2727503 42 42 Related to the mapping of custom fields, but raising its own distinct questions and problems that can make this plugin more complicated, is the issue of mapping between required fields in WordPress or Salesforce. 43 43 44 #### How WordPress handles meta fields 44 **How WordPress handles meta fields** 45 45 46 46 This plugin runs on WordPress' core actions for user, post, comment, attachment, and term objects, which run when those objects are created or deleted. This plugin also runs on WordPress' meta actions for those objects. The way WordPress works is that these actions don't happen together, so metadata is generally not part of the core action's dataset. 47 47 48 #### How this affects required fields 48 **How this affects required fields** 49 49 50 50 The way these actions work means that if a field is required in Salesforce, it needs to be sent as part of the first, core WordPress action associated with the WordPress object. If it is only added as part of the second action, the metadata, it will not be sent and the Salesforce operation will fail. -
object-sync-for-salesforce/trunk/vendor/composer/installed.php
r2727501 r2727503 6 6 'install_path' => __DIR__ . '/../../', 7 7 'aliases' => array(), 8 'reference' => ' 2495c7588b1e4ed6b60bc5abdeba3ca96ceccfe9',8 'reference' => '09e401ecfcf4889ea73a7e77947eac53a866cff8', 9 9 'name' => 'minnpost/object-sync-for-salesforce', 10 10 'dev' => false, … … 28 28 'install_path' => __DIR__ . '/../../', 29 29 'aliases' => array(), 30 'reference' => ' 2495c7588b1e4ed6b60bc5abdeba3ca96ceccfe9',30 'reference' => '09e401ecfcf4889ea73a7e77947eac53a866cff8', 31 31 'dev_requirement' => false, 32 32 ),
Note: See TracChangeset
for help on using the changeset viewer.