Forcetalks | Achintya | Activity https://www.forcetalks.com/achintjha/activity/ Activity feed for Achintya. Wed, 01 Apr 2026 13:29:35 +0530 https://buddypress.org/?v=2.16.0 en-US 30 hourly 2 35a746a18db4d28e5b05292d5d42be72 Achintya started the discussion How do we expose functionality on Force.com to be consumed by external clients in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-do-we-expose-functionality-on-force-com-to-be-consumed-by-external-clients-in-salesforce/ Thu, 12 Sep 2019 09:47:24 +0530 How do we expose functionality on Force.com to be consumed by external clients in Salesforce?

How do we expose functionality on Force.com to be consumed by external clients in Salesforce?

]]>
9f4c5c084dfed54ac21f1c13caafd15e Achintya started the discussion What is the architecture of the salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-architecture-of-the-salesforce-2/ Thu, 12 Sep 2019 09:46:26 +0530 What is the architecture of the salesforce?

What is the architecture of the salesforce?

]]>
db41f8d9df5a4e604e504b4bc6dff01b Achintya started the discussion What is Matrix Reports in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-matrix-reports-in-salesforce/ Thu, 12 Sep 2019 09:45:06 +0530 What is Matrix Reports in Salesforce?

What is Matrix Reports in Salesforce?

]]>
6189030ea89f2f6c450192e652f1eff7 Achintya replied to the discussion Explain Junction relationship (Many to Many ) in detail in salesforce. in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/explain-junction-relationship-many-to-many-in-detail-in-salesforce/#post-62685 Thu, 12 Sep 2019 09:43:34 +0530 Reply to Explain Junction relationship (Many to Many ) in detail in salesforce.

You can use master-detail relationships to model many-to-many relationships between any two objects. A many-to-many relationship allows each record of one object to be linked to multiple records from another object and vice versa. For example, you create a custom object called “Bug” that relates to the standard case object such that a bug… Read more

]]>
8c2410a26511f50e5169774be8ebd492 Achintya replied to the discussion What is a notification builder in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-a-notification-builder/#post-62684 Thu, 12 Sep 2019 09:40:39 +0530 Reply to What is a notification builder in Salesforce?

Notification Builder enables admins to create customized in-app notifications for the targeted audience. You can define when you want the notification to trigger, what message to display and which users to notify.

]]>
5099082ad3c60ded7d2bfb334e947c45 Achintya replied to the discussion What is the difference between a SOAP API and a REST API ? Which one is mostly used in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-a-soap-api-and-a-rest-api-which-one-is-mostly-used/#post-62683 Thu, 12 Sep 2019 09:38:46 +0530 Reply to What is the difference between a SOAP API and a REST API ? Which one is mostly used in Salesforce?

SOAP vs. REST

SOAP – SOAP is a protocol which was designed before REST and came into the picture. The main idea behind designing SOAP was to ensure that programs built on different platforms and programming languages could exchange data in an easy manner.

REST – This was designed specifically for working with components such as media… Read more

]]>
a3fa6a8451320ec357bd4a02bd4e667d Achintya replied to the discussion What is fieldset in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-fieldset/#post-62677 Thu, 12 Sep 2019 08:14:04 +0530 Reply to What is fieldset in Salesforce?

Fieldset in salesforce is grouping the fields of same object type and it is very useful when we’re working with the managed package and reordering the fields in fieldset without touching the code.

In the managed package you can’t edit either visualforce page or apex class, There comes a requirement change where you want to reorder the fields… Read more

]]>
3c9941d735cc61276020f601c83eaa85 Achintya replied to the discussion What is Map Class in Apex Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-map-class-in-apex-salesforce/#post-62675 Thu, 12 Sep 2019 08:10:46 +0530 Reply to What is Map Class in Apex Salesforce?

