
Aditya
Individual-
Nikita started the discussion What is the difference between with sharing and without sharing keywords in Salesforce? in the forum Salesforce® Discussions 5 years ago
What is the difference between with sharing and without sharing keywords in Salesforce?
What is the difference between with sharing and without sharing?
-
Nikita started the discussion What is inherited sharing in Salesforce? in the forum Salesforce® Discussions 5 years ago
What is inherited sharing in Salesforce?
What is inherited sharing in salesforce?
-
Nikita started the discussion What is with sharing and without sharing in salesforce? in the forum Salesforce® Discussions 5 years ago
What is with sharing and without sharing in salesforce?
What is with sharing and without sharing in salesforce?
-
Nikita started the discussion How to get standard date picker custom Visualforce in Salesforce? in the forum Salesforce® Discussions 5 years ago
How to get standard date picker custom Visualforce in Salesforce?
I'm trying to create a custom field for a duration of time (mm:ss) that isn't calculated, but is blank for user input on a record. Time/Date or Time formats all assume time in it's context of a date or local time of day.
I also need to be able to report on it as a number.
Can anyone help?
-
Nikita started the discussion Do you know how to get the thumbs up/down icon for the Einstein bot response in Salesforce? in the forum Salesforce® Discussions 5 years ago
Do you know how to get the thumbs up/down icon for the Einstein bot response in Salesforce?
I've seen a few companies using saleforce have a thumbs up/down icon to indicate if the response of the einstein chatbot was appropriate. How do I get that?
-
Nikita replied to the discussion How can I test Messaging.MassEmailMessage with checking targetobjectids in Salesforce? in the forum Salesforce® Discussions 5 years ago
Reply to How can I test Messaging.MassEmailMessage with checking targetobjectids in Salesforce?
Hi,
ou are using "List" just add your email address to the list so you will also get one copy of that mail.
Please check below code (below skeleton for your reference):Messaging.MassEmailMessage massEmail =… Read more
-
Nikita started the discussion Why Static variables loose their state in batch class during every execution in Salesforce? in the forum Salesforce® Discussions 5 years ago
Why Static variables loose their state in batch class during every execution in Salesforce?
Why Static variables loose their state in batch class during every execution?
-
Nikita started the discussion How to cover a user in Salesforce test class? in the forum Salesforce® Discussions 5 years ago
How to cover a user in Salesforce test class?
How to cover a user in test class?
-
Nikita started the discussion How can we create workflow through apex in Salesforce? in the forum Salesforce® Discussions 5 years ago
How can we create workflow through apex in Salesforce?
Can we create workflow through Apex?
-
Nikita started the discussion How we can create google chart from apex class in Salesforce? in the forum Salesforce® Discussions 5 years ago
How we can create google chart from apex class in Salesforce?
How we can create google chart from apex class ?
-
Nikita replied to the discussion How can we write a wrapper class in test class to create a json string in Salesforce? in the forum Salesforce® Discussions 5 years ago
Reply to How can we write a wrapper class in test class to create a json string in Salesforce?
Hi,
Here is an example that will explain how to write a unit tests for a wrapper class.
Controller:
public with sharing class WrapperController {
public class WrapperClass {
public String name {get; set;}
}
}Test Class:
@isTest
private class TestWrapperController {
public static void myUnitTest(){
WrapperController .WrapperClass wrapper=… Read more -
Nikita replied to the discussion what is the use case of application event in Salesforce lightning? in the forum Salesforce® Discussions 5 years ago
Reply to what is the use case of application event in Salesforce lightning?
Hi ,
Here’s a simple use case of using an application event to update an attribute in another component.
- A user clicks a button in the notifier component, aeNotifier.cmp.
- The client-side controller for aeNotifier.cmp sets a message in a component event and fires the event.
- The handler component, aeHandler.cmp, handles the fired event.
…
-
Nikita replied to the discussion what is the use of a case component event in Salesforce lightning? in the forum Salesforce® Discussions 5 years ago
Reply to what is the use of a case component event in Salesforce lightning?
Hi ,
Here’s a simple use case of using a component event to update an attribute in another component.
- A user clicks a button in the notifier component, ceNotifier.cmp.
- The client-side controller for ceNotifier.cmp sets a message in a component event and fires the event.
- The handler component, ceHandler.cmp, contains the notifier…
-
Nikita replied to the discussion How will the Visualforce page will stop working on Lightning UI in Salesforce? in the forum Salesforce® Discussions 5 years ago
Reply to How will the Visualforce page will stop working on Lightning UI in Salesforce?
Hi,
Lightning Experience brings an all new user interface to your Salesforce organization, but that doesn’t mean your Visualforce apps stop working. Visualforce pages work in Lightning Experience, many without any revisions. Things have moved around, though, and there are some chores you’ll want to complete to make sure your Visualforce pages… Read more
-
Nikita replied to the discussion Can we include external Library into Lightning Component in Salesforce? in the forum Salesforce® Discussions 5 years ago
Reply to Can we include external Library into Lightning Component in Salesforce?
Hi,
Yes, we can include the external Library into Lightning Component in Salesforce. To reference a JavaScript library, upload it as a static resource and use a <ltng:require> tag in your .cmp or .app markup.
The framework’s content security policy mandates that external JavaScript libraries must be uploaded to Salesforce static resources. -
Nikita replied to the discussion When we can not use LDS in Lightning Component in salesforce? in the forum Salesforce® Discussions 5 years ago
Reply to When we can not use LDS in Lightning Component in salesforce?
Hi Piyush,
Lightning Data Service can only be used in Lightning Experience and Salesforce app. It cannot be used in Lightning components for Visualforce pages or other containers.
-
Nikita started the discussion What is the use of aura:doneWaiting in Salesforce lightning component? in the forum Salesforce® Discussions 5 years ago
What is the use of aura:doneWaiting in Salesforce lightning component?
What is the use of aura:doneWaiting in lightning component ?
-
Nikita started the discussion What is the use of aura:waiting in Salesforce lightning? in the forum Salesforce® Discussions 5 years ago
What is the use of aura:waiting in Salesforce lightning?
What is the use of aura:waiting in lightning ?
-
Nikita started the discussion When we should use aura:handler in Salesforce lightning component ? in the forum Salesforce® Discussions 5 years ago
When we should use aura:handler in Salesforce lightning component ?
When we should use aura:handler in lightninn component ?
-
Nikita started the discussion How to get know the OwnerType of a case is Queue in Salesforce apex? in the forum Salesforce® Discussions 5 years ago
How to get know the OwnerType of a case is Queue in Salesforce apex?
How to get know the OwnerType of a case is Queue in apex?
- Load More