Skip to main content The last day to register for a Salesforce or Tableau exam is June 30th. Learn more about the new Salesforce certification experience coming July 21st.

Feed

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

I had no option but changing my email address,  as my company prefers I study with my private google account. I merged both accounts but since then, I cannot open my developer account. And I do not received the emails to reset my password anymore, so I am stuck and cannot progress with my Coursera Course. 

 

#Trailhead Challenges

1 answer
0/9000

my log4j2.xml 

 Mule application is deployed successfully, and API is responding in Postman. but no logs in Postgres. 

Errors in the console:

  • ERROR Error processing element ConnectionSource ([JDBC: null]): CLASS_NOT_FOUND
  •  ERROR Null object returned for JDBC in Appenders.
  • ERROR Could not create plugin of type class org.apache.logging.log4j.core.appender.db.jdbc.JdbcAppender for element JDBC org.apache.logging.log4j.core.config.ConfigurationException: Arguments given for element JDBC are invalid: field 'connectionSource' has invalid value 'null'
  • ERROR Unable to locate appender "DatabaseAppender" for logger config "root"

<Appenders> 

    <JDBC name="DatabaseAppender" tableName="api_logs"> 

      <ConnectionSource class="org.apache.logging.log4j.core.appender.db.jdbc.DriverManagerConnectionSource"> 

        <Property name="driverClassName">org.postgresql.Driver</Property> 

        <Property name="connectionString">jdbc:postgresql://localhost:5432/postgres</Property> 

        <Property name="userName">postgres</Property> 

        <Property name="password">pass</Property> 

      </ConnectionSource> 

 

      <Column name="log_timestamp" isEventTimestamp="true"/> 

      <Column name="log_level" pattern="%level"/> 

      <Column name="logger" pattern="%logger"/> 

      <Column name="message" pattern="%message"/> 

    </JDBC> 

 

    <Console name="Console" target="SYSTEM_OUT"> 

      <PatternLayout pattern="%d [%t] %-5level %logger{36} - %msg%n"/> 

    </Console> 

  </Appenders> 

 

  <Loggers> 

    <Root level="info">

      <AppenderRef ref="Console"/>

      <AppenderRef ref="DatabaseAppender"/> 

    </Root> 

 

@* Salesforce Developers *

 

 

 

#Salesforce Developer

2 answers
  1. Today, 3:50 PM

     Hi Praveen, beside the JDBC error, keep in mind the well known performance degradation caused by high volume of logging in Mule 4.  

    Performance degradation caused by high volume of logging in Mule 4

      

     

    For high performance application is better to use a different pattern, such as 

    - in the application flow, send log to a Messaging system (Kafka, AMQ, JMS, ...) 

    - then read from the queues and forward logs to the DB, or external log collector, as you like 

     

     

0/9000
10 answers
0/9000

Hello! My company is changing names (so new URL, logo, brand, etc.). Does anyone have experience with something similar with their Pardot/Account Engagement instance? We know we will need to add a new domain tracker (and thus change our landing page URLs), create new templates, etc. But we would love to hear about gotchas and successes from someone who has gone through something similar. 

0/9000

Just a quick question for the "Save and Debug" section of the "Build Record-Triggered Flows Guide." 

 

The debug did work just fine for me, in that it shows the dark blue line. But as a for future reference, I was wondering if I was supposed to delete all the information in all the other fields other than "Closed Won" and "250000" before debugging? The instructions weren't 100% clear on that, and I wasnt able to find this specific question that may have been answered elsewhere.  

 

So in the future, when I run the Debug, do I clear out all the other fields that aren't part of the criteria for creating a new record? Or is all that other information also necessary?  

 

#Trailhead Challenges  #Trailhead

0/9000

I'm a Brave browser user. I can't login to my Trailblazer account using Brave due to the below error.  

 

I can login successfully in Chrome.   

Can't login to Trailblazer with Brave browser

 

 

 

#Trailhead  #Login Errors  #Browsers

0/9000
8 answers
  1. Today, 3:11 PM
    The link is on mightyforce.org

    : The Humble Volunteer Hour Data Structure – mightyForce

    <

    https://mighyforce.dreamhosters.com/2017/02/the-humble-volunteer-hour-data-structure/

    >

    If you already have V4sf, you can go this route. If you don't have V4SF

    already, I would consider using PMM (Program Management Module) instead if

    you need a free solution that you can make work. The only reason we have

    been successful with V4SF for attendance to this day is several fold:

    1) we started this before program management or attendance we even a

    twinkle in Salesforce's eye

    2) we already used v4SF

    3) Our pgoram is that on any given day 2 new clients show up and 30 of any

    of 200 clients we've seen in the last month show up as well as 1 of clients

    we haven't seen in more than a month. So we have no predicable class roster.

    4) We record more than just attendance but some other characteristics and

    structured notes that come up on an ad hoc basis. We needed a custom

    solution for that (A Client Note... also discussed on mightyforce.org.)(

    5) I replaced the user interface (in classic days) with screen flows

    more than ten years ago. They are still in use today and more efficient

    than lighting or V4SF bulk edit or PMM add service interfaces. But it took

    a lot of innovation and evolution. We spend less than 60 seconds per

    interaction in record keeping. But we have 10,000 interactions per year so

    it's a big commitment.

    As always with a new application of technology, start with your

    requirements.

    --Terry

0/9000

Hello,

 

How can we save the responses from Agentforce? For example, when we ask a query to ChatGPT, it keeps the conversation history in the side panel (Screenshot below). However, Agentforce responses don't persist once we close the vscode. 

 

Thanks!

Do we have an option to keep/ save the responses from Agentforce?

 

Screenshot 2024-11-06 at 10.25.12 PM.png

1 answer
0/9000