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

Maksymilian Stachowiak

User

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.

As Daniel already said, there is no such thing in Webcon. There is one Exception - you can configure single path on a step, which returns to a previous step, so it's not connected to a specific one. In this place, you can choose 'Previous step', as a destination: https://docs.webcon.com/docs/202

It's not exactly what you are asking for, but this information might be viable - during Webcon Day 2023, we've got an inside into new possibilities planned for forms. There will be much more flexibility in how we will be able to position fields, and from what i remember it should cover this use cas

Hi, I've not encountered this specific error yet. Have you tried to restart BPS service and maybe even IIS, after updating the portal address? Did you checked service logs in Windows Event Viewer on the server?

I'm digging an old thread, but I've faced same trouble today, and had to add something new to make it work, so why not make an update :) This is my final config, that works for Date columns (i didn't need time part, changing today() to now() should do the work though) { "content": "=CurrentFi

Hi Michał, I don't think there is a built in way to do it. The only thing that comes into my mind is using Generate an Excel file Action, with a template, where row with headers will be hidden. (Have not tested it though) It's still not what you are asking, because header will be there, just n

WEBCON and Stirling-PDF
08.01.2024 15:22

Hi, could you share a little bit more which parts of Stirling-PDF do you want to use? I'm not sure which functionalities of FineReader are used by Webcon (didn't had a chance to use it), although from what i've read it for sure provides OCR (https://community.webcon.com/posts/post/finereader-11-

Report restricition
08.01.2024 13:30

Thanks Daniel for filling that in, i thought it should be possible with a filter, but forgot this one :)

Report restricition
08.01.2024 12:59

I'd say you shouldn't focus on restricting view on reports then, because hiding it on report is just security by obscurity. https://cheatsheetseries.owasp.org/cheatsheets/Insecure_Direct_Object_Reference_Prevention_Cheat_Sheet.html Hiding the url is not restricting access. They still will be ab

Report restricition
08.01.2024 12:08

Hi Jan, I'm assuming that requests you mention, are some kind of form/element/document in WEBCON. If you want to create a report, which shows Requests Created By User - you could use Additional Filter for system field Created By set to . This filter although will be possible to remove by end

Company selection
08.01.2024 10:59

I'm working with only 4 configured companies, on rather wide screen 2560px, and it is already not really comfortable. Can't imagine how frustrating it might be with more than 10 companies, so I'd love to see that changed :)