(...) ally would like to have the option to see/sort/filter the modified date and business entity which is currently not possible. I'm writing this post right now because I just received again a "bug" descript ion without a link or even an instance id. I have a good idea which process the descript ion is related to and in which timeframe the user worked with it but this doesn't help me because the date: - (...)
(...) Hi everyone, maybe you have read the change log of the latest version and come across the new action and it's descript ion: This action adds all rows from the specified Data source to the indicated Item list, without checking for duplicates, but taking into account the values specified in the Columns mapping section. Executing this action may result in duplicate rows of the Item list. As (...)
(...) node (see attachment). Based on BranchNumber, and BuildVersion you are able to specify which Webcon version have been used to export that specific .bpe package. You might also use this powershell script : $path = '.\bps_package.bpe' Expand-Archive -Path $path -DestinationPath . -Force [xml]$xml = Get-Content $path.substring(0, $path.length-4) $xml.SelectSingleNode('//PackageVersion')
(...) Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of javascript it is possible to set the accept attribute of the input field. The open file dialogue reflects the accept attribute and would filter the corresponding file types. However, this has no impact whe (...)
(...) I created process where I have got: 1. Parent process with Item list: a) descript ion b) attachment 2. I start child process a) copy data + copy attachments b) i would like to populate the same in child item list with records correlated with coped attachments ... I did SQL source: [code="SQL"] SELECT e.DET_ID as 'ID wiersza dziecka', e.DET_WFDID as 'ID Elementu Detalu dziecka', (...)
(...) Hi guys, is it possible to display a dynamic tooltip/information via the descript ion on a form field? I should display a value including VAT on a value field that has no VAT and i don't want to use a new field. e.g. something like that: "Amount incl. VAT : {FD:166} * 1.19" Is there perhaps another way to display a tooltip on a form field other than via the field descript ion?
(...) Hi, it would really be great to add a custom title or even a descript ion to a new diagnostic session or in the overview. This would make it easier to identify the session. It would nice if the user could provide the details but it shouldn't be in the "end and save session" dialog. It happened to me a few times, that the a JS error occurred and the dialog wasn't displayed. Best regards, Dan (...)
(...) to add support for the hyperlink action on the attachment menu. The only additional thing which would be required is the id of the current attachment. The hyperlink action supports executing Javascript and one use case would be to trigger the print dialog without opening the preview. While this is one there may be other use cases which is the reason why I don't request a "print action". Best re (...)
(...) es about missing files and dependencies during the installation. Does anyone have experience with troubleshooting these issues? I also check this: https://community.webcon.com/posts/post/c-and-javascript -components-in-webcon-bps/245/36 Once I successfully install Webcon, I'd like to ensure optimal performance. Could you share any essential configuration settings or best practices to keep in mind? (...)
(...) between a column date and today's date. This only works after clicking on the save but I want the background to be set as soon as they define the Date column. Probably this will only work with Javascript functions but I don't have any experience with that. I want to create an alert if they select a date where the difference is less than 2 days. If I could also display some text, it would be great, (...)
(...) in wrong place: - (8/12/2024 8:29:33 PM) Searching LDAP://ldap-server:389/DC=ldap,DC=goauthentik,DC=io?uid,gidNumber,objectClass,accountExpires,adspath,cn,company,comment,countryCode,department,descript ion,displayName,distinguishedName,givenName,homeDirectory,homePhone,info,ipphone,isCriticalSystemObject,localeid,mail,manager,memberOf,mobile,name,objectCategory,objectVersion,ou,pager,physicalDeliver (...)
(...) Hi, I have been interested for a long time in the topic of how the Superior type (Form) functionality works. I have not found any descript ion anywhere of how it works. Has anyone used this and is able to say something about it?
(...) he alias would be used. "ElementName" would get the alias "Subfolder" "Category" would be "Filename". This way: - We won't break the old SQL statements - There's no need to create a migration script . - New users wont be confused. Best regards, Daniel
(...) arts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around is now: add 1. 2. 3. to order names or use java script ... related topic: https://community.webcon.com/forum/thread/5721
(...) Hi, I'm currently upgrading processes to WEBCON BPS 2024. I was expecting issues with custom Javascript but encountered also one with the "Add attachment" action. While testing I got this error: Error occurred in add attachment action: Copy attachments. No attachments I'm not sure when, but it seems that WEBCON BPS now checks whether any attachments exist which can be copied over. If they (...)
(...) using single field value actions. Currently 2024.1.1.88 we need to make sure that all fields we are settings with action have at least to be marked as "read-only (cannot be modified except by Javascript )". If they are inside a group/tab the tab the same this cannot be marked as read-only either. We have more than a few cases in which we have fields, which should not be editable by users but are s (...)
(...) Log Range: Solr Message: SOLR indexing failed Category: Exception Role: SolrElementQueue Descript ion: SolrElementQueue item ID: 1089 Type: Full Whole process duration: 0,00s. Elements: 0. Exception at ID: 7400 System.Globalization.CultureNotFoundException: La culture n'est pas prise en charge. Nom du paramètre : name cz-cz n'est pas un identificateur de culture valide. à System.G (...)
(...) Hi everyone, if I'm using an HTML field it would be great, if there wouldn't be any margins imposed on the control (1). My only idea right now is to remove the class which causes this via Javascript in the HTML field, so that it is aligned with the other controls (2). document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remov (...)
(...) Hi, It often happens that the list of items should have unique values, at least in 1 column. Currently, I often create and add a script to check when adding an item with this value already exists. A great convenience would be the option in the column configuration, 'unique item'. The user would receive an alert that an item with this value has already been added to the list. Regards.
(...) the middle part, which is saving the entire text layer data to the form field. Have any of you heard about an SDK able to do that? Or can you help me with some practical examples? Maybe a PowerShell script ?