Salesforce - A simple Help system using Lightning Web Components LWC
A simple Help system using Lightning Web Components LWC There are ways to offer custom help to your users in the standar, like, for instance, Help & Training (where you can add links to documents). See Customize the Help Menu in Lightning Experience . Or the In-App Guidance , where you can create Prompts and Walkthroughs that will show help, but very limited and only a few times (you can have only a few by default, unless you pay to have more). Or you can pay for your own Trailhead with myTrailhead . For the first two, you are already paying with your licenses, but most of the time are not enough to keep the documentation of your system. A "help system" should have an index (table of content), and open the specific section/document from it (see the Salesforce Help system, for example, clicking on the previous links). This is the main objetive of my solution here. myTrailhead is the best standard option, but it cost. Then ... How can we have a simple and low c...