Skip to main content Tableau Conference is live on Salesforce+. Stream it free — watch now.

Feed

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

The field 'Loan_Amount__c' either does not exist on the Contact object or it is not of type currency.

 

#Trailhead Challenges

1 answer
  1. Today, 10:56 PM

    Hi , 

     

    You need to check if somehow you missed field level security Click on the field and check field level security. 

     

    1. From Setup, open Object Manager, and then in the Quick Find box, enter the name of the object containing the field.
    2. Select the object, and then click Fields & Relationships.
    3. Select the field you want to modify.
    4. Click Set Field-Level Security.
    5. Specify the field's access level.
    6. Save your changes.

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

0/9000

Hi everyone! 

 

I'm building a highly dynamic email with showcases that display products according to the person's tier. 

The problem is that when viewed as a web page, this part of the email gets lost. 

 

Does anyone know how to work around this problem? 

 

I tried building a data extension to save the data shown in the email at the time of send and then retrieve it from this DEX using "IF _MessageContext == "VAWP" THEN" in the email. Didn't work. I get the error "System is temporarily unavailable. We're sorry for any inconvenience. Try again later."

 

#Marketing Cloud  #Email

1 answer
  1. Today, 10:54 PM

    Hi,

    This usually happens because “View as Web Page” (VAWP) re-renders the email outside the original send context, so highly dynamic content like AMPscript lookups, recommendations, or runtime-generated showcases may not be available anymore.

    Your approach with _MessageContext == "VAWP" is correct in theory, but the error suggests the VAWP page cannot access or resolve the data at render time.

    A few things to check:

    Make sure the Data Extension is not sendable-only or restricted by BU permissions.

    Ensure the subscriber key / job identifiers used to retrieve the saved products are available in VAWP context.

    In many cases, the safest workaround is:

    Generate and store the final personalized showcase content before send.

    During VAWP, simply fetch and display the stored static HTML/content.

    The “System is temporarily unavailable” error is often caused by AMPscript/data retrieval timing or context limitations in VAWP rather than the email logic itself.

0/9000

 a button on a case record is clicked and starts my flow.  I have a screen flows to gather information, then creates a new case at the end.  All data taken in during the screen flows makes it to the new record, except 3 fields I need from the original case where the button was clicked.  I have tried multiple ways, using a record variable and not using the get record, text variable using get record, manually assigning each of the 3 fields to a text variable - all marked as use for input/output, nothing is working.  These 3 fields are lookups (not sure if that matters?) I'm attaching screen shots of the latest try. Please help, pulling out my hair!  

 

map fields from Get Record into Create Record in Flow

 

 

record id variable.png

 

 

acct id variable.png

 

 

tsc number in create.png

 

 

acct and dealer in create.png

 

 

fields from record.png

 

 

 

#Flow

2 answers
  1. Today, 10:49 PM
    Hi, @CTS @stablestrides

    I don’t think the issue is because the fields are lookups themselves. Usually in Screen Flows, the problem happens when the lookup field’s Id is not being passed correctly from the original Case record.

    If the flow is launched from a Case button, make sure the original Case Id is being passed into the flow (recordId), then use a Get Records on Case using that Id. After that, map the lookup field Id values directly when creating the new Case.

    For lookup fields, you should populate: Lookup_Field__c = OriginalCase.Lookup_Field__c

    Not the related record name/value.

0/9000

Hello all  

I need help for Clear Trailhead. Please help me.  

I never counldn't amend assets on the Trailhead "Manage Customer Asset Amendments(

Managing Customer Asset Amendments in Revenue Cloud

)" with error message "1 of the assets selected could not be amended. Review the row-level errors on the asset transaction line editor for more details."  

How can I get amend assets. 

 

#Trailhead Challenges

1 answer
0/9000

We have a data source that is updated monthly with "total volumes". The data is available by hour but we show it at the day or month level.  

 

We are missing several days of data. We have developed estimated volumes for those days, and I want to replace the nulls in my Total Daily Volumes table with the handful of new volumes in the 2026 Volume Adjustments table. I've linked the two data sources by Date (note that the adjustments table has data available only at the day level). 

 

I think what I need is a calculated field that says: if a day in the Total Daily Volumes table is null, use the Revised Volume from the Adjusted Volume table instead. 

 

