WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

Maksymilian Stachowiak

User

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.

BPS Groups inside BPS Grops
12.02.2024 15:57

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

Hotmailbox issue
12.02.2024 09:16

I'm talking about this specific option on screenshot :)

Hotmailbox issue
12.02.2024 08:38

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

Last comment on reports
07.02.2024 13:32

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

Hi Michał, I'd look it up in WFHistoryElements. Check column WFH_IsVersionOfDeletedElement for true values (1), WFH_OrgId specifies WFD_ID from WFElements.

Running update every 15 minutes, will create 96 versions of the document daily. If there will be many documents like that, then it might eat disk space. As Daniel said, I'd rather keep a data row on the form, an if you need it on report - use calculated column with subquery like this: ( SEL

Hi Gerd, I'd try looking at default values, and form rules, which might fill the form. If the form is opened in the browser this might fill some data, which maybe isn't filled when the path is used from MailApprove.

Adding a new field in group
26.01.2024 15:06

That would be neat, I'm currently checking if i can copy some attribute, just to avoid that few clicks, but if attribute have some styles etc. it usually backfires :)

Hi Marjan, Those details, don't really say much. Were you able to check configurations of all item lists in the system? I'd start with that.

Rest API 409 Conflict Error
26.01.2024 15:01

Hi Joanna, Could you share more configuration screenshots? I've had some troubles with sending correct data to Webcon API, documentation is more/less ambigious.