Hi all, I'm implementing an application for user management taking the guide done by Webcon: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 So far, I'm able to check Applications and Processes privileges but when it comes to the Business Rules, I get an error for the column they use as Users (users . BRD_Users) : select users . BRD_ID , isnull ( DEF_Name, '<Global>' ) as DEF_Name , usage. BRD_Name , usage. BRD_Documentation from WFBusinessRule (...)
Hello all, Does anyone configured a calculated column in the reports to calculate the difference between current date and a date field from the form? I was trying days (getdate() - form field) but it's not accepting the days formula. Thank you!
Hi there the absence-wizard seems to be the only way to generate an absence-process in webcon. the datasource for vact-types is seemingly hardcoded. I cannot change the dropdown, delete it, nor change the system connection to add more types. if I add a new dropdown and simply hide the provided one, the data does not go where it´s supposed to go because it is not transparent where the data is written or how the absence-process figures out at what data to look. if someone has replicated / self (...)
Hi, I have freshly installed the newest version of webcon and activated it with the Express license. Online it is stated that Express is fully functional up to 10GB. But the document template process I created does not work (can not save) and I have a license message reading "Entwicklerversion - WorkFlow Fronton-Lizenz fehlt". Translated meaning "Developer version - Workflow FrontEnd?-License missing". Does Express not support attachments or is this an error in my part?
Does anyone came across an error like this? Not sure how to solve it. I attached the list of actions that occurs in the path but I don't understand what is the problem. Thank you for your help!
Hi everyone. I've prepared my first prototype in Designer Desk and now I'm trying to test the workflow (before publishing the process in Designer Studio). When I'm trying to go to the next step I get an error.
Hello all, Thank you for taking the time to see my question! The travel team of my company uses a specific application to search and book flights. When they have a flight chosen and booked, they get a table through a command done inside the application which can be pasted in email/world/excel. When the copy table is pasted in notepad++, the script is not available so I was trying to get ideas on how to paste the information inside webcon and make it available as a table. Does anyone (...)
Hello all, Does anyone configured an historic cumulative graph in webcon? We can do a cumulative based in one field but it's possible to show the bar that is summing the previous month? Any ideas are welcomed! Thank you!
Has anyone used the advanced settings or verification path option of the step "Wait for sub-workflows"? Advanced settings The default options are limited to all positive or one negative. So the parent workflow would continue as soon as the first sub workflow has been finished negativ. In my case it should wait until all sub workflow finished negative or positive. I thought about using the advanced settings, but I have no idea how. Documentation: You can also define the path dynamically. To do t (...)
Hi everyone, does anyone has an idea, how to create a timeout for existing instances? The workflow waits in a system step until the date of the timeout execution is reached. Unfortunately the insert condition was wrong, so all instances will wait there forever. One option would be to define an invisible path, which leads to the same step to trigger the timeout again. I don't like this approach. In a real world case it would mean to deploy the process to production, invoke the new path for ever (...)