(...) Hi, Is it possible to remind the user to save the form after adding several items to the item List (WFD_SubElems). I ask because users report a problem, such that they forget to save (click on the transition path).
(...) Hello all, I would like to ask if there's an option to send an email everytime that a new row in an item List is sent. Thank you
(...) t. But aplication runs constantly and in step with timeout there always will be elements. How to get rid of this timeout. I've tried setting is to always false, but it's still trigered and goes to List . I have few of them on diffrent steps and they total 10k elements in timeout List .
(...) HI Everyone, I see that you're using a SDK action to delete rows in an item List . I'm following Daniel's post to add the pluggin in Webcon but I'm having some errors while importing the zip file. What SDK pluggin you're using? Thank you all https://github.com/Daniel-Krueger/webcon_cclsactions/releases
(...) How to Set order of Attachments Category? I Have category List :: ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around will be probably ad 1. 2. 3. to order names ... but ... there is other way ?
(...) Custom way to sort Attachments category... I Have category List : ID=1 Name starts from "P" ID=2 Name starts from "U" ID=3 Name starts from "A" I would like to sort category by "ID of Category" not by Category Name Letter / number .. work around is now: add 1. 2. 3. to order names or use java script ... related topic: https://community.webcon.com/forum/thread/5721
(...) Hi, I tried to work with Webcon API on the trial but only what I retrieve is empty List of tasks. I successfully authenticate by app client context and receive token which I used to read tasks. I cannot register by user context and I cannot read other data from Webcon. Is it a standard behavior for trial or is there something I missed?
(...) 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 fields as well as List s. 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 Va (...)
(...) - what could the error be and where to look for a solution? System.InvalidOperationException: No item type: WFApplications, id: 25 at WebCon.WorkFlow.BusinessLogic.ImportExport.Mapping.MappingList .GetBySourceId(Int32 id, DbNodeType dbNodeType) at WebCon.WorkFlow.BusinessLogic.ImportExport.Export.ExportManager.RunExportContainingRootNode(MappingList mappingList , ExportParameter exportParame (...)
(...) I have form on start step where: 1. from drop down List you pick signature of other flow 2. to the dropdown List I have connected invoke menu buttton to fill the tech item List with persons ... if element is not saved - I can not invoke menu - action is "invisible" (do nothing) if element is saved - went by "save path" then when you pick something from dropdown List then invoke menu button and I h (...)
(...) Hello, I am trying to update some form fields and columns in an item List after some actions. On my path i have configured a FOR EACH on my item List which is creating/composing JSON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/#{ (...)
(...) Hi all, I have a question about exporting data to an excel file from item List . I want this data to be already sorted after exporting to an .xlsx file. When the data is loaded into the item List it is sorted by webcon, on the form it is ok, but when exporting to excel the data in the .xlsx file is not sorted at all. Any idea how to do this?
(...) Hello, I have create a form rule JS that would color the cell in an itemList . But when i move between tab panels, JS is not working anymore. On page loading/Refresh, it is fine. Do you have any tips? Thank you. let itemList = #{BRP:151}#; setTimeout(() => { var itemList Element = document.getElementById(itemList .fld + "_" + itemList .id); if (itemList Element) { const provenienta (...)
(...) Hi, I would like to create validation for the input in a column of an item List . I have an item List with two columns (Input, Source). If the Source is "External," I don't want to validate for special characters. I have been using regex on the column, but now I have this condition. One solution I thought of is to create a "for each" loop on the item List and add a validation form... But I wou (...)
(...) at the end of the month, only changing the reporting month. The user (author) updates the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that List s all 10 reports from the last month. 2. The BPS data source has columns including: ID, Signature, Author, Company, etc. 3. In the cyclic action, I added automation and the "Execute for everyone" op (...)
(...) Evaluation node: Operator (*) [/Quote] What I have : -process static A -process static B -process static C -process static D attribte a,b,c attribute a,b,c is changing dynamically vs Item List attribte d I try to change Value of Attribute D on path .. = error OK, then is not saved data so I move step forward .. but again error ... so .. how to calculate: D = (A*B)*a + (A*B)*b+(A (...)
(...) uration we have set: Synchronization source = None and in the system configuration Authentication Providers = Windows Active Directory. Once completed, all BPS users have been synchronized and are List ed in the CacheOrganizationStructure table with COS_Login in UPN format. Now the problem: When a user logs in to the portal, the system sees him in the domain\user format and none of the permission (...)
(...) I am trying to create Webcon SDK Plugin that will update multiple instances( update fields 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 GetFieldValue method but does not contain any method GetInstanceById
(...) , I’m reaching out for help with an issue we encountered while integrating WEBCON BPS with AAD. In this instance of WEBCON BPS, we’re using Azure Active Directory for both authentication and user List synchronization. Our goal is to manage AAD directly from WEBCON BPS. According to the documentation, we need to enable Active Directory Actions Configuration. However, regardless of how we enter t (...)
(...) Please let me know if the application supports the SCIM protocol for "synchronizing the BPS user List with Azure"? I'm asking because I want to introduce SSO login, but in the Azure organization I can't enter permissions: Microsoft Graph Application Group.Read.All Microsoft Graph Application User.Export.All Microsoft Graph Application Directory.Read.All I understand that NOT granting such p (...)