Hello, yes it is possible - you can create action/automation - `Send a custom mail`, with Receipent set to Author. You can see see examples around fig. 11 here: https://community.webcon.com/posts/post/e-mails-and-templates-in-webcon-bps/61
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
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 :)
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
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?
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
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
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.
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
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
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.
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
Do you have BPS Barcode Framework license? You can check it under Reports -> Licenses in Designer Studio.