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.

Is there a way to change the "sent from" address on subscribed to reports? 

 

We want them to come from our Org-Wide Address rather from an individual persons email address.

 

We do have an email relay active.

 

@Reports & Dashboards

7 answers
  1. Khyati Mehta (SmartBridge) Forum Ambassador
    Jan 5, 2022, 3:26 PM

    Hi Gwen,

     

    I'm not sure but I'm not sure if its possible. It will always take an individual person's email address!

0/9000

Hi there, 

 

In my JSON I still see no records or any result in the JSON output. Here are my specific entries for all fields. 

 

Extract Tab: 

 

Extraction Object: Position__c 

Extract Object Path: Position (I assume this is the top JSON node designation) 

Filter: ID Not Equal to Value: 0 

 

Formula: Nothing 

 

Mapping: 

 

I have one Mapping 

 

Extract JSON Path:  Position:Name 

JSON Output Path: Name 

Output Data Type: JSON 

Default Value: Nothing 

 

New key/value pair 

 

ID = Value (of a record ID of an actual position record I have) 

 

 I click Preview and Execute, it shows up with zero records. What is going on?

1 answer
  1. Jun 19, 7:32 PM

    Hey @Jeffery Wright

     

     

    I suspect it's an issue with your filter where it's expecting a string or variable and you're giving it 0.  (When you don't put quotes around the value in the filter, it expects it to be a variable.) i.e; recordId 

     

    Try changing your filter to where Id <> ''  

     

    or Id <> "$Vlocity.NULL" 

     

    Otherwise, please feel free to share your extract and mapping configuration in a screenshot!

0/9000

Hello,

I  am trying to complete my module," from 

  1. (Get Ready for Agentforce>>QuickStart: Build Your First Agent with Agentforce>>
  2. Configure an Agentforce Service Agent.)

Configure an Agentforce Service Agent". It does not allow me access the play ground I created with new credentials provided.

I tried refreshing, logging, but nothing seemed to work.

And also I have deleted the other orgs too:

FYI

Can you please suggest?

 

Thanks

 

#Trailhead Challenges

19 answers
0/9000

I am using a Type Ahead block in order to allow my users to link to accounts as they type. The problem I am running into is that the section needs to be repeatable. If I click the "Add" button for the repeatable section not only does the new "repeated" section not function but the original section no longer functions as expected.

 

Example 1 : If I click  "Add" BEFORE I fill in the first Type Ahead because I know that I will need to link 2 accounts then neither of the Type Ahead's function (they never return any results). 

 

Example 2: If I link the original Type Ahead before I click "Add" then the first one maintains the expected data but the second one still does not work. However I cannot go back and change the first Type Ahead block, if I do then it will no longer return any results. 

 

What are my options for repeatable Type Ahead block functionality. 

#Omnistudio #Vlocity #Vlocity Architects @Peter Fife

2 answers
  1. Dec 21, 2022, 8:55 PM

    So after doing some digging and testing I found the problem and a solution. The issue is that when a section repeats it can create a new structure underneath it.

     

    For example <RepeatableBlock:TAAccountBlock:TAData> becomes <RepeatableBlock:TAAccountBlock[n]:TAData> where [n] represents the position in the new created array that the element now exists in.

     

    So the solution is in the Type Ahead block on your Data Raptor Element>Properties under your Input Parameters>Data Source you need to append "|n" to the end of your Data Source value that is getting passed into the Data Raptor. 

     

    Ex: TAAccount would become TAAccount|n

     

    Now your TA block will work as a single or for as many repeats as you might need. 

0/9000

I want to migrate the process to flow which contains scheduled action.  

Scenario: 

On object Incentive (when record is created or modified) one of the criteria is that if end date is greater than today then update the same record ( some other filed with some value) 1 day after the end date which uses scheduled actions. How can same be achieved in flow. I have several such criteria and for each I have one scheduled action (record update) in process. I thought of using triggers but it may excede the limit of 100 scheduled jobs for updating the record so I want it to be done using flow. 

 

#Flow  #Process Builder  #Trailhead  #Trailhead Challenges

2 answers
  1. Today, 5:39 PM

    But scheduled flows are triggered at certain time and I want the conditions to be checked at real time and then the actions to be performed in future. 

     

    And for scheduled path we cant have decision element before the scheduled path as its at the start element. So If I have 6 such criteria for scheduled action in process builder the I need to have 6 flows for each.

0/9000

Hello!  I'm trying to report on Chatter and used Custom Object A as the Primary and "Feed: Custom Object A" as the secondary, but only three fields (out of a total of seven needed) are on Custom Object A; the other fields are from Custom Object C. The Chatter Feed Activity custom report doesn't seem to allow for adding another object (Custom Object C, in this case), though.   

3 answers
0/9000
2 answers
  1. Today, 5:38 PM

    Hi @N VIGHNESH

     

    I am from the Trailhead Help Team. Can you please confirm if you're still seeing an issue? If yes, please help us with the Trailhead module and share the URL of the unit along with the error screenshot if possible.

     

    Thank you!

    ++TrailheadHelpFollowUp

0/9000