Currently while focusing Choose Attribute on mobile form the default keyboard is opening. It would be great if we could choose what type of keyboard is used. It would help for example in cases when you choose a number from dictionary.
Currently we have following keyboard types that can be used for Text Attributes: text, search, decimal, numeric, url, email, tel. But sometimes we don't want device to show any keyboard. For example if you are creating process for user with barcode gun. The keybaord that shows on the screen can take
Lately I was not able to get my hands on Tablet, but it looks promising. I will let you know if it works as intended with bunch of other JS/Form rules actions that we use.
I would also suggest you to look at Graphi API from Microsoft. https://learn.microsoft.com/en-us/graph/use-the-api https://developer.microsoft.com/en-us/graph/graph-explorer With this API you can do all kind of stuff with files/folders in Microsoft Cloud. Much more than what Webcon uses it for.
This solution works fine for text attributes. Thanks a lot. Is it possible to make one also for choose attributes? Choose attributes with autocomplete mode.
The user will fill it by using Barcode scanner, not keyboard. So it can not be the readonly. Usecase: 1. Form is opened 2. JS sets the focus on the attributes, that needs to be filled with scanner 3. User useses scanner to fill attributes with numbers There is no need to open keyboard that ta
Hello, I am working on application that have some fileds, that will be always filled with SCAN of QR Code or just BARCODE scanner. The user will never try to fill that attribute with keyboard on the tablet. So I would like to have virtual keyboard always hidden for those fields. How to achive this
I believe this was implemented in version 2023.
Bump
Hi! So I have this Item List in "Orders app". Lets say it has 10 columns. 6 Of those columns can be editable depending on subprocesses or other proceses. So there is a query, that if returns 1 it means that column can be edited by a user, if 0 then the column in this row is blocked. For that I am
Hi, As for now you have 3 options in Item List: add rows, update rows, and replace rows. But there is no option to delete row. It would be really handy especially if there are some flaws in process and some rows on item list that shouldn't be there. Now if you want to delete them by action you have
Hello, Lately I was thinking about SQL optimization. So I did this query on production environments of our 4 random clients. The query shows where probably we should be thinking about putting index, because of high usage of those columns. Of course we all know that putting index on WFElements with
Hello Agnieszka, 2 things to check. Firstly you have to check if you have any Calculated Collumns. If Calculated colums have whole SELECT Query it may have huge impact on performancje, becouse it's nested query. Secondly if your workflow works on custom priiliges added by action it may lower your p
I ment it's only way to install Add-In form Webcon Portal - if user wants to install it but we don't need everyone to use it. Of course we use auto distribution method if we can. That's great news!
Curently there is only one option to install Office Add-Ins from Webcon Portal - use Internet Explorer. As we know IE is realy old web browser and Microsoft is going to finish support for this browser at 21th of August 2021. We should add support for this feature for modern web browsers.