forcedotcom / cli

Salesforce CLI
https://developer.salesforce.com/docs/atlas.en-us.sfdx_cli_reference.meta/sfdx_cli_reference/
BSD 3-Clause "New" or "Revised" License
487 stars 78 forks source link

sfdx force:source:pull doesn't pull changes made in formula fields #401

Open ghost opened 4 years ago

ghost commented 4 years ago

Summary

force:source:pull doesn't pull changes from scratch org made in a formula of custom field and force:source:status doesn't recognize them as well

Steps To Reproduce:

  1. created a new number custom field - CF1__c
  2. created a new formula(number) custom field - CF2c where I use CF1c in the formula
  3. Both pulled (force:source:pull) successfully
  4. changed CF1c API to CF1Testc -> SF automatically updated API in the formula of CF2__c field
  5. pull changes again

Expected result

force:source:pull pulls changes of both fields

Actual result

only CF1Testc field is pulled and updated, changes inside the formula field CF2c are not pulled

Additional information

Feel free to attach a screenshot.

SFDX CLI Version sfdx-cli/7.54.4-8ff9ba9cc5 win32-x64 node-v10.15.3

SFDX plugin Version @oclif/plugin-autocomplete 0.1.5 (core) @oclif/plugin-commands 1.2.3 (core) @oclif/plugin-help 2.2.3 (core) @oclif/plugin-not-found 1.2.3 (core) @oclif/plugin-plugins 1.7.9 (core) @oclif/plugin-update 1.3.9 (core) @oclif/plugin-warn-if-update-available 1.7.0 (core) @oclif/plugin-which 1.0.3 (core) @salesforce/sfdx-trust 3.0.7 (core) analytics 1.7.1 (core) generator 1.1.2 (core) salesforcedx 48.10.1 (core) ├─ @salesforce/sfdx-plugin-lwc-test 0.1.5 (core) ├─ salesforcedx-templates 48.8.0 (core) └─ salesforce-alm 48.10.0 (core)

sfdx-cli 7.54.4 (core)

OS and version: Win 10

germangamboa95 commented 4 years ago

We are currently experiencing the same issue with various metadata objects. Our workaround has been to pull it down using sfdx force:source:retrieve -m then specifying the thing we want.

uip-robot-zz commented 2 years ago

This issue has been linked to a new work item: W-10081864

github-actions[bot] commented 2 years ago

We have determined that the issue you reported exists in code owned by another team that uses only the official support channels. To ensure that your issue is addressed, open an official Salesforce customer support ticket with a link to this issue. We encourage anyone experiencing this issue to do the same to increase the priority. We will keep this issue open for the community to collaborate on.