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

search results

for Attributes

(...) Can the appearance of the name of the Attributes be changed? Only bold one word for the entire attribute name?

(...) xception ------------------------------------------------------- A WEBCON BPS Portal error has occured. ------------------------------------------------------- Message: WebCon.WorkFlow.SDK.ConfigAttributes .ConfigEditableTranslation ------------------------------------------------------- Error details in logs, Guid: 18c4c6c0-194b-4000-a544-2254a55ec11e .. at WebCon.WorkFlow.Studio.Logic.PortalSe (...)

(...) I am looking example of getting Attributes from Polish GUS to get information about client (name, address, etc) ?

(...) potential issue on new version. Steps how it could work: 1. Upgrade DEV to new version (small or big version) 2. Pick list of IDs from PROD (global admin or app admin). 3. Tool is reading all Attributes and follow on production processes to recreate all steps as user did (including changing user and their privileges). Starting all parent and child workflows as it was on production. 4. Reporting dif (...)

(...) is happen? Solution Deployment : Looking for 'ReceiverClass' attribute in manifest root node for solution 'webcon.sharepoint.core.wsp' Solution Deployment : Missing one or more of the following Attributes from the root node in solution webcon.sharepoint.core.wsp: assembly '', type ''. The configuration database was queried for a non-existent object with the id d0d745af-6efd-429c-8072-59d3d392bba2. (...)

(...) Hi all, I was wondering what the best practice is when using SQL queries in Webcon with Attributes , tables or views that have different names in different environments. One example is the views. These are automatically generated by Webcon and the name is combined from the process name and the process ID. The process ID is of course always different in the three different environments. This means tha (...)

(...) upgraded to ver. 2022.1.4.248 and I found the problem with language translations for the dropdown choice attribute. It seems like it does not translate just for dropdown - other types of choice Attributes work just fine. Has anyone encountered a similar problem? 2022.1.4.248

(...) Introduction I have heared that basically planning is always about three questions (three columns in Excel, three Attributes on the form) - WHAT? WHO? WHEN? :) Sometimes we need an extra information/column - we can call it "Remarks", "Others" or .... COMMENT... WebCon BPS has extraordinary feature available out-of-the box without even single line of code...VERSIONING and detailed HISTORY. Such feature i (...)

(...) ultsCount": 100, "hasRequirednessDependencies": false, "isDisabled": false, "regexValidation": null, "isTechnical": false, "controlStyle": "", "labelStyle": "", "plugin": null, "htmlInputAttributes ": null, "htmlInputPlaceholder": "", "showQrButton": false "description": {"original": "", "translated": "", "translations": []}, "documentation": {"original": null, "translated": "", "translatio (...)

(...) ebcon into run subworkflo action configs. In my use case - i have to start 1-10 subworkflows (each having different start condition), with different workflows, and forms, but with partially shared Attributes (marked blue). I'm configuring actions in new process, so i've copied them from existing process, to avoid refilling data about workflow/form/path etc, as those are same, but I had to change attribu (...)

(...) . I can add positions to this list and I have a button to initialize this list as a tasks. In this list I have a title, responsible person, status of the task and section (it should be item list with Attributes in the form?). When I add the position and put in all data (title, person responsible and section) I hit the button, and I make new process Task to responsible person - new workflow. I have 2 p (...)

(...) Hi, After upgrading to Webcon2023 (ver. 2023.1.2.44) we found errors during Form rule executions on page load. It is caused by trying to hide/show/set/etc Attributes that are not visible on the form. In the 2022 versions, there were no issues with the same configuration cases. These errors appear during Diagnostics and additionally prevent saving the Diagnostics Session. Does anybody have similar (...)

(...) Hello, lately I'm seeing myself using more often decimal Attributes with 0 decimal places, just to get the possibility to set prefix/suffix. It would be great to have this possibility also in integer fields. At this moment there are two options, if we want to be consistent: * ignore that feature, because in integer fields you have to add te suffix/prefix in the name of attribute - it just looks better (...)

(...) eport based on it. I can export it to excel. Can I customized this excel? On report I have 3 columns. In excel there are to more ID and DocType + headers of the columns have additional info about Attributes from Webcon (type and guid). Can I modify it somehow that I will get only my 3 columns with only names in excel? BR Adam

(...) I would like to suggest building two actions: 1. Converting the value (integer) to the equivalent number of hours and minutes. 2. Adding and subtracting two time Attributes (types of action). Example: Ad. 1. 90 = 1 h 30 min Ad. 2. 1h 30 min + 0 h 40 min = 2 h 10 min

(...) Hi A useful option would be to add the ability to set the horizontal layout of Attributes directly in the tab. The same as now it is possible in the group of form fields. Regards.

(...) I was thinking that it is a good thing you can place Attributes horizontaly in a group. However in addition there could be something like "number of Attributes in a row". An example - when I have 9 Attributes in a group and would like to place them in a matrix 3 x 3 (let's say in this case this is the best layout for some purpose) now I have to create 3 groups of 3 Attributes and turn off the visibility of (...)

(...) Hello Community, I've got a problem. I've got two workflows, a parent and one subworkflow. I'm trying to transfer data from the parent workflow (single line of text Attributes - 'email' and 'phone') to a table in the subworkflow with the item list update action. The table has columns ('value' - single line of text and 'contact type'(selection list: 1#Mail, 2#Phone)). How to write an SQL query to put diff (...)

(...) GetAllStepFormFields(Int32 stepFormId, Int32 docTypeId, ICacheStore cacheStore) at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Generation.FormFieldsGenerationParamsProvider.GetAttributes ToGenerate() at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.FormFieldsLoader.Fill(ElementForm form, Action`1 formFieldsSetter) at WebCon.WorkFlow.Base.BusinessLogic.Element (...)

(...) "url": "https://errors.pydantic.dev/2.6/v/missing" } ] } API code: class PDFItem(BaseModel): """ A model representing a PDF item with an ID, category, and file. Attributes : - id (int): The unique identifier of the PDF item. - category (Category): The category of the PDF item, as defined in the Category enum. - file (UploadFile): The uploaded PDF file. (...)