Kirandeep
IndividualForum Replies Created
-
Kirandeep
MemberOctober 9, 2020 at 3:37 pm in reply to: How do I add a field to a mini page layout in Salesforce?Hi Anuj,
https://www.infallibletechie.com/2014/12/mini-pagelayout-in-salesforce.html- This reply was modified 4 years, 1 month ago by Kirandeep.
-
ClickDeploy is a simple to use, powerful devops/release management tool that will speed up your Salesforce projects by moving metadata across your Salesforce orgs. Supercharge your development projects and save 80% of your time using ClickDeploy.
-
Kirandeep
MemberOctober 8, 2020 at 2:53 pm in reply to: What are main differences between API and web service?API is an interface that allows you to build on the data and functionality of another application, while a web service is a network-based resource that fulfills a specific task. Yes, there's overlap between the two: all web services are APIs, but not all APIs are web services
-
Kirandeep
MemberOctober 8, 2020 at 2:48 pm in reply to: What are the considerations for Skinny Table in Salesforce?Skinny tables can contain a maximum of 100 columns.Skinny tables cannot contain fields from other objects.Skinny tables are not copied to sandbox organizations. To have production skinny tables activated in a sandbox organization, contact salesforce.com Customer Support.
-
Kirandeep
MemberOctober 8, 2020 at 2:44 pm in reply to: how to fetch custom object from salesforce using migration tool ant ?Hi Mohit,
You can refer the link below :-
https://developer.salesforce.com/forums/?id=9060G000000Uaj3QAC -
The Salesforce Lightning Design System (SLDS) helps you build applications with the look and feel of Lightning Experience without writing a single line of CSS. SLDS is a CSS framework that gives you access to the icons, color palettes, and font that our developers use to create Lightning Experience.
-
Kirandeep
MemberOctober 5, 2020 at 2:17 pm in reply to: What is the use of ltng:outApp in Lightning Application in Salesforce?ltng:outApp: – Extending from ltng:outApp adds SLDS resources to the page to allow your Lightning components to be styled with the Salesforce Lightning Design System (SLDS). If you don't want SLDS resources added to the page, extend from ltng:outAppUnstyled instead.
-
Kirandeep
MemberOctober 5, 2020 at 2:16 pm in reply to: What is inherited sharing keyword does in Salesforce?If you specify inherited sharing Keyword on an Apex class, which allows the class to run in the sharing mode of the class that called it. Using inherited sharing enables you to pass security review and ensure that your privileged Apex code is not used in unexpected or insecure ways
-
Kirandeep
MemberSeptember 28, 2020 at 3:42 pm in reply to: What is the order of execution in Salesforce?Hi Anjali,
You can refer the link below :-
https://medium.com/@prasannajyothi/what-is-the-order-of-execution-in-salesforce-c273f9059f6c#:~:text=Here%20is%20an%20order%20of%20execution%20in%20salesforce&text=Executes%20all%20before%20triggers.,but%20doesn't%20commit%20yet. -
The JWT enables identity and security information to be shared across security domains. Salesforce validates the JWT based on a signature using a previously configured certificate and additional parameters. Assuming that the JWT is valid and that the connected app has prior approval, Salesforce issues an access token.
-
Kirandeep
MemberSeptember 28, 2020 at 3:38 pm in reply to: What is Secure Security Layer in Salesforce?When you access the application using a Salesforce-supported browser, Transport Layer Security (TLS) technology protects your information using both server authentication and Classic Encryption, ensuring that your data is safe, secure, and available only to registered users in your organization.
-
Kirandeep
MemberSeptember 24, 2020 at 2:11 pm in reply to: How to query queue members in salesforce?query [Select Id from Group where type='Queue' and Name='Queue Name'] will return the Id of the required queue in the system. Use this Id of the queue in the query [Select UserOrGroupId From GroupMember where GroupId =:reqdGroupId] to fetch all the users or groups which are members of the required queue.
-
Salesforce, but may affect your existing customizations. When these updates become available, Salesforce lists them in Setup at Critical Updates and displays a message when administrators go to Setup.
Step 1 : Go to Setup
Step 2 : Enter critical updates in quick find box
Step 3 : Select Critical updates -
Kirandeep
MemberSeptember 24, 2020 at 1:24 pm in reply to: What are the use of Critical Updates in Salesforce?Salesforce periodically releases updates that improve the performance, logic, and usability of Salesforce, but may affect your existing customizations. When these updates become available, Salesforce lists them in Setup at Critical Updates and displays a message when administrators go to Setup.
Step 1 : Go to Setup
Step 2 : Enter critical updates in quick find box
Step 3 : Select Critical updates -
Kirandeep
MemberSeptember 24, 2020 at 1:23 pm in reply to: What are the critical Updates in Salesforce?critical updates are updates that Salesforce needs to push out to the platform that will effect all versions of the Salesforce platform. These are usually improvements to security, performance or UI changes.
-
Kirandeep
MemberSeptember 23, 2020 at 1:11 pm in reply to: Why we can use Salesforce Multicurrency?Adds the ability to record amounts in different currencies. If you don't have multicurrency enabled, then amounts are just displayed as an amount. Allows amounts to be converted, displayed and reported according to exchange rates. Allows the use of dated exchange rates so the value at a certain time can be fixed
-
Kirandeep
MemberSeptember 23, 2020 at 1:09 pm in reply to: What is opportunity Contact role in Salesforce?Opportunity Contact Roles define the role that a contact or person account plays in a deal. An opportunity contact role has the following fields. Depending on your page layout and field-level security settings, some fields may not be visible or editable.
-
Use the deprecated annotation to identify methods, classes, exceptions, enums, interfaces, or variables that can no longer be referenced in subsequent releases of the managed package in which they reside. This is useful when you are refactoring code in managed packages as the requirements evolve.
-
Kirandeep
MemberSeptember 22, 2020 at 2:45 pm in reply to: How do I enable live agent in Salesforce lightning?In order to configure the live agent in your Salesforce Org. Live Agent permission must be enabled. From the quick find, type Live agent Settings click on enable live agent and then click on save. Once you enable the Live Agent below objects will auto-created in your Org.
-
Salesforce Live Agent is a native Salesforce tool that provides the ability to communicate in real-time with your web site users. ... Companies that use integrated phone networks to facilitate their customer support through Salesforce face a charge for each call that comes in.
-
Escalation actions specify when the case escalates and what happens when the case escalates. An escalation rule can reassign the case to another support agent (user) or support queue (queue). An escalation rule also can send notification emails to the new assignee, to the current case owner, and to other recipients.
-
Kirandeep
MemberSeptember 18, 2020 at 2:50 pm in reply to: What are various standard exceptions that salesforce throws?There are number of Exception,
- AsyncException
Any problem with an asynchronous operation, such as failing to enqueue an asynchronous call.
- CalloutException
Any problem with a Web service operation, such as failing to make a callout to an external system.
- DmlException
Any problem with a DML statement, such as an insert statement missing a required field on a record.
- JSONException
Any problem with JSON serialization and deserialization operations.
-
Kirandeep
MemberSeptember 18, 2020 at 2:48 pm in reply to: What is the use of Test.setPage() in Apex ?Test.setPage() method is used to set the context to current page, normally used for testing the visual force controller in test classes.
-
Hi Anuj,
you can refer link below :-
https://www.biswajeetsamal.com/blog/get-ip-address-of-user-in-apex/ -
Kirandeep
MemberSeptember 17, 2020 at 12:43 pm in reply to: What are the Time-Dependent Workflow Limitations in salesforce ?Time-dependent actions are executed at a specific time, such as 10 days before a record's close date. When that specific time passes, the workflow rule re-evaluates the record to make sure that it still meets the rule criteria. If the record does, the workflow rule executes those actions.