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

Maksymilian Stachowiak

User

Hi Damian, Quick look at installation guide here: https://webcon.com/wp-content/uploads/2022/02/Standalone_Installation.pdf at 3.9. There is a possibility to create a user in the database instead of using database owner system user. Based on the description from screenshot in guide - it seems

Hi Monika, No experience here unfortunately. Could you maybe elaborate more on what you want to achieve? Maybe we'll be able to at least point in some direction :) It seems like they have some REST API: https://api.sap.com/package/SuccessFactorsEmployeeCentral/odata which could be useful.

Choice field limit to list
21.07.2023 09:04

Hi luis, I don't have information about changing that message, but maybe this will be a way. 1. Turn off the 'required' mark for the field - it's needed to make next step work. 2. Create validate form action on path with custom error information. Make the action check two things: - if value o

BPS Internal View
19.07.2023 13:09

Hi Joanna, I might be wrong here, but based on what i've seen i doubt that there are some internal hidden views. When you are using webcon data source and try to filter it (for example on a dropdown field) you can see whole sql which is used to query the data - an example here: https://pastebi

Parallel Appprovals
18.07.2023 09:14

Two ways to achieve it: 1. Create main workflow, which willl run 2 subworkflows and wait for them to finish. One for Manager, second for Economics. After that - decision step which will route main workflow based on result. 2. Main workflow with acceptance step, and assigned tasks to multiple peopl

Haven't tried it but i'm thinking about: 1. On change of a dropdown - set technical column on that row to TRUE. 2. Using form rules (on the same change event) - execute global action (it's possible with JavaScript see screenshot). If it shouldn't run on change, then add some button to trigger it.

Generate reports - scheduled
13.07.2023 08:58

So, the idea is that you use a simple workflow as 'Notification sender' (1. Workflow setup). 1. It should have 2 steps, one for registration, and second for ended workflow. Between those, you create a path, with a send custom e-mail action. On the form you should prepare fields, which will con

Missing barcode actions
11.07.2023 10:08

Do you have BPS Barcode Framework license? You can check it under Reports -> Licenses in Designer Studio.

By TOP i mean SELECT TOP(for example 50) SomeColumns, OriginalIDColumn FROM YourTable WHERE OriginalIDColumn NOT IN ( SELECT WFD_AttributeWithOriginalIDColumn FROM WFElements WHERE (logic to catch only documents from your process/workfllow/doctype)) It requires you to add te

I'll add third approach - you can use global cyclic action with start subworkflow action. Basically you write the select for data you want to import with mappings which column from your source is which field in Webcon. Add some identifier field in webcon, and filter out those that are already

Hello, I'm not 100% sure, but it might not be possible. I've tried once sending request with nested arrays with SOAP action, but i got an information there, that's not supported - not sure if thats case for REST response.

Implementing function random
21.06.2023 12:23

You can use SQL Command with that query: SELECT CEILING(RAND() * 3) It should return value from range 1,2,3

Hello, In case of flowchart resetting paths layout - i'm having same behaviour in 2021.1.5.367, and from what i remember it worked like that. I just stopped using it right away, after first reset. I'm trying to deal with it by changing start/end point of path on the step blocks. Never had pro

Create new process - Absence
16.06.2023 14:38

You could download ready template from here: https://community.webcon.com/online-store/app/absence/7, and make a quick look how it works. Also at knowledge base there are those articles: https://community.webcon.com/posts/post/absence-plans/262/20 https://community.webcon.com/posts/post/absence-r

Generate reports - scheduled
16.06.2023 14:35

Hello, it depends what kind of reports you want to create. Should it be a word/pdf/excel document, should it be built in report table/graph view? You can create cyclic action, which will be executed every x time -> https://community.webcon.com/posts/post/cyclical-actions/106 I'm using it to

A simple change, there is a button 'Ask a question' on both Forum and User Voice, lets make it different :) 'Ask a question' is good for forum, that's what forums are for. For User Voice maybe change it to something like 'Make a suggestion' or 'Share an idea' ? - it will be clear what kind of

Let's start with a use case. I'll be working soon on a process for ordering buisness cards, which will include graphic, who is responsilbe for preparing files which are sent to printing company. On the buisness cards there should be QR code with vCard data. We want to avoid manual process of co

It'll propably be a detail, but cast it to INT, as ClearWFElemID returns NVARCHAR.

Within your select, you can rename DET_Att5 to COM_ID, as written in context help (see screenshot). It should override whatever you have typed in Default configuration tab. @Edit Seems like Karol was faster, and i havent refreshed my browser :)

Cloning an app or workflow
08.05.2023 15:26

Hello everyone, In this case i'd consider just conditional task assignment. As Daniel already pointed out, you can use Buisness Rules for that. On the form you could add a dropdown with 2 values: * Order for IT * Order for Economics And in the Buisness rule you just go with IF Order for I