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.
- Host: GitHub
- URL: https://github.com/artysta/salesforce-trailhead-solutions
- Owner: artysta
- Created: 2021-07-02T10:07:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2026-01-14T09:17:31.000Z (5 months ago)
- Last Synced: 2026-01-14T13:35:12.578Z (5 months ago)
- Language: Apex
- Homepage:
- Size: 618 KB
- Stars: 29
- Watchers: 3
- Forks: 12
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: Change Data Capture Basics/Subscribe to Change Events Using an Apex Trigger/OpportunityChangeTrigger.cls
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`