- Nikita started the topic
What is the difference between with sharing and without sharing?
2 hours agoWhat is the difference between with sharing and without sharing?
What is inherited sharing in salesforce?
- Nikita started the topic
What is with sharing and without sharing in salesforce?
2 hours, 8 minutes agoWhat is with sharing and without sharing 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 topic
Do you know how to get the thumbs up/down icon for the einstein bot response?
2 days, 1 hour agoI’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?
Is it possible via Business Manager to update the message when we set the inventory field as Backorder?
- Nikita replied to the topic
How can I test Messaging.MassEmailMessage with checking targetobjectids?
2 days, 1 hour agoHi,
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 = new…[Read more]
- Nikita started the topic
Why Static variables loose their state in batch class during every execution in Salesforce?
6 days agoWhy Static variables loose their state in batch class during every execution?
How to cover a user in test class?
Can we create workflow through Apex?
How we can create google chart from apex class ?
- Nikita replied to the topic
How can we write a wrapper class in test class to create a json string in Salesforce?
1 week agoHi,
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= new…[Read more] - Nikita replied to the topic
what is the use case of application event in Salesforce lightning?
1 week agoHi ,
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 topic
what is the use of a case component event in Salesforce lightning?
1 week agoHi ,
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 co…
- Nikita replied to the topic
How will the Visualforce page will stop working on Lightning UI in Salesforce?
1 week, 1 day agoHi,
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 wor…[Read more]
- Nikita replied to the topic
Can we include external Library into Lightning Component in Salesforce?
1 week, 1 day agoHi,
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 topic
When we can not use LDS in Lightning Component in salesforce?
1 week, 1 day agoHi 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 topic
What is the use of aura:doneWaiting in Salesforce lightning component?
1 week, 1 day agoWhat is the use of aura:doneWaiting in lightning component ?
What is the use of aura:waiting in lightning ?
- Nikita started the topic
When we should use aura:handler in Salesforce lightning component ?
1 week, 1 day agoWhen we should use aura:handler in lightninn component ?
- Load More