Useful tips for everyday
Why do I need to use @ auraenabled in apex? Aura or Lightning Web Components that call @AuraEnabled methods contained in these Apex classes may…
Can a small business use the Marketing Cloud? Even small businesses can use marketing automation that will help bring in new customers and nurture the…
How to add products to a sales opportunity? Quantity: Enter the quantity of the product or service that will be included. Manual Discount: If you…
How to enforce security with the stripinaccessible method? The method creates a return list of sObjects that is identical to the source records, except that…
How to use customer journey mapping in email campaigns? Quick summary ↬ Using customer journey mapping to map your campaigns can not only turn out…
What is a journey in Marketing Cloud? Salesforce Journey Builder is a feature of the company’s Marketing Cloud that manages the customer life cycle: the…
What is Case Auto Response rules? Auto-response rules let you automatically send email responses to lead or case submissions based on the record’s attributes. For…
Can we use custom controller and extension in one VF page? We can add number of extensions to visualforce page. See below syntax to define…
What is name credential? A named credential specifies the URL of a callout endpoint and its required authentication parameters in one definition. For example, if…
How do you fire an event in lightning component? Fire an Event To get a reference to a component event in JavaScript, use cmp. getEvent(“evtName”)…