Skip to main content

Posts

Showing posts with the label Salesforce

Data Cloud Consultant Certification Maintenance (Winter '25)

  Learn What’s New in Data Cloud Setup and Administration for Winter ’25 Do More with New Data Types in Data Cloud To enhance flexibility, you can now use the email, URL, phone, percent, and Boolean data types in Data Cloud. These data types expand data compatibility and interoperability with external systems that interface with Data Cloud. Data Type Description Email Stores email addresses. The email data type is modeled on the text data type. You can use any valid text value for ingestion into an email data type field. Data Cloud doesn’t validate the format. URL Stores URL values. Data Cloud doesn’t parse or interpret the ingested URL value. It also doesn’t validate the value for correctness. Data Cloud doesn’t store any metadata related to the URL. Phone Stores phone numbers. Data Cloud doesn’t validate the format of the phone number. The phone data type is modeled on the text data type. Any valid text value is accepted for ingestion into a phone data type field. Percent Holds p...

Maintain Your Platform Developer I Certification for Winter ’25

  Make Invocable Actions Easier to Configure with New InvocableVariable Modifiers Simplify the configuration of invocable actions using new modifiers from Salesforce. Both the defaultValue and placeholderText modifiers will appear in Flow Builder for the Action elements that correspond to an invocable method. Here’s how to use them. defaultValue Modifier : Set a default value for an input parameter. When the action is used, the input parameter will have a predefined value unless changed by the user. placeholderText Modifier : Set custom placeholder text for an input parameter. Text can provide examples or additional guidance to help users understand what to enter in the input field. Accessing these modifiers in Flow Builder makes it easier to configure and use the actions within your flows. This change applies to Lightning Experience and Salesforce Classic in Performance, Unlimited, Developer, Enterprise, and Database.com editions.

Salesforce Architect Certification Maintenance (Winter '24) All

 Salesforce Architect Certification Maintenance (Winter '24) Which Salesforce tool can be used to create time -based system performance reports? Ans: Scale Center   What are the most recent improvements to the Salesforce Backup app? Ans: Inprove page design and Clearer setup flow guidance   How can Data Cloud be used by Data Architects? Ans: Map and model data   How could you customize an email Contact field to target customers with the highest lifetime value across the enterprise? Ans: Copy data from a CIO field for lifetime value.   Which feature allows a business to segregate data and processes across multiple brands? Ans: Data Spaces   Which Salesforce feature enables encryption keys stored outside of Salesforce to encrypt and decrypt your Salesforce data? Ans: External Key Management What is the advantage of using the DevOps center to manage change and releases? Ans: Capture changes in source control system.   How can you limit sanbox access to on...

Deprecated and New features in Spring 19

Deprecated Default Values Without Square Brackets for Array, Set, and List Attributes Setting a default value without square brackets is deprecated and can lead to unexpected behavior. To set a default value for these attribute types, surround comma-separated values with  [] ; for example,  default="['red', 'green', 'blue']" . Where:  This change applies to orgs with Lightning components in Lightning Experience, Salesforce Classic, and all versions of the Salesforce app. How:  Here’s an example of attributes for an array, a list, and a set. <aura:attribute name="colorArray" type="String[]" default="['red', 'green', 'blue']" /> <aura:attribute name="colorList" type="List" default="['red', 'green', 'blue']" /> <aura:attribute name="colorSet" type="Set" default="['red', 'green', ...

Translate