(...) We are having a document template with check boxes which should be checked/unchecked based on form field values. Does anyone have experience how to achieve this? I've been trying the approach of using wingdings 2 which basically worked but failed during the conversion to pdf.
(...) Hi, I tried to add a field from the process in the word template but I get the error from the attachment. I tried with another field from the same process and it works. I used webcon version 2022.1.4.127 Thank you, Raluca Lupu
(...) low, but it does not work. Tried different columns, tried "" and '', tried contains but it does not work. Any ideas how to do it properly? 3153 I have a field "Project Code", text type in Webcon, and "Project Code" text type in SharePoint. Filtering using this, does not work. 3153 in above example is a project code that I tried passing manually or throug (...)
(...) . COS_BPSid and COS_email are not the same in my case. That seems to be a bug as the log of action suggests that data is searched firstly by BPSid then by DisplayName. The problem appears while using field "single string record". While using field "Person" there is no such problem. LOG: Sequence contains no elements at System.Linq.ThrowHelper.ThrowNoElementsException() at System.Linq.Enumer (...)
(...) Hi, Is this a bug? I am trying to delete a field from a SET statement, but Webcon tells me it can't be deleted, because it is used. When I click Show Usages, the message is "This configuration element is not used anywhere. What is going on? Thank you
(...) Good morning, we just updated WEBCON from 2021.1.4.154 to 2022.1.4.127 We noticed that there is a new functionality in the frontend that checks for unsaved field s when exiting the page. Overall, a great new feature, but unfortunately it leads to a negative user experience in some specific cases. For example, we often use only one start step to implement a search for the users. The user (...)
(...) ps 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 field s 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 (...)
(...) 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 (...)
(...) 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-config (...)
(...) owing 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
(...) Hi, Is it possible to include the comments field into a pdf generated based on a template? So like you can include various form field s 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!
(...) Hi, i would like to disable links on raports on LookUp field s, is it possible?
(...) erson selected during the workflow (a responsible person). What would be a secure way of adding these "pictures" or scans of signatures to the generated pdf? One option we tried was creating a form field , that generated a URL with the path to the image of the signature based on the person selected as a responsible person, but this solution is not considered secure, since the signatures must be stored (...)
(...) After upgrade to version 2022.1.4.174 I get errors on some querries that use . Error occurs when querying another database directly or using join, etc from SQL COMMAND or choose field querry. I found that this is related to change described in https://community.webcon.com/download/changelog/117?q=cf05b90, associated with using bps_user on SQL COMMANDS. Is there any way to deal with it at SQL server (...)
(...) alidation stopped working until I noticed that the lastest workflow instances are not returned by the data source. The screenshot shows the data from the "data sources" navigation pane, it's not a field which is filtered. Best regards, Daniel
(...) for a way to get the name of an ItemList within a SELECT statement. I'm planning to build a way to move an ItemList row to another ItemList in the same instance. Therefore I need an autocomplete field with ID=ItemListID(DET_WFCONID) and Name=? . I'm kind of stuck. At the moment I can't even find it under (https://developer.webcon.com/2022/resources/db/). Anyone out there for a little help? (...)
(...) Hello community! I’d like to pick your brain about something that has been bothering me for the last hour. :) Does anyone have a solution for this? User enters the date in the date picker field (AttDateTime) and hits TAB: - if the value is 8 digits, then SET(AttDateTime) = CONCAT(using values from AttDateTime) - if the value is 6 digits, then SET(AttDateTime) = CONCAT(using values from AttDateT (...)
(...) Hello everyone, for a new idea i have in mind, it would be great, if there would be an easy build-in way to anonymize all form field s of an instance, which are marked as "Data Type - Personal data" in the Personal data storage (Style and behavior TAB). As far as i tested, there is always the need for a "Personal Data Dictonary", when using the action "REMOVE PERSONAL DATA". QUESTION 1: Is th (...)
(...) Hi community! I am struggling with Word Add-In and data tables. The requirement is to show a table of order positions, each position contains an image field with a barcode (which should be shown in table) and some other field s. Is that even possible and if so how? Thanks a lot in advance & best regards, Nik
(...) Hi there. Trying to familiarize myself with the for each action. I have an item list an I want a business rule to evaluate the value for each row of a certain column (choice field ) an execute an action for it. Unfortunately, as soon as I have more than one row in the item list, the BR evaluation will fail as it attempts to test against all the row values for the specified column. My BR uses: (...)