waldo1001 / crs-al-language-extension

Make working with the (Dynamics NAV / 365) AL Language easier and more efficient.
MIT License
34 stars 43 forks source link

Checklist Snippets #257

Open christianbraeunlich opened 2 years ago

christianbraeunlich commented 2 years ago

Onboarding is one of the most important topics when it comes to get your customers into a productivity state within a few minutes. A checklist might help a lot: https://docs.microsoft.com/en-us/dynamics365/business-central/dev-itpro/administration/onboarding-checklist

Been copying the codeunit 1997 "Checklist Events" a lot.

Let me know what you think and what can be improved 🦦

waldo1001 commented 2 years ago

Love it!

sorenfriisalexandersen commented 2 years ago

@christianbraeunlich Love it as well. This is focusing on the checklist, and it would be great to also have snippets that shows how to insert into Guided Experience Item which is the foundation for the checklist. In many cases an ISV probably only adds Guided Experience Items and VARs (and customers) add Checklist items, either through code or the Checklist Administration page.

Priority wise, it's important to know:

Then, checklist insertion begins. Either within the same app, or from another app. For example, I may be a consultant and have built a small app that just creates a checklists from setup objects provided by various ISV apps.

Thanks a lot for helping spread the word about app onboarding!