Popular Articles
How to add Emojis to the name of a Microsoft Teams Channels
Microsoft has implemented a way to further customize channel names in Microsoft Teams by adding images to the name in the form of emoji icons. At first glance, this may seem like a distraction and a waste of time. But there are good reasons for using ...
Field Validation Examples using Regex
The SharePoint out-of-the-box field validation is very limited and you can't use regex to validate the value entered in the form. Using teamsware rich forms as add-in but as well in solution studio you can configure a validation on each form field ...
Best Practice - Do's and Don'ts
Solution Management DO... Create Site Collections for staging It is highly recommended to build the solution in a dev/test environment before deploying it into production. You don't have to use a different tenant for this, but a dedicated site ...
Teamsware Add-in deployment - 'Add-in is not trusted' error when navigating to home page
This article helps to resolve an issue with "Add-in is not trusted, you should trust it before you can use it" when navigating to installed add-in home page. Mostly this message appears for new tenants. It means, that add-in you want to use to deploy ...
How to execute an asynchronous function in Teamsware actions or any other expression configuration?
Description If you need to wait for callbacks in Teamsware actions or other expression configurations before processing further, it's recommended using jQuery.Deferred() object. The following code snippet demonstrates how to achieve this: var ...