(...) 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 (...)
(...) Hi, in my opinion it would be really great, if HTML tags would be supported in the autocomplete popup. In this case I'm using a BPS internal view and the explanation is a multiline text field of type "rich". Best regards, Daniel
(...) I would like to propose a change to the Process Import/Configuration grid. It would be great if the names: Data sources, field s, Constant etc. were in a separate column (if it were possible to sort/filter by this column it would be great :-) ). With many data sources, finding the one I don't want to import is not easy.
(...) ue to the fact that sometimes I assign a task to one person, and sometimes to two people per company. 5. In the data tab, I indicate the collection columns on the basis of which I complete some form field s. 6. The technical paths that I indicate in the subworkflow activation action have validation disabled. 7. On each path that I use in the subworkflow action, I have an automation pattern responsibl (...)
(...) Via public api we can query reports and views. However, they lack of the possibility to apply filters, search in specific field s or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it w (...)
(...) How do I display my superior on the gantt report? Now we can only display myself, my team, and all subordinates. I want to have the same data in gantt report and field Absence chart.
(...) Hello, I am new here and I am studying Webcon yet :) i would like to ask one question and I need help. I created the field where I count number of days between two dates. It was easy (with help from this forum :) ) This was very helpful for me. https://community.webcon.com/forum/thread/469?messageid=469 But I need counting only working days and I am really desperate. In System setti (...)
(...) ompare which translations we have and which we do not. I do not want to do it by going through each application than dowload the excel but I would like to generate a report with app,worfklow and form field s where there is no tranlsation. Can anyone help me with this issue?
(...) In Webcon 2022.1.4.404 this function is not present but probably in 2024 as well so... I would like to have sum of "Yes" in Item list if the field is ""Yes/No choice" sum I could copy to field in item list config but now I need: 1. do rule in item list -> to do action if row is added (cloned) or deleted 2. do rule in each item list column where is ""Yes/No choice"" type -> to count chan (...)
(...) nd if they are not successful, saving should be prevented. Otherwise we will be able to save invalid data, which in turn can lead to issues, if the data is used in other workflows. In our case the field can be used as the display name of choose field s and we wanted to prevent the use of the special characters ; and #. The attached image has been taken from 2024.1.1.88. Best regards, Daniel
(...) The current version of the API allows updates for the following field s: { "name": "string", "email": "string", "phoneNumber": "string", "managerBpsId": "string", "jobTitle": "string" } It would be useful to expand the user API to include field s such as: - Department - isActive - COS_ExtensionAttribute1-20 The isActive field would be helpful for deactivation in case of WEBC (...)
(...) How do I build a yes/no toggle (or other html control with green and red colours) that, when the FullName text field is changed, the toggle changes to yes if such a FullName already exists, or stays at no if there is no FullName yet.
(...) lay only the one at the top of the page. 1.2. The ability to fully customize which elements are displayed in the search results records (to disable some of them). 1.3. The ability to add selected field s from forms to the search results records. 1.4. The ability to filter search results by selected field s from forms. 2. Visual layer. 2.1. Increased contrast: black text on a white background, wh (...)
(...) I am trying to create Webcon SDK Plugin that will update multiple instances( update field s of different instances ) but I have not figured out how to get instance by a number. I have list of instance ids. RunCustomActionParams args, args.Context.CurrentDocument contains Getfield Value method but does not contain any method GetInstanceById