WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Top rated

top rated

Based on Daniels blog (https://daniels-notes.de/posts/2021/javascript-form-rule-execution-on-page-load#show-all-attachments-after-page-load) it is posible to open first attachments after page load but from all attachments tab (becouse attachment is in parent workflow)?

Hi, Do you know how to remove a pen icon from autocomplete field? And what for is that icon? It changes to "list" icon when you click on it. I've attached a screen. Regards, Lukasz

Hello, after playing around with the answers in the former thread I think it may be helpful for others to present my approach here. If anybody wants to reply to improve it, I will be grateful to learn. 1) Requirement Within a process a group of users is requested to deliver an approval by two different members from within the group. Also it shall be possible to change the process to two persons approving each of two approval steps (4 eye principle or 8 eye principle). 2) Task Creation (...)

Hello, I struggle with this scenario: 1) An AD group of 8 purchasers gets the first task to approve an order. 2) One user approves the order for the first step. 3) Several steps later another purchase out of the group of 8 is meant to approve the order again. But not the user having done the first approval (1). My approach would be to get the first approver from the tasks table via SQL and make sure that he is not within the users for the second approval. So that this user would no (...)

Hi, we have a requirement to calculate no.of days took to complete an assigned task. Created a business rule with below code: select count(*) as BusinessDays from Calendars where cal_isworkingday = 1 and cal_workingdate >'{BRP:26}' /*starting date*/ and cal_workingdate < '{BRP:27}' /*exit date*/ BRP:26 and BRP:27 are business rule paremeters. BRP:26 will be capturing on entry of the step. BRP:27 will be capturing on exit of the step path. Attached the screenshot of the action ad (...)

Hi folks, As you (to my knowledge) cannot add a html field, like you can do in dashboards, I wonder how to get code into the very first page of Webcon. Our goal is to redirect directly into a specific application, but we cannot use the URL rewrite module of the IIS. Best regards Fabian :)

Is it possible to filter on a specific step in the report (view - new view) (regardless of the DEV / TEST / PROD environment)? Unfortunately, when moved to another system (DEV to PROD), the ID of the steps changes. And from the browser level, when adding new views, you need to add the step ID.

Is it possible to sort by the selected column (additional column, e.g. priority) in the dictionary selection field? Or to arrange your own order?

Hello, Does WEBCON use Spring (java)? Is WEBCON vulnerable to Spring4shell CVE-2022-22965?

Hi, I am having a problem when sychronizing Azure AD users to BPS, is there any possible way to not synchronize all users from the directory but instead just users assigned to an OU or Security Group. The reason i am trying to do this is because of data privacy concerns of a customer who has users of multiple subsidiaries split into different OU's and to declutter my people fields. I know i could just create a BPS Group and assign the AAD Group which holds all user i want to be shown in the (...)

Hi, I need to create an action / rule that will work like this: I check the VIES checkbox (file1) and then I have to add the attachment assigned to the vies name (file2). If checkbox is selected and the attachment is not associated with the correct name, then an error message appeared.

Hello, I have a quick question - are privileges added to item through "Add privileges" action visible in the administrative "privileges to item" panel? I'm asking, because I have an action that is being run on an item, there is no error, but the rights given rhis way are not visible. Is it normal (I have the latest of 2021 versions still running)?

Hello, I would like to ask if it is possible to automatically collapse attachments in a given group? I wish this would work in the same way as the collapsed attribute group. Alternatively, is it possible to write a rule that would control this? Thank you for your help.

Hello, my task is: A new workflow instance is to be started through calling a web service from i.e. the ERP system. I cannot find any howto or documentation that explains how to proceed. Is this possible in general and can anybody help with a hint what to do or where to find a documentation / howto? Thank you in advance.

Hi all! We implemented a button with popup functionality to create a new workflow item. On callback of popup item we want to set new workflow element id to dropdown, but obviously the new item is not in dropdown. Is there an easy way (with Javascript) to trigger reload of dropdowns datasource? Thanks a lot in advance & best regards, Nik

When trying to import an application, WEBCON BPS Designer Studio tells that the operation fails. I may check if the role "Import" as been started for the actual database. Where can I check this? Where can I activate this role? Thanks for any help. ---- Issue solved: The "basic role" message has been shown due to the fact that the BPS service was in "Safe Mode". The "Safe Mode" issue - in this case - has been solved by updating the license information and restarting the service (...)

Hello folks, The query in the attached image is not working in the designer, but working flawlessly on the same DB in the MSSQL Management Studio. Is there the possibility that the designer somehow does not like "ROW_NUMBER" function? Or is it a Webcon bug? I hope someone has experience with this already. Thanks in advance :)

Is there any way to check how many attributes of each type have been used in a process (I mean not manually)? Thanks in advance :)

Hi all! We have to transfer some values from old database fields to new database fields, since we want to switch some fields in process to global fields. We plan to do this with well know T-SQL statement (UPDATE WFElements SET ...) within a cyclic action, which can be triggered on demand. Does anyone know if there are any restrictions in Webcon SaaS (Software as a service) regarding SQL UPDATE or is it allowed to do such thing? Thanks in advance & best regards, Nik

Hi, I am populating 'WorkflowID population' form field based on the 'Select Marketing support' selection. Select Marketing support is basically the the type of the request. upon Marketing support selection, populating it's Workflow ID in the 'WorkflowID population' form field. Once that is populated, I need to set a default value 'Workflow name - test' form field. I have created a business rule with below If else condition and set as Default value on the 'Workflow name - test' form field b (...)