Top new questions this week:
|
I have been creating a Business Hours Calculation engine in the past few weeks and have gotten some great help on a few questions I've already asked (BH in Apex, BH and Holiday Affiliation).
I have …
|
The documentation for access modifiers states the following for protected:
This means that the method or variable is visible to any inner classes in the defining Apex class, and to the classes …
|
In a SOQL query with parent-child relationship sub-queries, each
parent-child relationship counts as an additional query. These types
of queries have a limit of three times the number for …
|
I'm working on a "deep clone" Visualforce page where starting from an object, that object and its child objects and its grandparent objects and so on are cloned and that logic works fine.
But any …
|
Working on a project where the client wants to be able to use OAuth to login to an external website backend. The documentation for setting up OAuth doesn't actually mention enabling the IDP so I'm …
|
I tried to set SeeAllData = true for the test method with OnInstall = true. But I was not able to save the test class if I use "@isTest(OnInstall=true,SeeAllData=true)", so I saved it with …
|
We are making heavy use of stub and mock objects in our Apex tests. Most of the time we are defining the mocks as inner classes of our test classes. We have noticed, that test classes, which do …
|
Greatest hits from previous weeks:
|
I used to view % of code coverage in [Code Coverage] column for apex classes, after I run the test class.
Now the column is missing. I notice about one week ago.
How can I get it back as it is so …
|
I am not sure if my memory is failing me, but I was sure there was a way to schedule an Apex Job through the Salesforce UI.
The documentation here only makes mention of using the cron syntax. and …
|
Can you answer these?
|
I'm getting an error "Data changed by trigger for field owner id owner cannot be blank" which is very interesting because I'm not actually doing anything with any OwnerId's, and the research that I …
|
I am trying to use the FUEL API to unsubscribe a mobile number from a particular keyword on a private shortcode. I would be fine with a global opt out on that private shortcode, as well.
I have tried …
|
Is there a way to configure MobileConect to fire HTTP Post back events to partner API when incoming SMS is received on a particular long number instead of having to poll for deliveries?
|