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

search results

for field

(...) Hi guys, Is there an easy way to copy content from one process to another, e.g. using the WFDID? For example, to copy the content of a text field from process 1 to a text field in process 2 using an action. Our users would like to have a feature to copy content from older processes to current ones if it is similar content. A kind of "copy template".

(...) Hi guys, is it possible to display a dynamic tooltip/information via the description 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 description?

(...) on input style Elements which are not supported are rendered as text. This also applies if the elements are nested. There's probably sanitization applied before rendering the result. Affected field s are: 1) Data table 2) Data row 3) Item list column: Data row You can make use of the below SQL commands to check whether you are using one of the listed unsupported types. select APP_Nam (...)

(...) Hi guys, i just have another question... we need to create an Excel file from an item list. Basically, this works well using an appropriate Excel template. However, I have field s in the item list that are filled from a fixed value list and the action then creates an entry in the column in the format [ID#Name]. But I only want to see [Name]. What am I doing wrong?

(...) at can be started either from a Parent workflow or in the workflow, using a menu option (creating a sub-task). In the start step, I have editability rules, if the user is creating a sub-task, some field s can be edited, but if the task has come from another process, those field s cannot be changed. In the URL, I'm passing the ID when the user creates a sub-task to a field in order to use it as editab (...)

(...) Hi, Does anyone know how to do autosave after completing a field in form?

(...) Hello, In field Matrix in "Standard areas", last tab, there is a checkmark for "user manual". What does that do? Thank you, Regards

(...) e a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field , I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you

(...) e a timeout defined that is using the Executed at specific hours options selected? I'm trying to set the timeout to run at midnight but eveytime that I save, it changes it for 11PM. I have a date field , I want to use that date as the Start Date and then make the timeout run at Date + 12AM. For example: 17/17/2024 12:00 AM Thank you

(...) Hi everyone, I'm currently working with a popup search field that retrieves data from a REST web service. My challenge is that I need the ID to also be the value for the field . Essentially, when initializing the field , I need to set both the ID and the Name for the same field . However, when I attempt to do this, I encounter an error. Has anyone else faced this issue or found a workaround to handl (...)

(...) each step of the process (Bar chart) and the average Day(s) in step as a Line chart. This is not working. I don't have any filters, nor calculated columns. I've tried to create a chart with another field to check if the issue is related with Day(s) in step field , still I get the error. Does anyone configured something like this? Thank you

(...) ught up the actual error: ** Conversion failed while converting value 'xxx' to integer ** The root cause was that I forgot to add the single quotes in a where condition using the id of a choose field Wrong statement: and {WFCONCOL_ID:544} = {WFD_ID} Correct statement as of WEBCON BPS 2023 with the calculated id columns: and {WFCONCOL_ID:544} = '{WFD_ID}' The big question is, why was it work (...)

(...) Tool tip for path description - HTML tags acceptation ... so big "field " ... so much information can "absorb" ... and no HTML tags formatting :/

(...) Hello, Is it possible to programmatically migrate SharePoint list data to a Webcon BPS dictionary using PowerShell, especially if the field s in both systems are identical. or if not, is it possible to migrate just by exporting SharePoint list data to Excel then import it on Webcon dictionary? Let me know if there are other recommended method to do this and the steps. Thanks in Advance.

(...) if I have flow where element have assigned 4 people in parent flow A,B,C,D. A is finished B is waiting C is finishing D is waiting now I do move parent flow by tech/system path to update some field /field s [whatever] and I would like to: keep A is finished B is waiting C is finishing D is waiting only option I see is: Cancel [3] so .. A and C need to finish again Completed [2] B and (...)

(...) executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/127.0.0.0 Safari/537.36 Edg/127.0.0.0 | href: | ex: System.ArgumentException: field with id=0 doesn't exist during import i got information that: 8/21/2024 10:19:45 PM Import started. 8/21/2024 10:19:55 PM Import in progress. 8/21/2024 10:20:32 PM Warning: Variable value not f (...)

(...) Hi, I have three field s: Name - text lastname - text domain - choice field And one technical field to which an action is assigned: concat[name][.][lastname][@][domain] The action works correctly but takes Polish characters into account. Is it possible, and how, to remove Polish characters in the technical field , i.e., replace "ą" with "a," and so on?

(...) aps link in a Data Table', 'Coloring a Data Table entry from the previous day excluding weekends', 'Displaying graphics in a report', or 'Limiting the maximum number of text lines in a multiline text field using RegEx' would be sufficient. Sometimes, just three sentences and a screenshot are enough. What do others think? Best Regards, Bjoern Poller

(...) Hello :) I have a process where I generate an XML file. I would now like to extract this XML file in another process with a sustainable solution. My XML file contains multiple field s as well as lists. What would be the easiest way to achieve this using WEBCON? I was thinking of writing the content of my XML file into a technical multiline text field via SQL and then extracting it with the "Change Val (...)

(...) I'm trying to create a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button. So instead, I'm adding one using a dataRow form field , where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete has the (...)