Skip to main content Salesforce and Tableau exam registrations are now closed through July 21st. Learn more about the new Salesforce certification experience coming soon.

Feed

Connect with fellow Trailblazers. Ask and answer questions to build your skills and network.

How can I create a report to track opt outs on a monthly basis, can this be done in B2BMA? I have tried to achieve this in B2BMA with the filters as opt outs as true and counting unique id and showing last activity date monthly as the bars but I don't think this is accurate as someone could have opted out of emails but are still active on the website.

There doesn't seem to be a field that has the opt out date. Has anyone been able to achieve this? Thanks

5 answers
  1. François Perret (Bamsoo) Forum Ambassador
    Aug 14, 2024, 1:04 PM

    @Aaliyah Baptiste

    Hi,

    The Opted Out date does not appear to be recorded in B2BMA.

    One thing you may try is to Set History Tracking on your Lead and Contact Objects (on Do Not Email and Email Opt Out Fields), so you can build standard SF reports related to the value of these Mailability Fields in a given timeframe.

    However, this only works for future opt outs and for Assigned Prospects (eg. existing as Leads or Contacts in SF).

    Hope this helps 😎

    #SharingIsLearning #AccountEngagement 

    François.

     

    PS : In order other Trailblazers to be pointed directly the correct answer, please do not forget to click “Accept this answer” below the correct one.

0/9000

I know there's the stock feature in screen flows to add sections which can have up to four columns. I have a business request to have a screen with six columns. Does anyone have a solution or a suggestion for this?    Thanks,    Jeff.    

3 answers
  1. May 17, 5:02 PM

    Hi @Jeff Illingworth

     

    While the native Section component in Salesforce Screen Flows supports up to four columns, you can achieve layouts with more than four columns by:

    1. Stacking Multiple Sections: Place multiple Section components vertically, each with up to four columns, to distribute fields across them. This method is straightforward but may not provide a seamless multi-column appearance.
    2. Using Custom Lightning Web Components (LWCs): Develop a custom LWC that arranges fields in a six-column layout. This approach offers greater flexibility and control over the design and functionality of your screen. Once developed, the LWC can be embedded into your flow screen.

    For more details, refer to:

    https://help.salesforce.com/s/articleView?id=release-notes.rn_automate_flow_builder_multicolumn_screens.htm&release=232&type=5

      

    https://help.salesforce.com/s/articleView?id=platform.automate_flow_considerations_applying_style_properties_to_screen_components.htm&type=5

     

    https://help.salesforce.com/s/articleView?id=release-notes.rn_automate_flow_builder_get_more_control_over_component_and_field_layout_in_screen_flows.htm&release=256&type=5

     

    https://ideas.salesforce.com/s/idea/a0B8W00000GdpK3UAJ/allow-control-of-flow-screen-size

     

    Thanks!

0/9000

Does anyone know if there's a configurable input component for screen flow that can be set to only accept numbers in a format like so: XX-XXXXX-XXXXXXX? I'm trying to collect some school identification data and the ID numbers are always two digits, a dash, five digits, a dash, and then seven digits.    Thanks,    Jeff.   

2 answers
  1. Ajaypreet Singh Saini (Grantbook) Forum Ambassador
    Jun 19, 4:35 AM

    Hey @Jeff Illingworth, as Vuk mentioned, you can achieve this using a REGEX formula. You have to create a validation on this input component on the screen. 

    Let's say the name of the input field is "Identification Number" and API name is "Identification_Number" then your validation formula will be below:

    REGEX({!Identification_Number}, '^[0-9]{2}-[0-9]{5}-[0-9]{7}$')

    Where, {!Identification_Number} is the actual API name of your text input component's output variable.   

    Replace this with your actual input field. 

0/9000

If I need to cancel my current exam in webassessor in order to re-register in Pearson Vue... I assume I will need to use the same voucher. BUT what if I do not have that code any longer that doesn't expire? Any way to capture it from webassessor now?  

 

#Certifications  #Vouchers

1 answer
  1. Today, 4:40 PM

    will webassessor trigger an "refund" email sharing back the code..similarly to a payment refund confirmation? 

0/9000
1 answer
0/9000

Hi everyone, 

 

Is there a way to create an apex page - kind of a link - outside the Salesforce application - which will take the data input from the User and perform the action in salesforce application through API. 

 

#Visualforce  #VisualForce Page  #API

1 answer
0/9000

I am trying to push a file from the Salesforce system to an external system using the HTTP Request connector. Below is a sample payload structure.

{

'Case_Number' : '00163626',

'Files': {

'FileName': "Test.pdf",

'Description': "Test file for reference",

'Content': "ooW5CTR39Hfy+WmK7iW/uuyf1D235R8NU8LpYeC/lZ60VlP/4TGjtA/kmnkKF2k7+IlxekfaE5GQT+iC6Q" (Files)

}

}

I am facing a timeout error when a payload has a file. I have enabled Streaming = true and set Request timeout to 10000 milliseconds. Below is an XML tag for HTTP Request. I changed the request timeout from 30 seconds to 1min 30 seconds. Nothing worked.

 

My question is what configuration I need to follow to push a file using the HTTP Request component. Is there any other component I can use to push a file using the REST API?

1 answer
  1. Manish Kumar Yadav (Billennium S.A) Forum Ambassador
    Today, 4:38 PM

    Hello, 

     

    There is no straight forward answer unless you enabled the below debug package in log4j2.xml and check the log you will get it 

     

      <AsyncLogger name="org.mule.service.http.impl.service.HttpMessageLogger" level="DEBUG"/>
0/9000

getting this error while verifying the steps "Feed tracking was not enabled for the field: Status. Please enable feed tracking for the Status field.

" even i have done the correct steps and enabled Feed history tracking for status field.  

 

#Trailhead Challenges

0/9000
1 answer
0/9000

Any reason why the "Type of Installation" isn't showing as an option?? 

 

Can't see the Type of Installation

 

 

Screenshot 2025-07-08 123112.png

 

 

 

#Trailhead Challenges

3 answers
  1. Today, 4:34 PM

    @Stephanie Reed

    Its a common problem.  

    Try log out and login back to Salesforce, reload the page to see if it appears.  

    If it doesn't work then clear browser cache. Reload the page to see if it appears. 

    Move to classic and then switch back to lightning.  

     

    Hope any one of the above works. Thanks

0/9000