Skip to main content

Feed

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

Hi, would someone mind sharing an example of using quickchoice with static resource images? 

 

I have the images stored in the fsc_Quickchoice_Images static resource and I am populating a string collection with the names, but I cannot get the images to show: 

 

 

Example of quickchoice images

 

 

 

quickchoiceparamters.png

my requirement is for a tablet based flow to allow people who can't read to select items for a food parcel. 

many thanks 

 

1 answer
  1. Today, 7:07 PM

    Following - I also haven't been able to figure out the format needed to get it to read my images from the applicable static resource. It seems to just throw a console error and not work at all.

0/9000

Is there a way to hide a component on a record page in a community site based on record criteria? The asset record page has a component with a button in it that allows the community user to request an rma. However, we would like to conditionally hide the component/button based off of criteria on the asset record. Is that possible?   

 

@* Experience Cloud * 

1 answer
  1. Today, 7:05 PM

    Hi @Immanuel Clarke

    You can make use of Audience feature. 

    Experience Site - Builder  - Select the component/ button that you like to hide/show conditionally. Click on the dropdown --  you will be provided with the Audience option. 

    Hi , You can make use of Audience feature. Experience Site - Builder - Select the component/ button that you like to hide/show conditionally.You can choose the visibility for a component/button based on the set of conditions  you have selected for the Audience.Audience_Assign.png

     

     

    Regards 

    Vijaya Sravani S N

0/9000

The dropdown option is not visible for primary data model object as individual and contact point email. please let me know how to solve this issue.

I am unable to create new ruleset in Bring External Data into the Contact Page Layout Note IMPORTANT!

 

 

#Trailhead Challenges  #Agentforce

20 answers
  1. Today, 6:58 PM

    Same issue here. Pretty frustrating. Is there a resource to check in and see when this will be resolved? 

0/9000

I am working on my Agentblazer Champion trail. I am working on the last trail, which is a project.  

 

When I get to the part where I need to select "Individual" to set the primary DMO, nothing drops down. I have refreshed my screen over and over. Also posted this in the Slack group but haven't heard back outside of another user saying they are having the same issue. Hoping to get help here since my playground account expires over the weekend. Thanks! 

 

 

New Ruleset dropdown not working on Agentblazer Champion Project

 

 

 

#Trailhead Challenges  #Agentforce  #Trailhead Playground

0/9000

We have a Hardware Accessory product which the User has Quoted on a Quote for a certain quantity and this product is a standalone product and is not optional or option for any other product. A contract and Order has been generated for this Quote. Now the user wants to return some Quantity of this product and when creating an Amendment for this Contract the Amendment Quote is not reflecting the Quote Line for this product.  

 

Is there a way we can add this line. Based on the inputs from Salesforce team a standalone Hardware product cannot be transferred to an Amendment quote as it is not part of a Subscription bundle or itself is a Subscription. 

 

Please suggest me ways or workarounds so that we can add this line onto the Amendment Quote. 

 

#Salesforce CPQ & Billing  #CPQ

0/9000

Can I bulk convert leads to Contacts? I am not creating new Opportunities upon conversion and I'd like to link the Contacts to existing Accounts. Is it possible through Data Loader or Data Loader.IO?

 

Thanks!

5 answers
  1. Today, 6:36 PM

    ZaapIt works like wonders but its too expensive, we just have 8000 leads and they are charging 800$ for one time thing.

0/9000

In this trailhead step: https://trailhead.salesforce.com/content/learn/projects/connect-data-cloud-to-copilot-and-prompt-builder/bring-external-data-into-the-contact-page-layout?trail_id=unlock-your-data-with-data-cloud

 

I have successfully completed the "Enable Data Streams" section, adding the "AIPlusData" Data Bundle to my org.  However, in the next section, each time I attempt to "Create New Ruleset" (under Identity Resolutions), the Primary DMO picklist is empty, and the dialog displays the error, "Mappings from Data Streams to the standard Cloud Information Model objects such as Individual and Contact Points are required." 

 

This doesn't make sense, since the data bundle included the CRM Contact object and mappings to the Standard DMO objects, including Individual and each of the Contact Point objects.  I reviewed the Data Stream mappings for the Contact Home DLO, and did note one warning for Contact Point Phone because the Formatted E164 Phone field wasn't mapped.  I mapped it and refreshed the stream, but no change in the error message.

 

This is a new "Data Cloud and Einstein 1 Playground" created directly from this trail, today, with no other activity besides following the steps in this Trail.

79 answers
  1. Nov 4, 2024, 5:56 PM

    for me it looks like the DMOs are still in the processing status which I assume is my issue

     

    for me it looks like the DMOs are still in the processing status which I assume is my issue

0/9000

I've been waiting 4 hours for Playground to be created but no luck. I've change browser and clean cache and cookies but the issue persist 

 

#Trailhead Challenges

0/9000

Hello! 

 

The following

bolded

formula is providing inconsistent results inside of a flow.  

 

IF({!$Record.Days_till_Event__c} < 7, 

"As your event is within the next 7 days, please provide selections and approvals for the following design elements as soon as possible to ensure we can properly service your event:" & BR(), 

"What we need from you by " &

{!DateOfEventLess8Days}

& ":" & BR()) & 

 

Where

DateofEventLess8Days

is a formula resource as follows: 

 

TEXT(MONTH({!$Record.Date_of_Event__c - 8})) & "/" & 

TEXT(DAY({!$Record.Date_of_Event__c - 8})) & "/" & 

TEXT(YEAR({!$Record.Date_of_Event__c - 8})) 

 

Sometimes the correct date will display (8 days prior) and sometimes the incorrect date (7 days prior). Not sure what I'm missing! Please let me know if you have any thoughts or if you need more information! 

 

#Flow

1 answer
  1. Today, 6:17 PM

    What is Record.Days_till_Event__c and Record.Date_of_Event__c ?   

     

    Can you post examples of the records showing both fields and examples of records returning correct and incorrect results?  

0/9000

I've a use case where I need to provide "managed package" license and 2 Permission sets to the community user on "Permission assignment"(Custom Object) record creation.

 

Also, when the record of "Permission Assignment"(Custom object) is deleted, I need to remove the managed package license and 2 permission sets.

 

I am facing an issue on the deletion part-

 

A new flow is created on "Permission assignment" object when record is deleted. When I try to remove permission set and license removal in a single flow- it gives the below error-

 

The flow tried to delete these records: XXXXXXXXXXXX. This error occurred: MIXED_DML_OPERATION: DML operation on setup object is not permitted after you have updated a non-setup object (or vice versa): PermissionSetAssignment, original object: Permission_Assignment__c.

 

Anyone, any idea how to achieve this functionality?

10 answers
0/9000