Newest Questions
136,131 questions
0
votes
1
answer
35
views
Need this validation rule to only contain 9 characters and start with 'U'
I am trying to write a validation rule whereby the text value needs to begin with an uppercase "U", and the values that follow the uppercase U need to be numbers only, and the field can also ...
0
votes
1
answer
25
views
Combine Path Optimizer and Einstein STO in journey builder
We have two DEM version (different subject lines) and we'd like to use the Path Optimizer in journey builder in order to determine which version works best. The AB test would be practiced on 30% of ...
-2
votes
0
answers
29
views
apex update existing record after the add error is thrown durring creation
EventManagementTrigger.apxc
trigger EventManagementTrigger on Event_Management__c (before insert, before update) {
if(Trigger.isInsert || Trigger.isUpdate){
if(Trigger.isBefore){
...
-1
votes
0
answers
22
views
Implementing Custom OTP login (TWILIO) for Salesforce B2B Commerce
For a Salesforce B2B Commerce project, using TWILIO as a custom SMS provider, implementing the OTP based login. Seems first the customer have to self register the verification method (Phone). Then ...
0
votes
0
answers
36
views
Boolean in LWC to Flow
Im new here. I'm working on modifying a Lightning Web Component (LWC) that is used within a Salesforce Flow screen. I've added a checkbox input to the LWC, and my goal is to pass the value of that ...
0
votes
2
answers
30
views
Display managed package data to non-licensed users
We have a situation where we need to display managed package data to some users without licenses. This is a very basic requirment where we need to show 5 fields from managed package object to these ...
-1
votes
0
answers
14
views
Exporting Automation Studio Workflows to Stash
We would like to build a repository of Automations Studio work flows in a repository management tool like Stash. Objective is to track all changes to an AS Workflow from the Stash repo as a form of ...
0
votes
1
answer
52
views
Apex class is running on v63.0, but FormulaEval still not available
Apex v63.0 code:
FormulaEval.FormulaInstance fe = FormulaEval.FormulaBuilder.builder()
throws the error 'Variable does not exist: FormulaEval'
how do you enable that feature?
-1
votes
0
answers
32
views
Salesforce Conga Composer Query Issue
I am Currently Writing a Query for a Conga Composer, I had it working until I wanted to set a date range for the query. The First shows the working Query.
SELECT Asset.Name, Account__c, AssetId, ...
0
votes
0
answers
25
views
Changing the automated naming convention of Salesforce Sends
My company uses Salesforce Data Extensions to send emails for many different groups.
It has become difficult to find emails after they have been scheduled to release, as you can only find them in ...
-1
votes
0
answers
30
views
Whats the right way to process credit notes with cash entries in salesforce?
I am working on modifying a system. Our previous system only considered credit notes with no invoices attached. I am adding the ability to also consider credit notes with invoices attached. In that, ...
0
votes
1
answer
30
views
Get User Name from Task.OwnerId in classic email template
I know that lookup fields aren't supported in classic email templates but unfortunately it isn't possible to add new custom field to task object. Is there some solution?
0
votes
1
answer
17
views
SALESFORCE MAICA PLANNER
I am trying to end date a recurring appointment to stop it fro populating further and remove it from planner. However, when changing the end date I get the below error. The user [005Mp0000057Xu6] is ...
-1
votes
0
answers
24
views
Salesforce Agentforce Agent on Contact Detail page
I have developed a CSR-kind of agentforce agent. The agent is active. I want to add it on to Contact detail page -- contact record page (lightning record page). All the articles show how to deploy it ...
0
votes
0
answers
22
views
Record-Triggered Flow Best Practices - Assign multiple Approvers (Users) to an Agreement
My simplist question is, am I following best practices with this Flow. I've coded in Apex for years and I'm running into several limitations with Flow, but relatively new to it still. Further context ...