(...) Hi Is there possible to set a rule or something else, so that you can only add one item in an item List ? And if a user tries to "Add" a new item (2nd item) to set an alert ...? Thanks.
(...) Hello! In the form, I have a List of items X that is sorted by column A in descending order by default. How can I set up an action to generate data into a .docx file or specify an attribute for the List of items in the .docx file so that the exported table with the List of items X is sorted by column A in ascending order? The descending sort by column A is because the data is being added to the (...)
(...) I created process where I have got: 1. Parent process with Item List : a) description 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' (...)
(...) Hello everyone, in our main application, we need to import address List s from clients. For some time now, we have been hitting the limit of 1000 rows. I would like to suggest reviewing the current server performance to determine if it is now feasible to increase this limit to 2001 (header + 2000 rows) or, ideally, to 2501. This adjustment would significantly ease our workload, as we currentl (...)
(...) Hi, if the browser window is small enough, the actions of the item List are collapsed to a context menu. It would be great if this popup would contain information in the DOM about the about the source. For example by adding a data-key attribute to the top element with the value item List and row.
(...) Hello, We moved from 2021 to 2023 version of webcon and now we have a problem with initializing item List s in preview mode. When in edit mode everything works fine, but in preview mode item List s do not initilize. Is there a way to achive such a functionality. What was the reason to change it ?
(...) 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 fields 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?
Hi, as always, when there's a new functionality, there will be immediately requests for a second improved version. :) - Additional widget type 'Text', which will output any text and not only numbers. For example to display information like "open/closed" sub workflows: 2/4. - A form rule can be executed what should happen when the user clicks on it. We could display a tab for example or exec
(...) Dear Webcon Team, The new To-Do List feature is excellent. However, adding the ability to assign/delegate tasks would significantly enhance team collaboration, efficiency, and accountability. This feature would allow clear assignment of responsibilities, ensuring better workload distribution and improved project tracking. Best regards, Konrad
(...) which qualifications are also entered and when the step is exited, the data from process [2] should be entered into process [1] via a subworkflow. The data that comes from process [2] is in an item List and should all be entered individually (as separate instances) into process [1]. Before this, however, a query should be made as to whether the respective instance of the specified person has alread (...)
(...) All (other groups in form) a) Lider = Person A or Person A and Person B b) User group = Person 1, Person 2 ... Person X c) All = Lider + User group Now I have conditions to few cells in "item List " If user is one of Lider (group) then he need to fill and set proper values in each row in "item List ". if user is one of User Group then he don't need to do anything or is filling first part of (...)
(...) Hello all, I have an item List to enter quotes. In the quotes step, the user must enter the rows with the different values for the quotes and then send for approval. The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step, because I want the item List to be editable, the Add button is available. Is there any way to allow the us (...)
(...) han 2 days. If I could also display some text, it would be great, but if the only option is the background color, it's also fine. At the moment I have the form rule set on callback inside the item List configuration. Thank you!
No more (or much less) email notifications FTW! THX! :)
(...) I've been trying to utilize the form rule for the Yes/No field named "Service Line" to show "Service Line Items" item List field when it is ticked to Yes and be hidden if it is unticked or set to No. The problem is the "Service Line Items" item List field is showing on default when opening the form and even though the "Service Line" is still set to No on default. Thanks in advance for the help
(...) Hello, Is it possible to programmatically migrate SharePoint List data to a Webcon BPS dictionary using PowerShell, especially if the fields 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.
(...) Hey, I set up the default value 0 in column A of the Item List . How do you clean it by action or something on that condition where it is 0 then set an empty value in that row? A screen of the part item List ed above
(...) Hi. Following Scenario: (Webcon Version 2021.1.5.367) I have an items List with (amongst others) a column for (multiple) attachments. Out of each line of the items List I start a workflow instance of another (start a subworkflow SQL) workflow and the attachments shall be copied to the new instance. Idea 1: I check "copy attachments" in the "Start a subworkflow". Issue: all attachments of t (...)
Hi, I am still learning Webcon and currently exploring the Webcon API. I would like to understand more about authorization, invoking REST methods, and specifying the path for importing data into the correct dictionary. I’ve attached an image of my sample script, which successfully retrieves SharePoint data, but it encounters an error with Webcon authorization. I would appreciate guidance on
(...) Hello, 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 (...)