I've failed my ISNULL attempts, obviously I'm not using it correctly. I've attached my dataset and a sandbox version of the workbook. If you have a suggestion I would really appreciate your help! Thanks. 

 

#Tableau Desktop & Web Authoring  #Correct Calculation

4 answers
  1. Today, 10:40 PM

    Hi, @Melissa Fanucci

    Are you looking for something like attachment? Please check.  

     

    Two Excel files are combined using an outer join, and common fields are interpolated using the IFNULL function. 

     

    <sample>Hi, Are you looking for something like attachment? Please check. Two Excel files are combined using an outer join, and common fields are interpolated using the IFNULL function.

     

    <data source>image.png

     

    <calc>image.pngimage.png

     

    *Since I wasn’t able to access the original data in your workbook, I extracted the data from the Data pane and reused it. (Please note that some field names have been slightly changed as a result.) 

     

     

    If this post resolves the question, would you be so kind to "Accept this Answer"?. This will help other users find the same answer/resolution and help community keep track of answered questions. Thank you. 

0/9000

The first part of the task is this: 

 

Give users a customized set of fields on their account record pages. 

 

This challenge uses the New Account Page you created for the challenge in the previous unit. If you haven’t already completed the “Build a Custom Record Page for Lightning Experience and the Salesforce Mobile App” unit’s challenge, do that now. Otherwise, you won't be able to complete this challenge.

  • Enable Dynamic Forms on Mobile.

I'm editing the Account Page but I don't see any way to enable Dynamic Forms for Mobile?  

 

#Trailhead Challenges

1 answer
0/9000

Currently running into an issue where I have certain Users that launch an Omniscript and values from a 'Set Values' element are not being set by those Users.  

 

They have the DocGen User and OmniStudio User permissions but for whatever reason the values are still not being set.  

 

I'm assigned to a perm set that has read/edit access to all Omni objects and I am not seeing the issue on my end.  

 

Any ideas what I might be missing? I created another perm set and started granting read access to some of the Omni objects but no luck. 

0/9000

Hi Team, 

I recently obtained my Ranger Rank and received an email to join this month's Road to Ranger Quest (April), but when I click the link provided (

https://trailhead.salesforce.com/users/strailhead/trailmixes/quest-road-to-ranger-april-2026

), I get a 404 Page Not Found error.  

Is there anyone who can assist me before the end of the month?

2 answers
  1. Today, 10:15 PM

    @Hasan Mustafa

     

    I opened a support ticket and was provided with this insight, "Following further consultation with our internal Quests team, we’d like to share an update: the quest you’re referring to is currently out of date, and the team is actively working on removing such content at the earliest. At present, quests such as Road to Ranger and above are no longer available on the Trailhead platform, and unfortunately, they will not be accessible moving forward." 

    Thank you for your assistance Hasan!

0/9000

Hi everyone,    I’m trying to deploy a Data Kit / CRM bundle to production using a change set, following the steps from the documentation.    https://help.salesforce.com/s/articleView?id=data.c360_a_data_cloud_sandbox_deploy.htm&type=5     The Data Kit moved to production successfully at first, but when I try to deploy the data kit, it fails with this error:    Deployment has failed due to user exception. Error: [Error while executing Datakit Deploy Job for component CRM bundle 'choice_home'. Message: {"permissionErrors":[{"objectName":"Choice","fieldsNames":[All the field name]}],"errorCode":"SFDC_PERMISSION_ERROR"}]    I have already granted the System Admin profile permission to all the fields on the Option object, but the deployment still fails.    Could someone help me understand:    Which user is actually used when deploying a Data Kit?    What else should I check besides field permissions?    Is there a specific deployment order required for Data Cloud / Data Kit components?    Any guidance would be appreciated.    

 

@* Salesforce Developers *

@* Data 360 * 

2 answers
  1. Today, 10:02 PM

    We ran into this issue.  We needed to add permissions for the Data spaces and FLS to the Data Cloud Salesforce Connector permission set.  Then we were able to deploy.  

0/9000

When I try to install Slack on my MacOS and try to check the version , its giving me version not found  

 

#Trailhead Challenges

1 answer
0/9000