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 ...
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 ...
How to share a solution?
Every solution is created by person who we call a "Solution Owner". This solution is only visible to that user on the Solution Studio Dashboard until it is shared with another Solution Studio user. To share a solution with someone else do the ...
How to use query functions
Context placeholder functions allow querying lists so that values from any list can be used in expressions. I.e. [[@Web.GetFirstValueForQuery('ListName, list Id or Relative URL', 'Caml query', 'FieldName')]]. List parameter The ...