Gustavo Tandeciarz
Gustavo Tandeciarz
### Describe the bug When running the task `update_admin_profile` and specifying a record type that is not present in the default package.xml, and without specifying a custom package.xml, an error...
Azure has changed some of its services, including Azure Cache (no longer available, and now Redis Cache). Orchard 1.9 has support for Redis Cache. Perhaps updating the documentation to reflect...
If you use the SOQLDataset plugin in a macro, the system attempts to delete the file ( maybe here [cleanup()](https://github.com/SFDO-Tooling/Snowfakery/blob/main/snowfakery/standard_plugins/Salesforce.py#L388)) when the context is closed using TempDirectory().cleanup() - but I'm...
Recipe: ```yaml - var: snowfakery_locale value: en_US - object: Address__c count: 3 fields: __state: fake: State __stateAbbr: fake: StateAbbr __zip: fake: PostalcodeInState Person_Account1__c: reference: Account Name: fake: StreetAddress City__c: fake:...
### Feature Type I'm interested in functionality that solves a current problem or limitation in how CumulusCI works. ### Does your feature request solve a current problem? Every time cci...
### Describe the bug Can no longer access SFDO-Tooling repositories on github from non-Salesforce IPs (including logging issues) ### Reproduction steps 1. Use a computer not on VPN or not...
testClone1() testToString() Personally, I wouldn't try to format (prettify) the query string because that will introduce a bunch of problems when trying to test the final query string.
Instead of having to paste and then modify and create a new one, have the ability to edit code fragments via context menu.
Just a heads up that in order to get this to run on MacOS, you need MTR installed `brew install mtr` and it would need to run as sudo.