-
Hello,
We found this plugin very interesting and we're testing it to understand if it can bring benefit to our existing continuous integration system. Unfortunately we're running into the following…
-
While I definitely agree that test classes should mimic the name of the class it tests, I disagree that the name should start with TEST_. There is a simple reason for this: You cannot easily find a te…
-
Hi there,
After using this awesome library for a few days, I've just realized that I don't know how to handle the case in which a user decides **not** to authorize my app. I would like to display som…
-
Specific ask [here](http://salesforce.stackexchange.com/questions/57526/are-there-any-plans-to-update-toolingapi-cls-for-apex-to-v32-in-order-to-support) to support AuraDefinitionBundle.
-
First of all - great work with this project. It's been amazing so far but it appears that I'm bumping into one of Salesforce's idiosyncrasies.
When I try to run my test in production (not in a sand…
-
Class Example:
```
public static void updateGlobalValueSet(String globalValueSetName, List customValues) {
MetadataService.MetadataPort service = createService();
// Read Custom …
-
For some reason my id is an array with 2 elements, both of which are the correct Id for the Salesforce Entry. Any idea what may be causing that.
Also, I wrote a model generator as we we have super cu…
-
Type: Bug
My codes colour changed to simple white, i tried but i couldnt change it back
VS Code version: Code 1.94.2 (384ff7382de624fb94dbaf6da11977bba1ecd427, 2024-10-09T16:08:44.566Z)
OS version:…
-
Hi, I'm not sure if this is an issue or not but I'm not able to run tests from the command line or VSCode. In the output, it mentions _bad substitution_, which may indicate there's an issue with parsi…
-
Hi
Do you plan to support the "Recurring Billing" capabilities in GraphQL soon?
The reason I need this is because I would need (prefer) to write my integration in Lua, there is no sdk for it and no …