Manish
IndividualForum Replies Created
-
<div aria-level="3" role="heading">Create the Connected App
<div>- From Setup, enter App Manager in the Quick Find box, then select App Manager.
- Click New Connected App.
- Enter the connected app name and your email address: ...
- Select Enable OAuth Settings.
- Select Use digital signatures.
- To upload your server. ...
- For OAuth scopes, add: ...
- Click Save.
</div></div>
-
<div eid="ZfkaX4S0JLqZ4-EPtdigwA0" data-async-context="query:What%20is%20Salesforce%20Shield%20platform%20encryption%3F" id="rso"><div lang="en-IN" data-hveid="CAwQAA" data-ved="2ahUKEwjE-vm_lebqAhW6zDgGHTUsCNgQjDYoAHoECAwQAA"><div><div><div>
<div data-md="61" lang="en-IN"><div aria-level="3" role="heading" data-attrid="wa:/description" data-hveid="CAwQAg">Shield Platform Encryption lets you control and rotate the key material used to encrypt your data. You can use Salesforce to generate a tenant secret for you, which is then combined with a per-release master secret to derive a data encryption key.</div></div></div></div></div></div></div>
-
Manish
MemberJuly 24, 2020 at 3:07 pm in reply to: If a user is saying that he is unable to login to Salesforce- Forgot your password? Retrieve it.
- Locked out? Wait until the lockout period expires and try again, or contact your Salesforce admin.
- Password expired? We prompt you to change your password.
- Accessing Salesforce from outside a trusted IP range, using a new browser or app? We prompt you to verify your identity.
- What does Use Custom Domain on the login page mean? If your Salesforce admin created a custom domain for your org, click Use Custom Domain to provide the domain name and log in.
-
<div>Depending on the size of your org, enabling a standard field for encryption can take a few minutes.
- Make sure that your org has an active encryption key. If you’re not sure, check with your administrator.
- From Setup, in the Quick Find box, enter <kbd>Platform Encryption</kbd>, and then select Encryption Policy.
- Click Encrypt Fields.
- Click Edit.
- Select the fields you want to encrypt.<div>All new data entered in this field is encrypted. By default, data is encrypted using a probabilistic encryption scheme. To apply deterministic encryption to your data, select Deterministic from the Encryption Scheme list. For more information, see “How Deterministic Encryption Supports Filtering” in Salesforce Help.
</div> - Click Save.
</div>
-
SOSL queries are only supported in Apex classes and anonymous blocks. You cannot use a SOSL query in a trigger.
-
Manish
MemberJuly 23, 2020 at 3:44 pm in reply to: How do I enable view encrypted data in Salesforce?Restrict other Salesforce users from seeing custom text fields you want to keep private. Only users with the permission “View Encrypted Data” can see data in encrypted custom text fields.
-
Manish
MemberApril 30, 2020 at 1:20 pm in reply to: How many max emails can be sent from workflow in Salesforce?Limits for workflow and approval-related email alerts. The daily limit for emails sent through email alerts is 1,000 per standard Salesforce license per organization. Using the API or Apex, you can send single emails to a maximum of 1,000 external email addresses per day based on Greenwich Mean Time (GMT).
-
Single sign-on (SSO) lets users access authorized network resources with one login. You validate usernames and passwords against your corporate user database or other client app rather than Salesforce managing separate passwords for each resource.
-
Federation ID is a unique username for each user that can be shared across multiple apps. Sometimes the ID is the user's employee ID. The important part of the Federation ID is that it is not duplicated within a Salesforce org. But the user can have the same Federation ID for more than one Salesforce org
-
Manish
MemberApril 29, 2020 at 3:24 pm in reply to: Difference b/w Standard and Shared DE in Salesforce Marketing Cloud?Standard Data Extension: A standard data extension allows you to create custom fields to store data. Filtered Data Extension: A filtered data extension is generated by filtering fields, measures, and filters for sendable data extensions from a source data extension. while shared DE in visible to Child Units also
-
The approval process in Salesforce is an automated process that approves records for salesforce. As the process is automotive it works on certain criteria. The approval process may include rejection, recalled or first-time submission of approval. This automated process is handled using steps defined by the developer.
-
Manish
MemberApril 29, 2020 at 3:22 pm in reply to: What is Maximum length of SOQL statements in Salesforce?SOQL statements can't exceed 20,000 characters. For SOQL statements that exceed this maximum length, the API returns a MALFORMED_QUERY exception code ; no result rows are returned.
-
Apex is a development platform for building software as a service (SaaS) applications on top of Salesforce.com's customer relationship management (CRM) functionality. Apex allows developers to access Salesforce.com's back-end database and client-server interfaces to create third-party SaaS applications.
-
Manish
MemberApril 27, 2020 at 11:49 am in reply to: How set padding in lightning component of Salesforce?directions available for the spacing classes are top , right , bottom , and left . You can use the vertical shortcut for both top and bottom , horizontal for both right and left , and around for all sides. Use the --xxx-small through --xx-large scale to choose the size needed.
-
a Junction Object is a custom object with two master-detail relationships to two different record types. It is used to represent a many-to-many relationship in which several junction objects can link one instance of a record to many children, and each child can equally be linked to many parents.
-
When your component is invoked in a record context in Lightning Experience or the Salesforce app, the recordId is set to the ID of the record being viewed.
-
Manish
MemberApril 24, 2020 at 3:32 pm in reply to: What is filter activity in Salesforce Marketing Cloud?Filter Activity in Marketing Cloud. If you use interactions in Email Studio, you can use data filters to segment subscriber lists or data extensions. ... When you start the data filter activity or refresh the group, the system applies the logic you created in the data filter.
-
WhoID in Salesforce refers to people things. ... WhatID in Salesforce refers to object type things. That would typically be an Account ID or an Opportunity ID. The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects. and
WhatID in Salesforce refers to object type things. That would typically be an Account ID or an Opportunity ID. The WhatId represents nonhuman objects such as accounts, opportunities, campaigns, cases, or custom objects.
-
In Salesforce, a Junction Object is a custom object with two master-detail relationships to two different record types. It is used to represent a many-to-many relationship in which several junction objects can link one instance of a record to many children, and each child can equally be linked to many parents.
-
Manish
MemberApril 23, 2020 at 4:32 pm in reply to: What is meant By @testVisible in test class in Salesforce?TestVisible Annotation. Use the TestVisible annotation to allow test methods to access private or protected members of another class outside the test class. These members include methods, member variables, and inner classes. This annotation enables a more permissive access level for running tests only.
- This reply was modified 4 years, 8 months ago by Manish.
-
Blob is a collection of binary data stored as a single object. You can convert this data type to String or from String using the toString and valueOf methods, respectively. Blobs can be accepted as Web service arguments, stored in a document (the body of a document is a Blob), or sent as attachments.
-
Static resources allow you to upload content that you can reference in a Visualforce page. Resources can be archives (such as . zip and . jar files), images, stylesheets, JavaScript, and other files.
-
Manish
MemberApril 22, 2020 at 4:38 pm in reply to: What are the methods used in HTTP callouts in Salesforce?HTTP Method Description
GET Retrieve data identified by a URL.
POST Create a resource or post data to the server.
DELETE Delete a resource identified by a URL.
PUT Create or replace the resource sent in the request body. -
Companies using Salesforce Chatter can have a grand total of 30,00 different groups within their respective orgs. Each user is allowed to join a maximum of 300 groups. Chatter groups have five main classifications: Public Groups – Anyone within your org is allowed to join a public Chatter group.
-
Manish
MemberApril 21, 2020 at 1:40 pm in reply to: What is case object in Salesforce in salesforce ?A case is a customer's question, feedback, or issue. Support agents can review cases to see how they can deliver better service. Sales reps can use cases to see how they affect the sales process.