Contents
How do I restrict access to apex classes?
From Setup, enter Apex Classes in the Quick Find box, then select Apex Classes. Next to the name of the class that you want to restrict, click Security. Select the profiles that you want to enable from the Available Profiles list and click Add, or select the profiles that you want to disable from the Enabled Profiles list and click Remove.
How to enable or disable apex classes in Minecraft?
Select a profile. In the Apex Class Access page or related list, click Edit. Select the Apex classes that you want to enable from the Available Apex Classes list and click Add, or select the Apex classes that you want to disable from the Enabled Apex Classes list and click Remove. Click Save.
How to enable or disable profiles in apex?
Select the profiles that you want to enable from the Available Profiles list and click Add, or select the profiles that you want to disable from the Enabled Profiles list and click Remove. Click Save. From Setup, enter Permission Sets in the Quick Find box, then select Permission Sets.
How do I assign a profile to an apex class?
Go to the class for which access is to be given for a particular profile (from Setup -> Develop -> Apex Classes). Click on the “Security” button. Assign profiles from here to whom this class will be accessible.
Do you need aggregate queries in batch apex?
Recently, I came across one requirement, in which i need to use aggregate queries in batch apex .My requirement was to get maximum annual revenue of different account types. I received below error message. “Aggregate query does not support queryMore (), use LIMIT to restrict the results to a single batch”.
How to fix the error message ” over query limit “?
How to fix the error message “OVER_QUERY_LIMIT”. I have requirement to fetch the addresses using the lat,long. Also want to schedule the functionality i.e every half an hour wan to fetch the users current location (Lat,Long) and then addresses using google map APIs.