skip to Main Content

How To Learn Quickly (ft. Regex and Anki)

Tools To practice: https://regexr.com/ https://regex101.com/ https://regexlearn.com/learn/regex101 https://www.hackerrank.com/domains/regex Cheat sheet: https://www.rexegg.com/regex-quickstart.html Anki: https://apps.ankiweb.net/ How to There are two parts to get good at something. Learn it and remember it. Anki will help us with the second part. Remember learning doesn't mean you need to you have to first learn all the concept and then move to practice. Learn by practice. What is Anki? https://apps.ankiweb.net/ Anki is a program which makes remembering…

Read more

Adding Default Tax to Quote Products

When we create a CRM Quote, the Total Tax of the quote is calculated as the sum of individual taxes of the respective Quote Products. i.e., Tax can only be declared for Quote Products. There could be situations where default tax % has to be set instead of asking the end user to enter the tax manually. Since MS CRM doesn’t provide a direct way of doing this, either of the options explained below can be adapted.

  • Use JavaScript to calculate the tax on OnSave’ event of the Quote Product

Read more
Search