Anjali
IndividualForum Replies Created
-
Anjali
MemberOctober 16, 2020 at 1:14 pm in reply to: What is use of Database.QueryLocatorIterator.hasNext() in Salesforce?Returns true if there are one or more records remaining in the collection; otherwise, returns false.
-
Anjali
MemberOctober 16, 2020 at 1:13 pm in reply to: How do I add the lightning:empApi Lightning component in Salesforce?Please refer the below link-
https://developer.salesforce.com/docs/component-library/bundle/lightning:empApi/documentation -
Anjali
MemberOctober 15, 2020 at 1:09 pm in reply to: How do I add a Visualforce page to my dashboard?View the dashboard and click Edit. Click Add Component from the top of any column. Choose a Visualforce Page as the component type. Optionally, enter a header to display at the top of the dashboard component.
-
Anjali
MemberOctober 15, 2020 at 1:08 pm in reply to: How do I import a project from Salesforce to eclipse?Open Eclipse IDE and access your project folder and the objects component folder. Right click on the object to upload, click the menu item “Force.com” and then “Deploy to Server
-
Anjali
MemberOctober 15, 2020 at 1:05 pm in reply to: How many future methods can be called in single Apex transaction?The maximum number of future method invocations per a 24-hour period is 250,000 or the number of user licenses in your organization multiplied by 200, whichever is greater. This limit is for your entire org and is shared with all asynchronous Apex: Batch Apex, Queueable Apex, scheduled Apex, and future methods.
-
Anjali
MemberOctober 14, 2020 at 2:02 pm in reply to: What is the use of recordsetvar in Visualforce pages in Salesforce?The recordSetVar attribute not only indicates that the page uses a list controller, it can indicates the variable name of the record collection. This variable can be used to access data in the record collection.
-
Anjali
MemberOctober 14, 2020 at 2:00 pm in reply to: How can we implement pagination in Visualforce page in Salesforce? -
Anjali
MemberOctober 14, 2020 at 1:59 pm in reply to: How to get dynamic record id in Visualforce pages in Salesforce?currentpage(). getparameters(). get('id') can be used to get current record id or other url parameters in apex code.
-
Anjali
MemberOctober 12, 2020 at 1:43 pm in reply to: Deploy Custom Metadata types using Ant Migration Tool in SalesforcePlease refer the below link-
https://www.jitendrazaa.com/blog/salesforce/how-to-retrieve-and-deploy-custom-metadata-types-using-ant/ -
Anjali
MemberOctober 12, 2020 at 1:41 pm in reply to: How to set-up an APEX REST service to access your SF data in Salesforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=9060G0000005cHkQAI -
Anjali
MemberOctober 12, 2020 at 1:37 pm in reply to: How to insert AJAX on button in Lightning Component in Salesforce?Please refer the below link-
https://hellosnl.blogspot.com/2018/04/Salesforce-lightning-fetch-data-from-external-api-using-ajax.html -
It returns the custom setting data set record for the organization.
-
Anjali
MemberOctober 8, 2020 at 12:55 pm in reply to: How to create Demo.design file in Salesforce lightning component?- Go to gear icon > developer console.
- Open up a lightning component bundle.
- Select/Create the design file.
-
The Leaflet is an open-source JavaScript library that is used for mobile-friendly interactive maps. It has all the mapping features.
-
Anjali
MemberOctober 7, 2020 at 1:19 pm in reply to: What is the use of with sharing and without sharing in Salesforce?With Sharing - Enforce the sharing rules that apply to current user. Without Sharing - Doesn't enforce the sharing rules.
-
Anjali
MemberOctober 7, 2020 at 1:18 pm in reply to: What is the difference between system mode and user mode?System mode means running apex code by ignoring user's permissions. User mode means running apex code by respecting user's permissions and sharing of records.
-
Salesforce Manual Sharing allows the users to share the record to users who would not have access to the record any other way.
-
Anjali
MemberOctober 6, 2020 at 1:23 pm in reply to: What\'s the difference between the message and the purpose in Salesforce?apex:PageMessages is a containing component where any messages that have been added to the page will appear.
-
Anjali
MemberOctober 6, 2020 at 1:21 pm in reply to: How to link visualforce component to visualforce page in Salesforce?Visualforce Page Component—To add a Visualforce page to your Customer Service community, drag the Visualforce Page Component from the Components panel to the page. Select the Visualforce page you want to use in the property editor.
-
Anjali
MemberOctober 6, 2020 at 1:19 pm in reply to: How can we implement pagination in visualforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=906F0000000BZxWIAW -
Anjali
MemberOctober 5, 2020 at 1:59 pm in reply to: How to fix insufficient access rights on cross reference id ?make sure that:
- you don't insert/update a record that does not exist,
- you don't update object field that is build-in/read-only,
- you perform the action using the user who has not the right access to modify the object
-
Anjali
MemberOctober 5, 2020 at 1:55 pm in reply to: How to create a button in Quick Action of page layout in Salesforce?Add quick actions to the case page layout.
- Click Mobile & Lightning Actions.
- Drag the action into the Salesforce Mobile and Lightning Experience Actions section, and place the action where you want it to appear.
- Click Save.
-
Please refer the below link-
https://developer.salesforce.com/docs/atlas.en-us.api_streaming.meta/api_streaming/intro_stream.htm -
Anjali
MemberOctober 1, 2020 at 2:23 pm in reply to: How do I get a record type developer name Apex?The below link may help.
-
Anjali
MemberOctober 1, 2020 at 2:21 pm in reply to: How to cover getter and setter in test class in Salesforce?Please refer the below link-
https://developer.salesforce.com/forums/?id=9060G0000005hWGQAY