Questions tagged [conditional]
The conditional tag has no summary.
168 questions
1 vote
1 answer
57 views
What's the difference between picklist with conditional visibility and record type
I am working on a project where we are implementing a Refund Feature on a Transaction Custom Object. We have 2 options, one to create a picklist having values Payment and Refund, and the other, a ...
0 votes
0 answers
51 views
Pushing Conditional formatting on flexipages not working
I'm trying to push a flexipage with conditional formatting but it's not working. This is the reference in the flexipage. itemInstances> <fieldInstance> <...
0 votes
1 answer
168 views
LWC if/else load HTML section not refreshing if condition changes
My LWC has an LWC:if / else condition in the HTML, but the condition is not determined on the initial load so it loads the default. When the js runs through all the code and the condition result is ...
1 vote
1 answer
1k views
How to migrate conditional field formatting to different Org?
Salesforce has newly introduced ConditionalFieldFormatting feature in the winter 25 release. I have implemented that to my project. But during migration to a different sandbox via workbench I ...
-1 votes
1 answer
145 views
how to align a content block left for desktop and center for mobile
I have a content block with an image to the left and content + cta to the right. I'm looking for a way to keep it left aligned for desktop view but centralize the image, header, text, cta when in ...
0 votes
1 answer
71 views
Flow Condition for entry
Need help for the below entry condition in the flow as my entry condition is not matching with the expectation. Object: Case Comment Condition for Entry: Case Comment parent record type should be ...
0 votes
1 answer
512 views
Currency Formatting Issue in Conga Template Conditional Statements
I am encountering a problem with currency formatting in a Conga Word template while using conditional statements. The specific code snippet in question is as follows: { if "«...
0 votes
1 answer
679 views
LWC Conditional render to show a field in a data table if that field has value
I'm trying to show or not show the content of field in a data table depending on if it is null or empty etc. What am I doing wrong? <th scope="col"> <div lwc:if={isNotes}&...
-2 votes
2 answers
428 views
getting a 'Missing return statment required' even though i have one
I have a method: public static String doCallout(String requestJson, String recordId){ HttpRequest req = new HttpRequest(); req.setEndpoint(END_POINT_URL); req.setHeader('Content-Type', '...
0 votes
2 answers
2k views
Bypass lookup filter
I have a lookup filter which I want to bypass as a system administrator when doing i.e. data imports. I found possible solutions but they dont seem to be working. Added a second filter condition OR ...
-1 votes
1 answer
121 views
How to write a Formula to have a checkbox checked by default and if the case is reopened, uncheck the box to track First Contact Resolution?
For example, if a customer comes in and a case is created, the FCR (First Contact Resolution) Checkbox is already checked by default, then if the Case has a status of Resolved and it changes, meaning ...
0 votes
2 answers
138 views
Ampscript condition else/if to show the default link and conditional issue
I have DE lists like this for "Fruits" category: "Apple", "Apple A", "Apple 2", "Apple red", "Apple green", "Apple CA", "...
0 votes
1 answer
1k views
Using ampscript check if value exists in data extension
I have a customer_data_extension that consists of customers with their customer_id. I'm creating an email with conditional content, so IF customer exists in customer_data_extension then show this ...
0 votes
2 answers
55 views
Struggling with syntax errors on and IF AND statement
I seem to always be struggling with resolving syntax errors on my IF code. I have used VS editor so it's easier to read and I don't think it's a parenthisis issue. Getting the error message "The ...
1 vote
1 answer
3k views
Can I nest AND and OR statements as part of a condition for allowing a Flow?
I am fairly new to Flows, and I've never had to setup a complex condition. I can't figure out how to set up what I need. This is what I'm trying to get: We have a Flow that is triggered if an ...