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.

Hi, 

 

Iam just curious to know if there is any possibility to reorder or add new tabs in FSL mobile app . Also is it possible to remove or rename the section for Address and contact ? , I have attached the screenshot for reference.  

 

Thanks 

Archana 

 

@* Salesforce Field Service *

 

Reordering or Adding  tabs in FSL Mobile app is possible ?

 

  

 

#Salesforce Field Service

7 answers
0/9000
4 answers
  1. Today, 8:08 AM

    Hi @Abhishek R

     

    Thank you for your guidance I attempted in a new browser also connected the Org to the trail and then this worked. 

    Much appreciate your suggestions!! 

     

    Regards, 

    Geethanjali

0/9000

Hi, everyone! I’m trying to calculate a Membership End Date — which should always be the last day of the month, taking leap years into consideration — based on a Membership Start Date (which is not always the first day of the month).

I know ADDMONTHS will take leap years into consideration, but how can you ensure that the Membership End Date will always be the last day of the month, regardless of the month having 30 or 31 days?

Thank you!

#Formula Help @Steve Molis @Formulas - Help, Tips and Tricks
2 answers
  1. Eric Praud (Activ8 Solar Energies) Forum Ambassador
    Today, 8:05 AM

    @Rachel Park Brayboy

    ,  

     

    Maybe bookmark this article, it has plenty of handy formulas like the one

    @Keiji Otsubo

    gave you: 

    https://help.salesforce.com/s/articleView?id=000392562&language=en_US&type=1

     

     

0/9000
3 answers
  1. Today, 8:00 AM

    That's strange, maybe there's something wrong with this special edition Org. 

    I encourage you to get help from the Trailhead support team.

0/9000

 

 

Hi everyone, 

I'm currently working on setting up a

CI/CD pipeline for a Salesforce managed package project

, and I could really use some guidance from the community. 

Specifically, I want to integrate: 

TeamCity

 

(our CI/CD server)  

✅  

Bitbucket

 

(where our Salesforce source code is hosted)  

✅  

Salesforce Dev Hub and Packaging Org

(to automate package version creation and deployment) 

The goal is to have TeamCity trigger builds when there are code changes in Bitbucket, run automated tests (if possible), and handle the generation and promotion of Salesforce managed package versions via

SFDX

I'm still in the research phase, so I'd really appreciate:

  • A step-by-step roadmap or checklist to achieve this integration
  • Any examples of TeamCity build configurations for Salesforce projects
  • Recommendations for best practices regarding authentication, secrets management, and package handling
  • Any common pitfalls or lessons learned from those who have set this up

If anyone has done something similar or knows of detailed articles, documentation, or personal experiences they can share, it would be incredibly helpful!

Thanks in advance for your time and any guidance you can provide.  

 

#Trailhead

0/9000

Hello, studying for the data cloud exam.

I feel like practice exams i found on the internet does not teach me anything. They just say general things about data cloud like "What is the role of Identity Resolution feature" without getting in details..

Can you recommend me some practice exam that actually looks like the certification itself ?

Thank you

6 answers
  1. Andrew Russo (BACA Systems) Forum Ambassador
    Jun 1, 2024, 12:29 AM

    the best thing is the trailhead cert prep trailmix

0/9000

Hi,     I have a Rich text field and I added it to FSL layout . I added a image to this field in desktop . but this is not getting displayed in FSL app . Is this a limitation ?    Thanks  Archana  

 

@* Salesforce Field Service * 

8 answers
  1. Heiko Lindner (Privat) Forum Ambassador
    Today, 7:48 AM

    Was just an idea, if it's not working because of a limitation of the app that's sad. Maybe you can the picture as file, but files are not automatically downloaded for offline usage. 

0/9000

 

Step not yet complete in My Trailhead Playground 1

An unexpected error occurred while inserting Opportunity records and we couldn't check your work. Make sure Opportunity records can be inserted in this org, and click "Check Challenge" again. If this continues, contact the Trailhead Help team.

 

 

 

create validation rules error

 

 

4 answers
  1. Today, 7:43 AM

    problem solved by this way:  

    Click Gear Icon --> Setup  --> Object manager --> Oppurtunity --> Fields & Relationsships --> Close Reason --> Edit --> Picklist (Multi-Select) Options --> Deselect the checkbox “Restrict picklist to the values defined in the value set”. 

0/9000

I am getting error as. "We couldn't find the 'Account__c' field on the 'Energy_Audit__c' custom object."

Below image shows i have created it. Dont know why the error still?Set up your Org - Create a Custom Object and Custom Fields --

 

#Trailhead Challenges

2 answers
  1. Khyati Mehta (SmartBridge) Forum Ambassador
    Today, 7:41 AM

    Hello Megha, 

     

    Double check if the custom field is visible. Click the "Set Field-Level Security" button for the same.

0/9000

Since the login flow is executed in classic runtime, is displaying LWC through VF Page not supported in login flow?

 

I have created a login flow where I am calling a VF page and through that VF page, I am calling a LWC with the help of an Aura wrapper. When I preview the VF page from the developer console, it is working perfectly and I am able to see the Lightning component. But the same is not working in the Login flow. When I login, I am getting a blank screen and an error in the console " Uncaught SyntaxError: Unexpected token '<', " <!DOCTYPE "... is not valid JSON at JSON.parse (<anonymous>)

". 

 

 

1 answer
  1. Khyati Mehta (SmartBridge) Forum Ambassador
    Today, 7:35 AM

    Hey Akshay, 

     

    As per what I know, you can’t really use an LWC in a Login Flow, even through a VF page and Aura wrapper. The issue is that Login Flows run in the Classic runtime, not Lightning, so Lightning components (including Aura and LWC) don’t load properly. That error you're seeing — about <!DOCTYPE> not being valid JSON — usually means it's trying to parse something from Lightning that isn't available in that context. Even though the VF page works fine on its own, it breaks in the Login Flow. The best workaround is to stick to plain Visualforce for the login experience or move the LWC functionality to post-login if possible.

0/9000