Hi, While using search panel of application report I run into a problem where the report doesn't show any results. The problem occurs after selecting a value in the step field (screenshots below). Has anyone met similar issue and know how to fix it? Is it a bug?
Hi, I want to add a few calculated column in my report(Webcon Sharepoint version) but the button "Add calculated column" is disabled and I don't know why. Do you know why this button is disabled?
Hello, Is there any possibility to change attribute field name on form based on different attribute value?
Currently I'm migrating files from SharePoint to a custom built WEBCON DMS application. Normally the Instance number is generated according to a rule which is perfect for new files. The customer wants to keep their document numbering. For the existing files I would like to update the Instance number (Database: WFD_Signature) using a small SQL script. But is it safe and is it wise to do that? I'm aware the numbers need to be unique in the system, and I know they are unique in the old system. (...)
Hi, we would like to use the SOAP web service in WEBCON (DBVersion 2022_1_2) . How can we get the delivering result? Webcon by default marks only the "Messages" area. See screenshot. Unfortunately, other markings are not possible... Thanks a lot! Florian
I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task<ActionResult<GoogleFile>> CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new GoogleFileWrite() { Description= fileInfo.Description, MimeType = fileI (...)
Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!
Hello, Does anyone have an idea how to hide the "Field name" (label) on the form? I'm aware there is the Style & behavior tab, but that doesn't produce the desired result. I'd like to completely hide the label and have the input stretch to full width of the form. I can achieve it with a Multiple lines of text field (Field name placement: "Above" and display: none; for the field name). Is there any way to have the same for a Single line of text field? Thanks!
Hello community! I'm not new at all programming in C#, but what I would like to know and I've never found a working solution until today: How to show line numbers in stack traces of C# SKD plugins? For example, when printing the stack trace to the SDK log? Thank you! Marco
Hi community, once more I need some help to get things working: Having the task to show a picture within a report in WEBCON BPS 2022.1.2.59 I found this article in the knowledge base: https://community.webcon.com/posts/post/the-picture-form-field/32 Establishing the fields and trying to get the image rendered within a report I had to learn: Only the link generated in the way as described in the article is shown. No matter, what type of field I use. Can anybody please help me in findi (...)
Hi folks, I was wondering if there is a way to use a signature pad (WACOM STU-540) for the handwritten signature field in a workflow. How does this work? If someone has experience with something like that I would be stoked. Best regards Fabian
Hi everyone, did someone came across an option to verify, whether the save has been triggered by the save button or by a path transition in a form field extension logic class? I did check to no avail: - Public properties - Non-public properties - Passing {CURRENT_PATH} inside the configuration. Unfortunately it was empty too :( Does someone has another idea? Best regards, Daniel
Im trying to construct a Workflow using GDPR settings. For the data to be stored im using personal data dictionary. How to configure external data sources and how to configure the SDK actions to search into the data sources.
I have the Decisions Card applications and I can choose several budget items (one - many) for them. Then I have an invoice app where on the list of items I choose the decision cards with budget items on the list that tell me the rest of the data, but the most important thing is that I would like to open the decision card after selecting the decision card and budget item. At the moment I have 2 bugs. If I set the DET_ID field in the data source, it opens a custom form for me. If I choose ID, I wi (...)
I made the recent upgrade to Version: 2022.1.2.31 and I have noticed I can no longer limit the choice tree node selection to the last leaf I have rechecked that the option 'Allow also choosing intermediate nodes' is unselected on the choice tree configuration options Checked older workflows and they are also now not limited to the last node. As this breaks a relational dependency its something I can't leave this up to the wisdom of the user Is this a known issue?
Hi Everybody I hope you can advise me about processing documents by Solr, it does it extremely slowly in the queue, it takes about 1-3 seconds per document without attachment. I have about 300-500 thousand documents to modify, recently when I filled the queue with 80 thousand, it was unloaded for 4 days: / My configuration: Webcon 2020.1.3.434 Solr (version 8.3.0) info from dashboard: Physical Memory (63%) - 32GB Swap Space (48%) - 36GB JVM-Memory (54%) - 8GB
Is it possible to generate a QR code other than the database document ID in Webcon BPS? I used the action described below but it is not optimal for me. I have an action (javascript) that generates a QR code and puts it in an HTML attribute. The QR code is created from the value of the text attribute. I want to insert this QR code into the attachment created from the document process. HTML created in this way cannot be added to an attachment. I added an image type attribute, I can drag from H (...)
Hi everyone, I'm currently trying to solve a situation where I have a questionnaire with answers from which the users has to choose one. The answer will set other fields in the item list. The questions and answers come from a dictionary. Since it's a questionnaire I would have liked to have a drop down for the answers but since this doesn't have an option to define target fields. I moved to the autocomplete alternative. This in turn has the drawback that the it takes 2-3 seconds to load th (...)
Hi, it is posible to export data from item list to Excel in action but only id from column value? Only way i found is map item list to excel table (Sheet1!Table1). In this way the whole (id and name) of column is exported. But I want only id or name.
Hi everyone, I just had the need to get multiple rows of data without having access the the SQL database. I didn't want to create a field for this one time use case. Unfortunately the 'Test' result window of the expression editor, didn't have the option to copy the result. Luckily I thought of the Administration Tools\Search Logs. As you can see in the attached picture, I was able to execute an arbitrary SQL statement and could export the result to Excel. :) Best regards, Daniel