Questions tagged [sfdc-migration-tool]

There are lots of different migration tools to upload data from other system to Salesforce system. Sometimes data can be directly mapped using data loader/dataloader.io/wizards. However sometimes it requires to have some complex transformations in that case one case use ETL tools like jitterbit/data weave(Mulesoft). Also VLookup functionality of MS Excel comes handy specially mapping the related ids.

8 questions
1
vote
1 answer

How add antlib declaration to project in eclipse?

I have created project named "antt" to test ant with Migration tool from eclipse. I have created java project in eclipse and try run "test" from there. "test" in build.xml:
Scvet
  • 11
  • 4
0
votes
1 answer

VSCode is not pushing the code and not not throwing any error

Using command - sfdx force:source:push to push an application and a component. it does not throw any error, but the components are not reflecting in the Developer console. I have placed the package.xml with below config :
0
votes
1 answer

Does Salesforce ant generate html report for testLevel="RunLocalTests"?

Is there any way we can generate salesforce unittests html report using ANT migration tool? Refering: https://github.com/beamso/force-deploy-with-xml-report-task I tried appending junitreportdir to testLevel="RunLocalTests" but getting unsupported…
0
votes
2 answers

How to create Salesforce incremental package.xml automatically?

Does anyone experiment in creating salesforce Package.xml automatically for continuous integration? If there any script or some idea please share. You know incremental package.xml helps to deploy only the modified files rather than using complete…
0
votes
2 answers

Incremental/Partial Deployment using SalesforceDX

Is there any way to make Incremental/Partial Deployment using SalesforceDX. So that only the components that are changed are deployed, instead of a full build?
0
votes
1 answer

Mule Salesforce Query limitations

I am trying to understand the Query functionality in Mule Salesforce connector. Can it only return 2000 records max? Does it internally do queryMore? What if I want to extract 100,000 records? Specifically Mule 3.8
Jeet
  • 311
  • 1
  • 4
  • 21
0
votes
1 answer

For a Custom Object, is there a way to convert/map from a the SFDX file structure to a single .object file?

Our development team is currently split between using the ANT migration tool and SFDX to manage deploying our metadata. Currently, our GIT repository and Jenkins pipeline uses the ANT migration tool and associated directory structure to…
madchops
  • 3
  • 1
  • 5
0
votes
1 answer

How to copy all the files modified today using ANT script?

I have below script which will give me number of files mentioned in my "count" field. What I want is to get all the files that were modified today.
anxiousAvocado
  • 187
  • 4
  • 15