Most active questions

3 votes
1 answer
169 views

SOQL query 414 URI Too Long: What's the actual length limit?

We are currently encountering 414 errors with our lengthy queries, and it's difficult to find a definitive solution. I found some information, but it's inconsistent: In API Request Limits and ...
Awethon's user avatar
  • 33
1 vote
1 answer
94 views

AMPScript generating logs but not capturing field value in the CRM

I am using a email interactive form on SFMC. The form has just one field "zip code". Once users enter the zip code and hit submit, it gets captured in a data extension and they are ...
NDSF's user avatar
  • 23
0 votes
1 answer
55 views

How can I populate a picklist with more than 1000 options

Can someone point us to some guidance of how we can build a custom component that allows for selecting multiple items (with typeahead filtering) from a picklist that has a source of over 1000 items? ...
Joe Kehnast's user avatar
0 votes
2 answers
96 views

Anyone knows Marketing Cloud custom API endpoint (Cloudpage code resource ) limit to handle multiple and concurrent API calls at the same time?

We have implemented a "Marketing Cloud Custom API endpoint" using "Cloudpage code resource" which MuleSoft is using to make API calls from MuleSoft to SFMC Code resource endpoint. ...
JNC's user avatar
  • 39
1 vote
1 answer
100 views

System.EmailException: SendEmail failed, LIMIT_EXCEEDED, System.LimitException: Too many SOQL queries: 201: [] Send Email with Attachments

I have an Apex batch, that queries 200 records and since default batch size is 200, the execute method will run just once. In my execute method I have 3 queries, 1 for querying ORGWIDEADDRESS and 1 ...
Jayanth G's user avatar
  • 301
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?
dev4life's user avatar
  • 644
2 votes
1 answer
83 views

Optimize SOQL Query

I want to optimize my soql query which is currently like select id,…… From FeedItem Where Id > ‘…’ AND IsDeleted = False Order by Id LIMIT 64000 After this query it takes the 64000th id in above ...
FrozaHorizon's user avatar
1 vote
1 answer
63 views

Insert acc on UnitTesting does not create Acc.Id

I am creating a Unit Test where basically I need Account Contact and User the creation of Owner User works ok and returns the owner.Id When running the insert acc; func. it calls the AccountTrigger in ...
Azrail's user avatar
  • 11
1 vote
1 answer
81 views

Consideration of Flow Core Action: Lock Record

Salesforce's new flow feature where we can lock the record using core action. Flow Core Action: Lock Record I have gone through documentation and tried to design a flows and observed few limitations. ...
SFDCDJ's user avatar
  • 1,957
3 votes
1 answer
135 views

Can I use an AMPscript variable in my Push Notification Open Behaviour?

When I want to use a dynamic link in an email in SFMC I use a Code Snippet to grab it from a Data Extension based on the Language of the subscriber, like this: %%[ Global links ]%% <script runat=...
Felix Sanchez's user avatar
0 votes
1 answer
38 views

Add case team members to outbound emails as cc address

I have a requirement where when a case owner sends an email to customer, we need to auto cc Case team members. I explored below approaches: Predefined values on Send email action. - It only allows ...
P P's user avatar
  • 117
1 vote
1 answer
57 views

What is the purpose of the new Add URL function in Engagement Split based on Clicks?

I am aware of the Engagement Splits based on Clicks. Where if I select any specific URL, it just tracks only them. If I don't check/select any specific links it tracks all the links. So basically, ...
Vishal Kumar C V's user avatar
0 votes
1 answer
59 views

LWC Jest Test fails as shadowRoot is inside conditional

New to writing Jest tests for LWCs. Using Agentforce to generate my tests, but having to tweak...something to get them to pass. It appears... partial test.js: beforeEach(async () => { // Create ...
wbrproductions's user avatar
1 vote
1 answer
52 views

Using Illuminate Cloud 2 on Intellij, How can I read debug logs from test classes?

Similar question to this : Where can I read the debug output of test classes except I would like to see the logs from this directly in the IDE, and not having to go to Salesforce dev console, etc.. Is ...
pacpac's user avatar
  • 11
-1 votes
1 answer
58 views

Conversion of profile to permission [closed]

My organization is planning to migrate from profile to permission set. It is a bit complex to figure out all the permissions of profile to map it on a permission set. Can anyone suggest a better way ...
syadav's user avatar
  • 1

15 30 50 per page
1
2 3 4 5
15