A map is a collection of key-value pairs where each unique key maps to a single value. In map Keys can be any primitive data type like string, integer, decimal, Id while values can be a primitive, sObject, collection type or an Apex object.
Map keys and values can be of any data type—primitive types, collections, sObjects, user-defined types,… Read more

]]>
f79c0388a36c4417ba7c46f98070df61 Achintya replied to the discussion What is Basic difference between Application Event and Component Event in lightning component? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-basic-difference-between-application-event-and-component-event-in-lightning-component/#post-62674 Thu, 12 Sep 2019 08:08:28 +0530 Reply to What is Basic difference between Application Event and Component Event in lightning component?

Component Events

A component event is fired from an instance of a component. A component event can be handled by the component that fired the event or by a component in the containment hierarchy that receives the event. The component that fires an event is known as the source component. The component that fires an event can set the event’s… Read more

]]>
43e79fe1844bb91c352b1a34f8bb7e4f Achintya started the discussion Why users can’t be deleted from Salesforce.com? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/why-users-cant-be-deleted-from-salesforce-com-2/ Thu, 12 Sep 2019 08:02:43 +0530 Why users can’t be deleted from Salesforce.com?

Why users can’t be deleted from salesforce.com?

]]>
7edd42909b94e237acdfc30112844615 Achintya started the discussion CRUD permission in Salesforce. in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/crud-permission-in-salesforce/ Thu, 12 Sep 2019 08:00:34 +0530 CRUD permission in Salesforce.

Consider a scenario I have not given any CRUD permission in the profile ‘P1’ for an object O1, yet I’m able to create records for object ‘O1’. How could this be possible in Salesforce?

]]>
a176ad2c32d9035da672751510d00dd8 Achintya started the discussion What are getter methods and setter methods in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-are-getter-methods-and-setter-methods-in-salesforce/ Thu, 12 Sep 2019 07:58:25 +0530 What are getter methods and setter methods in Salesforce?

What are getter methods and setter methods in Salesforce?

]]>
daf5ebf524616d90ed10c8645cf0ee73 Achintya started the discussion What is the User Mode Process in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-user-mode-process-in-salesforce/ Mon, 09 Sep 2019 10:52:20 +0530 What is the User Mode Process in Salesforce?

What is the User Mode Process in Salesforce?

]]>
9b90a8ba5fb0a901746c0ea4065d7a89 Achintya started the discussion What is the Access modifier in the Programme in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-access-modifier-in-the-programme-in-salesforce/ Mon, 09 Sep 2019 10:51:02 +0530 What is the Access modifier in the Programme in Salesforce?

What is the Access modifier in the Programme in Salesforce?

]]>
d2375d0f76077b226a160a5eb7060906 Achintya started the discussion What all data types can a set store in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-all-data-types-can-a-set-store-in-salesforce-2/ Mon, 09 Sep 2019 07:45:57 +0530 What all data types can a set store in Salesforce?

What all data types can a set store in Salesforce?

]]>
ee4b0492687a0cbaf5c9c045314452b0 Achintya started the discussion How many records can a SOSL query return in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-many-records-can-a-sosl-query-return-in-salesforce/ Mon, 09 Sep 2019 07:44:30 +0530 How many records can a SOSL query return in Salesforce?

How many records can a SOSL query return in Salesforce?

]]>
5fed8150da9c97aab9219eb42dc50341 Achintya replied to the discussion How to stop recursive trigger in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-stop-recursive-trigger/#post-62427 Mon, 09 Sep 2019 07:42:34 +0530 Reply to How to stop recursive trigger in Salesforce?

To avoid recursive triggers you can create a class with a static Boolean variable with default value true. In the trigger, before executing your code keep a check that the variable is true or not. Once you check to make the variable false.

Example:

Apex Code:

public Class checkRecursive
{
    private static boolean run = true;
    public…

Read more

]]>
4a5218838b6a1e60d113b2f7ec3c915d Achintya replied to the discussion What is the use of lightning:isUrlAddressable in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-lightningisurladdressable/#post-62426 Mon, 09 Sep 2019 07:37:48 +0530 Reply to What is the use of lightning:isUrlAddressable in Salesforce?

