Ayush
IndividualForum Replies Created
-
Ayush
MemberAugust 24, 2020 at 10:12 am in reply to: Is it possible to validate input fields by Salesforce flow builder?yes , there is option validate input field (screen flow).
-
Ayush
MemberAugust 18, 2020 at 11:54 am in reply to: Is it possible to restrict permission for users using permission set in SalesforNo,we can only grate additional access by using permission sets.
-
Ayush
MemberAugust 18, 2020 at 11:47 am in reply to: When to use COUNT_DISTINCT() Aggregate Function in SOQL ?Returns the number of distinct non-null field values matching the query criteria.
-
Ayush
MemberAugust 17, 2020 at 6:56 am in reply to: What are external Ids? Does external ids are unique in salesforce?This blog may be help you :
https://www.biswajeetsamal.com/blog/external-id-in-salesforce/ -
Ayush
MemberAugust 17, 2020 at 6:52 am in reply to: How to find the distance between two locations in Salesforce?With the help shipping Address .
-
Salesforce Feed is an interface wherein you and other Chatter users in your org can view profiles, updates, status messages, topic detail pages, on record detail pages, objects, and groups.
-
Encrypted Custom Fields are a new field type (released after winter 08) that allows users to store sensitive data in encrypted form and apply a mask when the data is displayed (e.g., Credit Card Number: XXX-XXX-XX-1234).
-
15 digit , it may be number and letters.
<div data-md="25" lang="en-IN"><div aria-level="3" role="heading" data-hveid="CBAQAw" data-ved="2ahUKEwjngcqUhJjrAhXmxzgGHY1cAqUQtwcoATABegQIEBAD"><div data-tts="answers" data-tts-text="15 digits">
<div><div data-md="61" lang="en-IN">
</div></div></div></div></div> -
yes , we can call a Queueable class from you Trigger/Class/Controller simply place use “System.enqueueJob(new ClassName())”.
-
Ayush
MemberAugust 12, 2020 at 9:05 am in reply to: Can we have duplicate in the External ID in salesforce?No, you can use external IDs to prevent duplicate records from being created as a result of the import operation.
-
Ayush
MemberAugust 12, 2020 at 8:59 am in reply to: Can we disable account relationships is our org after enabling in Salesforce?yes
-
Salesforce Object Query Language does not support or allow arbitrary joints but it supports some features to control related objects in Salesforce.
Inner Join and Outer Join.
Semi Join and Anti-Join.
Multi Select pick lists. -
The limit is 1000 Api call to 10000 Api Call( in a 24 hrs).
-
<div>Salesforce Connect is an exciting new App Cloud integration service that empowers Salesforce users to access and manage data in external apps, whether on-premise or cloud, directly from Salesforce.
</div>- This reply was modified 4 years, 3 months ago by Ayush.
-
list of sobjects.
-
__mdt means Custom Metadata Type.
-
Ayush
MemberAugust 6, 2020 at 10:44 am in reply to: Which three data types can be returned from an SOQL statement?Single Sobject
List of sObject.
Integer. -
Ayush
MemberAugust 5, 2020 at 11:30 am in reply to: Is it possible to fire validation only for records which is being getting updateyes , we can do this by following function.
1.Isnew()
2.Ischanged(). -
Ayush
MemberAugust 5, 2020 at 11:27 am in reply to: How to compare two strings in Apex in Salesforce?the comparison of Strings using the == operator and using the Object.equals() method.
-
A guest user is anyone you can use for applications like event management applications, volunteer applications, donation applications and many more.
The Salesforce feature that allows accommodation of these “external users” is the SITE GUEST USER -
A junction object is a custom object with two master-detail relationships, and it is the key to making a many-to-many relationship.
-
Ayush
MemberAugust 4, 2020 at 6:30 am in reply to: What is the difference between managed and unmanaged packages?Unmanaged packages
Unmanaged packages are typically used to distribute open-source projects or application templates to provide developers with the basic building blocks for an application.Managed packages
Managed packages are typically used by Salesforce partners to distribute and sell applications to customers.