Hi Paweł, a) Could you share where do you need to use that list row no? Is it context of designer studio, or are you creating SQL query? (if so, then there is DET_RowIndex, which could be helpful). b) Autocomplete shouldn't be much slower than choice field, that's what I'm using as default for
There is also "Change form type" action, but you can't directly select the form type in that action - users are choosing which form should be presented: https://community.webcon.com/posts/post/the-change-form-type-action/289
I'd suggest using Webcon API to achieve it, and some Powershell/Python/any scripting language running with Cron, or Windows Task Scheduler, depending on host system. There are endpoints, which should make it possible (https://portal.webconbps.com/api/index.html?urls.primaryName=API%20v5.0) - atta
HI everyone, Since I've started using Date Time picker in applications I'm always confused when using that Time control part. Most of the time I'm pressing Today instead of Close (and i can see same happens for other users), and it's frustrating that i can't type in the hour/minutes with keyboa
That's a nice solution, if PowerBi is available, i like it! :)
Hi Dariusz, there is already word/character counter at least in version 2023.1.3.29. It requires to select that it will be formatted field, but it doesn't require any formatting options to be active. So on advanced configuration in tab "Standard" mark it as formatted, and in tab "Advanced" unche
Hi Radek, there is no way to display historical information on regular reports (as far as i know, I've been looking for something like this too). You could create form, with Data Table attribute, using SQL query as source. It's not the same, but in some cases might be enough. Add some filter at
Hi Michał, You should be able to find that information in WFHistoryElements. Check column WFH_IsVersionOfDeletedElement for true values (1), WFH_OrgId specifies WFD_ID from WFElements. From what i've learned so far it seems like there is just one row in HistoryElements, after deleting element.
There is a possibility to attach an email by dragging it manually from outlook to the attachments area. By doing so, user is asked about category, to which attachment should be added, but it's visible later only in the history, and not on the form. I suggest, that categories should be also visi
I wonder if this business rule maybe gets data from SQL table Calendars ? If so, then you might need to generate new data into the calendar (+ icon next to year dropdown): https://docs.webcon.com/docs/2023R3/Studio/SystemSettings/GlobalParams/WorkingDaysCalendar Are you able to show us some scre
Hi Matthias, We can go to step/process configuration by link of specific instance -> https://community.webcon.com/posts/post/checking-workflow-instance-configuration-using-ctrlg/357/3 This is the only "go to" in Designer Studio i remember. You could to look for it in database I'd start with
I'm up for that change, but it should also display message to the users, as Daniel mentioned - no message would be confusing.
I'm currently switching for BPS Groups, as a default for privileges management, and I can confirm, that this would be really helpfull to have it. Simplest case, create a single group for access to application, which would have nested groups with specific permissions. No need to remember that i ha
I'm talking about this specific option on screenshot :)
Hi AndreeLi, I see that all the fields are configured as Single Line of Text (AttText) - on database level it means, they can not exceed 255 characters. I'd check if Content of the email doesn't exceed it, maybe try using Multiple Lines of Text attribute? There is also mode for more than 1 at
I'm not checking changes in the database directly - probably I'll start, when something won't work :) For now i trust that Webcon have this covered, and i don't really want to check it - it should just work out of the box. Due to creating an issue for each change (functionality, bug fix), I know
Hello, I'm having a case, where I need to display last comment, author of the comment, and date on a Data Table attribute. I don't want to move the comments, to parent flow, as this will create a lot of mess due to lots of child flows. I thought this could be a built in feature, same as we can
Hi Darek, there is no ready functionality, which could do that, but there are few ways how you could achieve it. 1. Using global cyclic action with start a subworkflow action -> https://docs.webcon.com/docs/2023R3/Studio/Action/Workflow/StartManyWorkFlows/ This way you need to have source data
Hi Sandra, Similar way to what Raluca mentioned - I'm usually creating Form Validation action, on step Exit, which checks if the date is not in the past. This way there is no custom code required.
Hi Michał, I don't think I have any good news in this topic. TLDR; There is not a great way to do this, and at te end i'm sharing my gitlab flow :) Before importing app to environment, there is no good way to see what will be changed. After, you can always check History of Changes, and it's a