To enable direct navigation to a Lightning component via URL, add the lightning:isUrlAddressable interface to the component. This interface is used with the lightning:navigation component to navigating from one component to the URL-addressable component. This navigation feature is supported only in Lightning Experience and the… Read more

]]>
f189f64b99df649e3e987d89157e17f5 Achintya replied to the discussion What is the difference between Queueable apex and future method in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-difference-between-queueable-apex-and-future-method-in-salesforce/#post-62405 Fri, 06 Sep 2019 11:23:33 +0530 Reply to What is the difference between Queueable apex and future method in salesforce?

Batchable calls were designed to allow for heavy asynchronous processing. But, it was the only asynchronous code at one point, and it was too "heavy" in terms of resource usage and had a lot of baggage associated with it. It required a long time to process and was often used only to handle callouts or things that were slightly longer than a… Read more

]]>
d5865edfade12e2c2ebecc2dfb57d659 Achintya replied to the discussion How to clear the Time based workflow action queue in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-clear-the-time-based-workflow-action-queue-in-salesforce-2/#post-62374 Fri, 06 Sep 2019 07:06:32 +0530 Reply to How to clear the Time based workflow action queue in salesforce?

All pending actions to be triggered on a future date appear in the Workflow Queue. Here's how System administrators can view and manage the queue: Go to Setup | Customize | Monitor | Time-Based Workflow and delete the action which you don't want to fire.

To view pending actions:

1. From Setup, click Monitoring | Time-Based Workflow.
2.… Read more

]]>
87aa269da980712f1879dd390710a6f5 Achintya started the discussion What are the limitations of Time-dependent workflow in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/limitations-of-time-dependent-workflow-in-salesforce/ Fri, 06 Sep 2019 06:59:49 +0530 What are the limitations of Time-dependent workflow in Salesforce?

Limitations of Time-dependent workflow in Salesforce.

]]>
06c28242f6cd886cfce6705d88af5e24 Achintya started the discussion How to delete or freeze users in the Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-delete-or-freeze-users-in-the-sales-force/ Fri, 06 Sep 2019 06:57:58 +0530 How to delete or freeze users in the Salesforce?

How to delete or freeze users in the sales force?

]]>
a9f27e859b93251a2f8dfaaa50e6afe5 Achintya started the discussion What is WhoId and WhatId in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-whoid-and-whatid-in-salesforce/ Fri, 06 Sep 2019 06:55:50 +0530 What is WhoId and WhatId in Salesforce?

What is WhoId and WhatId in Salesforce?

]]>
b195055133bfa3dc4efca811b720ff6c Achintya started the discussion What Is the Perspective Manager and how can we configure it in debug logs in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-perspective-manager-and-how-can-we-configure-it-in-debug-logs-in-salesforce/ Thu, 05 Sep 2019 11:04:48 +0530 What Is the Perspective Manager and how can we configure it in debug logs in Salesforce?

What Is the Perspective Manager and how can we configure it in debug logs in Salesforce?

]]>
ae0c212d82f8b45327f5f115efab15a0 Achintya replied to the discussion What are the steps of Approval Process in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-are-the-steps-of-approval-process-in-salesforce/#post-62285 Thu, 05 Sep 2019 05:37:59 +0530 Reply to What are the steps of Approval Process in Salesforce?

1.Use Jump start wizard – (one-step approval process)

2. Use the Standard setup wizard. (complex approval processes)

2. Perform automation to get approval for records.

3. Select the object (Std/Custom)

4. Specify conditions

6. select an email template

7. Select the approvers

Let submit choose the approver manually
Automatically assign and… Read more

]]>
74cdc1edfaac41b231ed8be43d1b77dc Achintya replied to the discussion Explain three tier system of salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/explain-three-tire-system-of-salesforce/#post-62284 Thu, 05 Sep 2019 05:35:33 +0530 Reply to Explain three tier system of salesforce?

