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

most commented

Hello, just struggeling with setting up the REST API to create new elements from external app. It works fine in application context but I do not find a suitable guide on how to do this in user context. Do I have to enter the username and user e-mail-address in the mask as I assume? What is the "Authorized Redirect URIs" good for and where do I get this from? And: What is the main purpose of this setup instead of an application context? Can someone please deliver a good example? (...)

How does one go about creating separate environments for different purposes

Hi, I have an issue with the Change Items List action. It is defined to wait for required tasks to be completed and is tied to multiple people completing an action. But when the last person completes the action, the item list is updated, but only for the last person who completed their task. Is there any way to define the action so it updates the list for all the people who are involved in completing an action beforehand? Thank you

Hi, I have a following problem. I've created a data table form field that downloads data from SQL query. In that SQL query I have a following where clause, which compares a date from Oracle table to a date from a form field that is completed by an user (it is "user's date"): "where table1.date = User's date: date acc. browser settings(text)" and it doesn't work because of different date formats. I've tried multiple methods and nothing worked. Do you know any solution? However, the fo (...)

Hello community, it may be a silly question but my research in the knowledge base did not deliver a clue: When I use a HotMailBox to initiate new workflow instances, can I get WEBCON BPS 2022 to take the e-mail subject as content for a field "Title" and the mail body as content for a field "Description" (multiline field)? I found the ability to set default values within the HotMailBox configuration but this does not fit the needs if i.e. different tickets arrive at a HelpDesk applicatio (...)

Hi folks, I need to grant task assignments to a specific user, for already existing specific instances. And a select other person, which is already assigned, should be unassigned. Except for the "Add/Remove Privileges" Action (which is not what we want), I have found no way to switch task assignments. Is there a way to do it, preferrably via a MenuButton? Kind regards

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

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 (...)

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 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.

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 (...)

I found a problem on WEBCON with regular expression. In the attributes, in the "Style and behavior" tab, in the Regular expression for validation field. In my case, I set a limit to 11 digits (11 characters long, as in the Polish PESEL number) - "\ d {11}" to be precise. This regular expression works and detects the shorter string as bad. She recognizes even 11 digits as correct, that's good. More characters (e.g. 12 and not recognized as an error and allows you to proceed further on the form. (...)

MVP

We are using a Hot-Mailbox to process incoming e-mails with a pdf attachment. The attachment is added to the instance corresponding to the barcode applied on the pdf. This works fine so far. There is now the need, that the users has to send at least one other attachment which does not have a barcode and these should be added to the instance as well. Thought this would be possible by configure the "Additional attachments" sections, up to now i was not successful. Is there anything i mi (...)

MVP

Hello everyone, I’m trying to set the color of the cell in a report based on a comparison between the current field (AttDateTime1) and another column (AttDateTe4). It works if I compare the CurrentField to a fixed value. As soon as I try with the other field name, it doesn’t work anymore. Is it even possible to have such comparison? Thank you, Martin

I have updated a translation for one of the system name in Translator tool. I have exported the package and imported in test. I noticed that there is some delay in updating that. After few hours, the new language was updated in test. I have imported the same exported package in prod but it wasn't getting updated.

Has anyone experienced Webcon Workflow Service changing values of attributes by itself? As you can see in the attached screenshot, the change occured on step "Dekretacja" with no path passage. First at step "Weryfikacja OCR" the values of the OCR verification were corrected by the user and passed to the step "Dekretacja" for further proceding. But at that step Webcon decided to change the two fields (the ones passed through OCR z few steps before) for no reason. Has anyone come accross such Webc (...)

MVP

Hi everyone, I have the following use case for a customer: A workflow should be started from Outlook using the (full) Addon. Based on the from address some more information should be retrieved from a custom database and populate other fields. So far so easy, at least in the dev system where I can modify the data in the custom database. This is where my problem/the question starts: Does anyone have an idea how I can change the stored from address in an msg file/mail? I will ask the custom (...)