Manish
IndividualForum Replies Created
-
Converting one type object into other is call typecasting
-
Manish
MemberSeptember 4, 2020 at 3:26 pm in reply to: What is the use of System.future() method in Salesforce ? -
Manish
MemberSeptember 4, 2020 at 3:20 pm in reply to: Is it possible to send Custom Notifications Using Apex without making API Call?Possible.
-
Manish
MemberSeptember 3, 2020 at 2:40 pm in reply to: Can we disable communities after enabling it in Salesforce org?No
-
Hi Deepak,
You can refer to following link:
https://help.salesforce.com/articleView?id=networks_enable.htm&type=5 -
Manish
MemberSeptember 3, 2020 at 2:38 pm in reply to: What is the use of Salesforce Marketing Cloud Connect?Hi Udit,
You can refer to the following link for the same.
https://help.salesforce.com/articleView?id=mc_co_marketing_cloud_connect.htm&type=5 -
Manish
MemberSeptember 2, 2020 at 2:38 pm in reply to: What is the use of Static resources in Visualforce?Static resources allow you to upload content that you can reference in a Visualforce page, including archives (such as . zip and . jar files), images, style sheets, JavaScript, and other files.
-
Autolaunched Flow with a Schedule Trigger. Runs only from a schedule. This flow type doesn't support user interaction, screens, local actions, choices, or choice sets. A schedule-triggered flow runs only at the scheduled time and frequency.
-
Manish
MemberSeptember 2, 2020 at 2:37 pm in reply to: How do you call a process builder from flow?- Create an Invocable Process.
- Create a Flow that uses the ProcessInvocable Apex Action from the canvas palette.
- Configure the ProcessInvocable Apex Action to call your Process.
- This reply was modified 4 years, 3 months ago by Manish.
-
Manish
MemberSeptember 1, 2020 at 4:20 pm in reply to: What is the use of isAsciiPrintable() method in Apex?<div>isAsciiPrintable()
Returns true if the current String contains only ASCII printable characters; otherwise, returns false
</div> -
The @isTest(SeeAllData=true) annotation is used to open up data access when applied at the class or method level.
-
Manish
MemberAugust 28, 2020 at 3:50 pm in reply to: How to check String contains only white space characters in Apex ?<div aria-level="3" role="heading">Apex String Methods to Determine Character Types
<div>- isAlpha() : This string method will return true, if the string contain only characters.
- isAlphaSpace() : This string method will return true, if the string contain alphabet and white spaces.
- isAlphanumeric() : This string method will return true, if the string contain alphabet, numbers.
</div></div>
-
Manish
MemberAugust 28, 2020 at 3:50 pm in reply to: What is the use case for Heroku in Salesforce?Heroku can also be used as a central source of truth to assist you in the management of your data and disparate systems. Heroku syncs bi-directionally in near real-time without you having to worry about running into any of the typical Salesforce API or event limitations.
-
Manish
MemberAugust 28, 2020 at 3:49 pm in reply to: What are the access levels a user can have in a Heroku Organization account?Admins can create an unlimited number of Enterprise Teams with up to 500 users per team. Heroku Enterprise Accounts is a management layer across all of a company's Enterprise Teams that provides executives and admins a higher level of visibility and control via SSO policies, audit trails, daily usage reports, and more.
-
From Setup, enter External Objects in the Quick Find box, then select External Objects. Click New External Object, or click Edit to modify an existing external object. A user-friendly name for the external object. The label is displayed in the Salesforce user interface, such as in list views.
-
Manish
MemberAugust 27, 2020 at 3:10 pm in reply to: Is it possible to report on attachments in Salesforce?NO.
-
Manish
MemberAugust 27, 2020 at 3:08 pm in reply to: What is the difference between files and attachments in Salesforce?Files were brought in as a powerful way to manage documents in salesforce. Other options such as attachments and documents were not as flexible and needed to evolve with the times, Files are the future, and the future is here. Files are more versatile and provide better functionality than attachments.
-
Manish
MemberAugust 25, 2020 at 4:03 pm in reply to: What is the use of Document and Renderer in the Salesforce lightning component?Renderer service in lightning component bundle modify the DOM elements which is created by framework for a component. We use custom renderer to change or override the default rendering behaviour of the component.
-
upsert() Creates new records and updates existing records; uses a custom field to determine the presence of existing records. In most cases, we recommend that you use upsert() instead of create() to avoid creating unwanted duplicate records (idempotent).
-
Canvas enables you to easily integrate a third-party application in Salesforce. Canvas is a set of tools and JavaScript APIs that you can use to expose an application as a canvas app. This means you can take your new or existing applications and make them available to your users as part of their Salesforce experience.
-
Manish
MemberAugust 24, 2020 at 4:11 pm in reply to: How to display errors in Lightning Datatable ?<div aria-level="3" role="heading">How to display errors in Lightning Datatable?
<div>- If you want to display error to the cell of the table then you must make the Column editable.
- If you don't want to make the column editable then, you must set the showRowNumberColumn attribute of the Lightning Datatable to True.
</div></div>
-
The name comes from the sporting term “Most Valuable Player” or “Professional” in this case. Every year, around this time, the nominations open for the community to submit and thank people that have made a difference. Awarded individuals have the status of Salesforce MVPs for a one year period, and are then renewed.
-
You can use sandbox by login on test.salesforce.com