(...) tance, i am giving the users the ability to make a save for the moment (caching all inputs so far), so they could finish the instance later. If the user wants to start that instance again, all input field s are invisible and a DATA TABLE shows the already started instance including LINKS to that instance. I would like to have that links opened in the existing window, but i dont find a working way to c (...)
(...) Ok, now that my PS script is running, in this particular instance I need to grab a variable result and assign that value to a form field . Simply assigning the Form field = $psvar isn't working. Is this possible?
(...) dition when the foreach functionality was added in form rules for item lists, but they seem to be limited only to get and set values. There are plenty of reasons for witch you could need to disable a field or color ii differently using form rules. It would be great if styling field s with the foreach functionality would also be possible. I have attached an example where the field s marked with yellow sh (...)
(...) nge to none, change color to white and a want to add padding and bottom. It is my code : [|ElementAddress|] [|MessageBody|] I upload how to my div with ElementAdress looks. How to change this field . I have old BPS . It is version 8.2.1.63
(...) portunity to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its quite common to display bigger chunks of data in that form field . Documentation that redirects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field -to-an-excel-file/ I am aware of alternatives (...)
(...) Hi everyone, does anyone have an idea whether it's possible to retrieve the users to whom a task will be assigned in the next step? What I've tested so far: - Verified that the variable 'System field s\Assigned persons' contains the current persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and executed this in an action during (...)
(...) join WFBusinessRuleDefinitions as usage on usage . BRD_ID = users . BRD_BRDID left join WFDefinitions on DEF_ID = usage . BRD_DEFID where dbo . ClearWFElemIDAdv ( users . BRD_Users ) like '% {formfield ID}%' and users. BRD_ReturnedValueType = 5 and users. BRD_IsLocal = 1 If I comment all those where conditions, I don't have any value for the User part neither in the WFBusinessRuleDefinition (...)
(...) , {DCNCOL:467} as {DCNCOL:463}, {DCNCOL:468} as {DCNCOL:464}, {DCNCOL:469} as {DCNCOL:465} from WFElements join WFElementDetails on WFD_ID=DET_WFDID where DET_WFDID = {WFCONCOL:3295} (form field in the subworkflow where I save the ID from the parent) and DET_WFCONID ={WFCON:3192} Second issue is that, even trying to save the ID from each subworkflow in the item list select {WFCON (...)
(...) lates after the upgrade to version 2021.1.4.36. I was using formatting of numbers with thousand separators, which worked fine with version 2021.1.2.101, but after the upgrade, instead of numbers, the field name is present in the output. When I leave the formatting with \* MERGEFORMAT, the values are transferred into the document. Did anyone else notice the problem? Best regards Aleš
(...) Hi, I have created a report, in which i am only interested in showing the Year-portion of a datetime-field . This works good until i try to group for the shown values in there. The groups are not built by the years in this case, but still on the entire value. It would make more sense to group according to the display option the grouped column is set to. Especially because i dont know how to do calcu (...)
(...) nerate preview in Designer studio and save the process, the preview is available (when clicking on the step names in the Information panel in front end). As soon as I make some changes, e.g. modify a field name or any other modification and save the process again, the preview is not available anymore. I noticed also that the preview quality (generated image) in front end depends on the designer studi (...)
(...) I have a report that displays data from several processes. If I want to filter by a column which is a global or computed field , for example, the data is prompted only for those that have been loaded. if the data in the filter has been read to the value, e.g. 'o' trying to narrow down to a word that starts with the letter 'p' the search doesn't work. It works well if we filter by column, e.g. author, af (...)
(...) It would be great having an additional field "Description" for local groups.
(...) o me, how this is expected to work. I added one time out action with Type: Minute, Interval (minutes): 1, Repetition count: Infinite and 1 action below which basically changes the value of a single field . My expectation was, that this field change should happen on every workflow element every minute, but this didn't happen. What did I do wrong? I know this is a dangerous scenario, but it is for te (...)
(...) We have to iclude the Google Tag Manager into the Head and Body of the generated Webcon site of a dashboard. Including into the body seems to be possible via a HTML field . But we seemingly have no option to put it into the page header. Does anyone have any experience with Google Tag Manager and Webcon?
(...) Hi everyone! I've recently heard that we are soon to have electronic invoices in XML format (in Poland) instead of PDFs. This should shorten invoice processing in Webcon as we could read field s straight into the form with no errors and no OCR verification step. This sounds very good, but will Webcon be ready for this? Will there be actions allowing to read data from xml structure and map them to the fo (...)
(...) ave multiple employees working on it, therefore I created a multi-user selection in the project dictionary. When selecting the project I want to get all projects where my account is in the employees field , like: Filter: [Employee(Login)] is in [Data source columns(Employees)] This will give me the project where I am the only one. I need also the project where others are selected as well. See screensh (...)
(...) A feature we think will save a lot of time for our developers would be the ability to double click the on the usages actions and open those actions in a popup. All kind of ussages (field s, Busines entities and so on...).
(...) ależy do tabeli Result. w System.Data.DataRow.GetDataColumn(String columnName) w System.Data.DataRow.get_Item(String columnName) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.Formfield s.Choose.ChooseValuesLoader.c__DisplayClass7_0.b__0(DataRow row) w System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) w System.Linq.Enumerable.c__DisplayClass7_0`3.b__0(TSource x) (...)
(...) Hi, Is it possible to copy an entire item list to a subworkflow? In the official guide, there is just an example of copying form field s to subworkflows: https://howto.webcon.com/action-start-a-sub-workflow/ Has anybody accomplished anything like this? Thanks