I think what it is meant by the tier system is that it's not necessarily a Salesforce thing, but an Industry thing.  It can mean different things to different companies.  Tier 1 is generally where some of the less complex problems can be solved, the harder issues are often escalated to Tier 2, and so on.  It generally refers to the 'level' or… Read more

]]>
15613968bf5ed0e642c4518cdf372bd3 Achintya started the discussion How many controllers can be used in a visual force page in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-many-controllers-can-be-used-in-a-visual-force-page-in-salesforce/ Thu, 05 Sep 2019 05:30:59 +0530 How many controllers can be used in a visual force page in Salesforce?

How many controllers can be used in a visual force page in Salesforce?

]]>
5a0344c6a74576802a61b6442ee50326 Achintya started the discussion What is a junction object and what is its use in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-a-junction-object-and-what-is-its-use-in-salesforce/ Thu, 05 Sep 2019 05:26:37 +0530 What is a junction object and what is its use in Salesforce?

What is a junction object and what is its use in Salesforce?

]]>
c93e129114a1e6135498e9bf2e1bc686 Achintya started the discussion What does it mean if an error states that “rundown has no rows for assignment” in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-does-it-mean-if-an-error-states-that-rundown-has-no-rows-for-assignment-in-salesforce/ Thu, 05 Sep 2019 05:24:45 +0530 What does it mean if an error states that “rundown has no rows for assignment” in Salesforce?

What does it mean if an error states that “rundown has no rows for assignment” in Salesforce?

]]>
99ecc733340bc69613c6914017ead04c Achintya replied to the discussion What are the different ways to distribute Salesforce without AppExchange? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-are-the-different-ways-to-distribute-salesforce-without-appexchange/#post-62270 Thu, 05 Sep 2019 05:22:26 +0530 Reply to What are the different ways to distribute Salesforce without AppExchange?

Creating a managed package is just as easy as creating an unmanaged package. The only requirement to create a managed package is that you’re using a Developer Edition organization.

Before creating a managed package:

Review the information about managed packages in the ISVforce Guide to determine if this is the right type of package for your… Read more

]]>
8fdd8956c188818d7b2c6d33ae01660c Achintya replied to the discussion Can we used multiple controllers on a single visualforce page ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-we-used-multiple-controllers-on-a-single-visualforce-page/#post-62220 Wed, 04 Sep 2019 12:15:39 +0530 Reply to Can we used multiple controllers on a single visualforce page ?

You can't directly reference the other classes (extensions) in the same page, but you can make variables static, assuming they participate in the form; this requirement exists because static variables are transient (do not serialize into the view state). A simple example follows:

Page:

<apex:page…

Read more

]]>
0b3f6bf2010cd633107c3a23a43976f5 Achintya replied to the discussion how to upload files using Apex code in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-to-upload-files-using-apex-code/#post-62202 Wed, 04 Sep 2019 10:12:26 +0530 Reply to how to upload files using Apex code in Salesforce?

The easiest way to do this is by using inputFile and assign it to the ContentVersion instance. Like this:

<apex:page controller="ContentController">
<apex:form>
    <apex:inputFile value="{!file}" />
    <apex:commandbutton action="{!upload}" value="Upload" />
</apex:form>
</apex:page>

Class:

public class ContentController {
    public blob file…

Read more

]]>
c3afa0cd3b422edabf7c52379f759deb Achintya replied to the discussion What is the use of lightning:treeGrid in lightning component in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-lightningtreegrid-in-lightning-component-in-salesforce/#post-62201 Wed, 04 Sep 2019 10:09:50 +0530 Reply to What is the use of lightning:treeGrid in lightning component in Salesforce?

