• Ben Uphoff 4
  • NEWBIE
  • 5 Points
  • Member since 2018

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 2
    Questions
  • 1
    Replies
Hi. I'm following the process outlined here: https://help.salesforce.com/articleView?id=external_object_change_tracking_enable.htm&type=5

However, I don't have these options when I edit my OData v4.0 Data Source or any of its external objects. Please advise, and thanks!
This Salesforce bug (https://success.salesforce.com/issues_view?id=a1p3A000000JCaYQAW&title=change-set-deployment-is-failing-with-the-error-required-fields-are-missing-reportcolumn) indicates the problem is fixed. However, this thread, https://success.salesforce.com/answers?id=9063A000000eBbLQAU, indicates the problem will persist for dashboards created prior to the fix implemented by Spring patch 18.0.

So, what is the official workaround for dashboard deployment for those created prior to the patch?
I am working on the Visual Studio Code IDE with Salesforce DX. 

1. Successfully created a package sfdx force:source:convert --outputdir mdapi_output_dir --packagename managed_pkg_name

2. Now I am trying to deploy in the needed ORG with this command
sfdx force:mdapi:deploy --deploydir mdapi_output_dir --targetusername me@example.com

getting the below errors

Error  mdapi_output_dir/package.xml  package.xml  You cannot install or upgrade a package that has a NetworkBranding component. remove 
components of NetworkBranding type from the package.


Error  mdapi_output_dir/package.xml  package.xml  You cannot install or upgrade a package that has a Network component. Remove
components of Network type from the package.


Error  mdapi_output_dir/package.xml  package.xml  You cannot install or upgrade a package that has a SiteDotCom component. Remove
components of SiteDotCom type from the package.


Error  mdapi_output_dir/package.xml  package.xml  You cannot install or upgrade a package that has a CustomSite component. Remove
components of CustomSite type from the package.


But I want to deploy my package along with NetworkBranding, Network,  SiteDotCom, and CustomSite.

Your help would be really appreciated.