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

forum

Hi, I'm seeking a hint, how to show in the table report that an item is assigned to more than one person. Has anybody an idea? When a task is assigned to more than one, it is visible in the info bar in the item form, but in the tabled report (e.g. "all open instances") it shows only one name. Is it possible to show the result of a business rule in a report? Kind regards, Klaus PS: we are using V2021

Hi, Is it possible to include the comments field into a pdf generated based on a template? So like you can include various form fields by creating a tag e.g. {WFD_AttText1}, is there such a code for the comments field? And will it work if we include it in a template to generate pdfs? Thanks!

MVP

Hi everyone, does anyone has an idea /have a hack to move the attachments / comments option to a tab? I'm currently trying to create a form, which should: - look good or at least ok - be usable with a big multi line text box - while using the task "view" and displayed info panel - has to compete with a paper based process with an arbitrary number of steps and options to write any information on the paper Best regards, Daniel

Hi, I have a problem with SDK Custom Action. I created a new action for Webcon2022 I added all assemblies to zip and when I want to execute the action in the response I see . Error code: 100 Could not load file or assembly 'Azure.Core, Version=1.25.0.0, Culture=neutral, PublicKeyToken=92742159e12e44c8' The version is not correct because in my solution I used 1.28.0.0

Hi all! I need to convert a dictionary process to a standard process. Before I start to create a complete new process from scratch I want to ask if there is an easier way to get this done. Maybe there is a tool or some script somewhere out there, which gets this done. Thanks a lot in advance & best regards, Nik

Hi all! We want to execute a JSON query on a path (actually it is some business rule containing SQL query) and send these results to an external endpoint (REST service). The problem is that the query does not reflect current changes in form, since this happens on save. This should be related to database transaction and current values which are not persisted at this moment. Is there even a way to handle this scenario properly in Webcon? We have a dictionary process, so there is no (...)

Hi all! On our system which is version 2022.1.4.155, all of a sudden this error comes up. We didn't change anything, in the past days everything was working fine. Did anyone have this error before or can lead us into the right direction? Thanks a lot in advance!

I'm trying to change attachment file name by adding signature at the beginning of the file name. Unfortunately Instance number is giving me only the number from autonumbering and when I'm trying to get signature from WFElementSignatures table I'm receiving "The SELECT permission was denied" error.

Hi, I noticed that the webcon workflow service logs warnings almost every time I display an element with an item list on it. E.g. I opened element in the browser and the service logged "Control not found ('SubElems_257')WFD_ID=21065". I don't have any page loading rules and there are no actions performed on this item list in the current step. It occurs in various applications and processes that I have. The event viewer does not provide any additional information. Does anyone have a similar situ (...)

Hi, I have an item list with a "date" column. I figured out that filtering (or even showing it in a customized date format in a data table) is tricky as the daty type of the column is actually nvarchar(1000). What I want to reach is to filter the data table based on a "date picker" field, but I don't manage to. Kind regards, Klaus

MVP

Hello, is there a possibility to use existing SOLR as Data Source? I had an idea to show users SQL grid, which would show similar items found in database, based on text typed in regular TextInput field. That lead me to Levenshtein Distance algorithm, which might be slow in SQL, but i've found that such a thing is already implemented in SOLR (https://stackoverflow.com/questions/1752301/how-to-configure-solr-to-use-levenshtein-approximate-string-matching). Also, any ideas how to implement i (...)

Hi, We have been getting more and more timeouts in our processes lately. For example, we are getting Sys.WebForms.PageRequestManagerTimeoutException: The server request timed out. What could be possible reasons? Where can I start researching? Thank you!

Hello. I have in mind that it has been possible in the past to format the text of the "task details" in a form by HTML, e.g. <B></B> <u></u>. That doesn't work anymore with V2021.1.5.xxx (see attached) The only thing that works is </br> for a line break. Is there a reason and more important: how can I format the text here? Kind regards Klaus

Hi, What would be the best way to generate pdfs that would contain different images (for example logos), based on a form field? I was thinking of two ways: -Create a couple of different document templates with pictures already inserted and dynamically select template based on the other field value(s). -Insert picture into a image form field during the workflow and then insert the picture into the document with the generate word document action (this would not be a good solution, since (...)

Problem with synchronization exchange rates from NBP (404 - Not - Found)

Probably from yesterday during the synchronization of exchange rates we get 404 in Webcon (version 2020.1.3.434). I would only like to get information whether it is a planned disable of the API or just a temporary break?

I've got following fields: 1. Choice field with connection to MS SQL table - name of the supplier. 2. Text fields like address, postal code filled based on the value chosen in choice field from point 1. 3. Another choice field with bank account numbers - another MS SQL table filter by ID value from choice field in point 1. Two qestions: 1. By clicking 'x' in supplier name choice field I'd like to remove all values from text fields. 2. By clicking 'x' in supplier name choice fields or by (...)

Has anyone ever tried to create a clickable hyperlink inside a word attachment using the bps word addin? It seems that the add-in just transfers string information to the document regardless of what "meta-information" is contained with the string (i.e. line breaks/formatting in multiline fields using rich mode) I get the link url put out to word but in word it's not recognized as such until i add a space or new line after it (same as it would when just typing a url in word) Thanks in adva (...)

I am attempting to control the AD sync on two different domains. How do I filter out the disabled accounts on the domains? There are users with the same names on both domains, is it possible to have the unique identifier the BPS ID as opposed to the Name so that users with the same name can by synced as 2 different accounts?

Hi, We have trouble uploading documents to some workflows and I would like to pinpoint the issue. I can't find any relevant information in Event Viewer, any other place to check? Thank you