Lightning:treeGrid component displays hierarchical data in a table. Its appearance resembles lightning: data table, with the exception that each row can be expanded to reveal a nested group of items. Rows that contain nested data display a chevron icon to denote that they can be expanded or collapsed. Each column can be displayed based on the… Read more

]]>
7d020929852283cf1a3bb9d2d6edf031 Achintya started the discussion Can I schedule a active dashboard in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/can-i-schedule-a-active-dashboard-in-salesforce/ Wed, 04 Sep 2019 10:03:56 +0530 Can I schedule a active dashboard in salesforce?

Can I schedule a active dashboard in salesforce?

]]>
4504a0ffd4be565a068ad2ca8959d797 Achintya started the discussion What is the limit on data.com records that can be added to salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-limit-on-data-com-records-that-can-be-added-to-salesforce/ Wed, 04 Sep 2019 10:02:43 +0530 What is the limit on data.com records that can be added to salesforce?

What is the limit on data.com records that can be added to salesforce?

]]>
a1016e1df5773e597530bade45ae1c56 Achintya started the discussion Which actions are available in the workflow in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/which-actions-are-available-in-the-workflow-in-salesforce/ Wed, 04 Sep 2019 10:00:43 +0530 Which actions are available in the workflow in Salesforce?

Which actions are available in the workflow in Salesforce?

]]>
b266604aae769932cd6148f14cceace7 Achintya replied to the discussion What is ActionStatus ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-actionstatus/#post-62180 Tue, 03 Sep 2019 13:04:34 +0530 Reply to What is ActionStatus ?

ActionStatus visualforce component displays the status of an AJAX update request. An AJAX request can either be in progress or complete. It can be done using apex:actionStatus

Depending upon the AJAX request status (whether AJAX request is in progress or complete), this component will display a different message to the user. In many… Read more

]]>
b5948d1c95cea950467ff6a7f382e112 Achintya replied to the discussion How can you determine that email is actually sent or not from the salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-you-determine-that-email-is-actually-sent-or-not-from-the-salesforce-2/#post-62179 Tue, 03 Sep 2019 13:02:13 +0530 Reply to How can you determine that email is actually sent or not from the salesforce?

There is an Email log that you could use. It's available in the setup menu under Monitoring.

It's only for the past 30 days and you would have to manually check it.

From the email log page: "Email logs describe all emails sent through salesforce.com and can be used to help identify the status of email delivery. Email logs are CSV files… Read more

]]>
0ae646ad576e00f41508efdee9405520 Achintya replied to the discussion What is the use of actionfunction ? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-the-use-of-actionfunction/#post-62172 Tue, 03 Sep 2019 12:16:44 +0530 Reply to What is the use of actionfunction ?

A component that provides support for invoking controller action methods directly from JavaScript code using an AJAX request. An <apex:actionFunction> component must be a child of an <apex:form> component.

<apex:page controller="exampleCon">
  <apex:outputPanel onclick="methodOneInJavascript('Yes!')" styleClass="btn">
    </apex:outputPanel>
   …

Read more

]]>
bfdd14559ffa47463ec49f9e34250983 Achintya started the discussion Which components are iterable in VF Page in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/which-components-are-iterable-in-vf-page-in-salesforce/ Tue, 03 Sep 2019 08:13:39 +0530 Which components are iterable in VF Page in Salesforce?

Which components are iterable in VF Page in Salesforce?

]]>
21bfebc9ea300c761040b6d15b2fb61c Achintya started the discussion Why can't we use DML and SOQL inside the for loop in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/why-cant-we-use-dml-and-soql-inside-the-for-loop-in-salesforce/ Tue, 03 Sep 2019 07:43:05 +0530 Why can't we use DML and SOQL inside the for loop in Salesforce?

Why can't we use DML and SOQL inside the for loop in Salesforce?

]]>
5f53f6c413f0ddadb6f40b4aba7b55a3 Achintya started the discussion How can we get the records from recycle bin while running a SOQL Query in salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-get-the-records-from-recycle-bin-while-running-a-soql-query-in-salesforce/ Tue, 03 Sep 2019 07:40:41 +0530 How can we get the records from recycle bin while running a SOQL Query in salesforce?

