An open API service indexing awesome lists of open source software.

https://github.com/artysta/salesforce-trailhead-solutions

This repository contains my Trailhead solutions. Feel free to contribute.
https://github.com/artysta/salesforce-trailhead-solutions

Last synced: 4 months ago
JSON representation

This repository contains my Trailhead solutions. Feel free to contribute.

Awesome Lists containing this project

README

          

# Salesforce Trailhead Solutions
> [!note]
> This repository contains my solutions for [Salesforce Trailhead](https://trailhead.salesforce.com/today) challenges.
>
> Let me know if you find any code issue or if any of my solutions doesn't work. Also feel free to create a new feature branch and raise a PR to the master if you have a solution that is not present here and you want to share it. 😉
>
> Here you can find the URL to my Trailhead profile: [salesforce.com/trailblazer/adrian-kurek](http://www.salesforce.com/trailblazer/adrian-kurek).

> [!tip]
> To complete some of the Agentforce related Hands-on Challenges you need a Custom Developer Edition Org where the Agentforce is enabled. You can sign up for a Developer Edition Org [here](https://trailhead.salesforce.com/promo/orgs/agent-customization-with-flows).

> [!warning]
> In case you use Windows and have some problems while pulling/cloning this repository (`Filename too long` error), please try to run the following command - it should help as it enables "long paths":
>
> `git config --system core.longpaths true`