Your comments
Awesome - thanks a bunch!
11 years ago
Hello - not sure if this is the correct way to request an enhancement. Under the Code Formatting topic, the ability to format the whole document is great. Is there a way to format this style code:
Thanks!
Jason
if (inBilling == true) {
if (s.contains('Company:')) {
accountName = s.replace('Company: ', '').trim();
}
}to thisif (inBilling == true)
{
if (s.contains('Company:'))
{
accountName = s.replace('Company: ', '').trim();
}
}and to "enforce" it? Perhaps as an option in the preferences? I prefer to the curly brace to be on it's own line so you can see the grouping visually. Thanks!
Jason
Yes - this works! After testing this, I realize that I never tested a class for this functionality, only my triggers. After checking other classes for functionality, it indeed is working correctly.
The example I gave originally is not working for a trigger, and I failed to mention this in my original post....my apologies for that.
The example I gave originally is not working for a trigger, and I failed to mention this in my original post....my apologies for that.
No proxy here. Just to validate that BrainEngine is able to connect appropriately to Salesforce I turned on Fiddler to see that traffic is flowing, sure enough the app is pulling down all the metadata from SF:

Not sure if this helps, but it looks like the data is coming into the application as expected.

Not sure if this helps, but it looks like the data is coming into the application as expected.
Thanks for the update.
Is there any setup required on the Salesforce side to allow this functionality to work properly?
Is there any setup required on the Salesforce side to allow this functionality to work properly?
I do have those two files - apexModel is 227KB and dated 9/24/2012; completions.xml is 1,064KB and is dated 10/4/2013.
I do see that when I press '.' after a property, there is about a 3-4 second delay (assumedly a spin-up time to query what properties should appear).
Thanks,
Jason
I do see that when I press '.' after a property, there is about a 3-4 second delay (assumedly a spin-up time to query what properties should appear).
Thanks,
Jason
Customer support service by UserEcho