How can we get the records from recycle bin while running a SOQL Query in salesforce?

]]>
18adeffddab21f17b9bc5955705c50b6 Achintya started the discussion Which annotation is used to call the method by process builder in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/which-annotation-is-used-to-call-the-method-by-process-builder-in-salesforce/ Fri, 30 Aug 2019 11:34:51 +0530 Which annotation is used to call the method by process builder in Salesforce?

Which annotation is used to call the method by process builder in Salesforce?

]]>
faa1ea6cfe9db384429db8cbe8583e01 Achintya started the discussion How can I filter logs which are captured by using system.debug() method in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-i-filter-logs-which-are-captured-by-using-system-debug-method-in-salesforce/ Fri, 30 Aug 2019 11:18:18 +0530 How can I filter logs which are captured by using system.debug() method in Salesforce?

How can I filter logs which are captured by using system.debug() method in Salesforce?

]]>
3f04be2bcf81e6049f0b715b7bf3ac89 Achintya started the discussion How can I hide header and sidebar in visualforce page in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-i-hide-header-and-sidebar-in-visual-force-page-in-salesforce/ Fri, 30 Aug 2019 10:18:07 +0530 How can I hide header and sidebar in visualforce page in Salesforce?

How can I hide header and sidebar in visual force page in Salesforce?

]]>
f61373fef0f1f435720d89626aec484e Achintya replied to the discussion Why Keyword “without Sharing” Is Introduced In Salesforce Apex? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/why-keyword-without-sharing-is-introduced-in-apex/#post-62060 Fri, 30 Aug 2019 10:09:40 +0530 Reply to Why Keyword “without Sharing” Is Introduced In Salesforce Apex?

When we invoke some controller within another controller, If called or calling controller (only one) is attached with "with sharing " keyword then sharing rule will be enforced in both the class. to avoid that you need to use "without sharing" keyword in the controller in which sharing rules should not be enforced.

]]>
62148a280837f4b0acd7a23f05471fbd Achintya replied to the discussion What is remote action in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-remote-action-in-salesforce/#post-62055 Fri, 30 Aug 2019 07:49:50 +0530 Reply to What is remote action in Salesforce?

Remote action function in salesforce allows the user to access any method from any class through javascript methods, and get the result as a javascript object for further manipulation.

While implementing remote action function remember:

Remote action method should have @RemoteAction annotation. The method should… Read more

]]>
c37beb88bf25ddabac91d763bc812fac Achintya started the discussion How can we get picklist values dynamically in Apex in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/how-can-we-get-picklist-values-dynamically-in-apex-in-salesforce/ Fri, 30 Aug 2019 07:05:59 +0530 How can we get picklist values dynamically in Apex in Salesforce?

How can we get picklist values dynamically in Apex in Salesforce?

]]>
27b3666158e57b0645ed6ce770940ebc Achintya started the discussion What is the use of rowcause in the Apex Managed Sharing in Salesforce? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/use-of-rowcause-in-the-apex-managed-sharing-in-salesforce/ Thu, 29 Aug 2019 11:27:58 +0530 What is the use of rowcause in the Apex Managed Sharing in Salesforce?

What is the use of rowcause in the Apex Managed Sharing in salesforce?

]]>
e88fb0ab73ef740d873e1c32dfc37bf4 Achintya replied to the discussion What is Salesforce? why companies are using this platform & What are its benefits? in the forum Salesforce® Discussions https://www.forcetalks.com/salesforce-topic/what-is-salesforce-why-companies-are-using-this-platform-what-are-its-benefits/#post-62003 Thu, 29 Aug 2019 10:26:23 +0530 Reply to What is Salesforce? why companies are using this platform & What are its benefits?

Salesforce is a customer relationship management solution that brings companies and customers together. It's one integrated CRM platform that gives all your departments — including marketing, sales, commerce, and service — a single, shared view of every customer. Salesforce is a cloud computing service as a software (SaaS) company that… Read more

]]>