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

Maksymilian Stachowiak

User

Hi, Is there a possibility to show us the query? Values from attributes which are displayed in editor as named blocks, are internally represented as {N:AttributeID}, {AttributeID}, {WFD_ID}, {WFD_Signature} for exapmle. 'Incorrect syntax near' is container for a lot of small typos. Are you s

WEBCON 2023 and SQL 2022
08.08.2023 12:28

Hello, I've just installed WEBCON 2023, on SQL 2022 like 2 weeks ago. (Testing purposes VM) Databases for WEBCON are created with compatibility level set to 120 (SQL 2014).

@Daniel, of course you can, thanks! I'll add link to your's too ;)

Hi Radek, sorry for late response - unfortunatelly I've never seen this error and it's hard to replicate without any information about configuration. I wrote whole article on that topic in the meantime - maybe it will help :) https://blog.lumenn.pl/importing-data-to-webcon-1/ https://blog.lum

Would be great to have it! I can't count how many times i've bounced off the wall with the string_split :)

User privileges
31.07.2023 18:34

Hi Joanna, When it comes to privileges - you can set them in three kinds of 'global' scopes: * System * Process * Workflow/Form Those are pretty well summed up in built in documentation (attached screenshot) If you will not give user/group permissions to read all documents in any of globa

Turning on OLE Automations on SQL Server might increase the attack surface of SQL Server, so don't forget to turn it off if you'll go that way. 1. It's possible to map values to list items - you can see it in the docs here: https://developer.webcon.com/2023/resources/rest_api5.0/#tag/PublicApiElem

User > API authorization
28.07.2023 11:30

Ah yes i can see it in graph documentation, sorry i lost that part from main post. With technical user it'll be hard to achieve. From what i understand end user can't have permissions to acess that calendar?

User > API authorization
28.07.2023 10:32

I'd try configuring it with application permissions instead of delegated permissions then - similar as for mailapprove and mailbox. Everytime you don't want user to sign in to their own accout - you have to use application permissions. Basically follow this to create application, user, group: h

User > API authorization
27.07.2023 10:31

I'm glad it works! It would be good to have it documented in Designer Studio though (i'm running 2021.1.5.367 and F1 doesnt bring any help on authentications, maybe it's in later versions), and not have to look through changelogs to find it. Could we get some response from Webcon Stuff on this

User > API authorization
27.07.2023 08:57

Hi Karol, F1 doesn't show any help on this topic in Designer Studio, but thankfully it's pretty well documented in changelog when that functionality has been introduced: https://community.webcon.com/download/changelog2/51?q=34ce750 - it's around 6th page :) From what i see you have to add OAuth2

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