(...) Functionalities like import/export applications, update plugin-packages and the generation of process document ations are only available within Designer Studio. Doing things manually tend to end up in inconsistencies. E.g. when packaging a new release, we might forget to update the document ation. Not sure what's best / easier, extending the rest api or making the functions available in a cmd line too (...)
(...) ewEditInfo info) at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.ViewEdit.FormViewEditInfoProvider.Provide() at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.ElementFormObjects.document Users.ElementFormdocument UsersLoader.TryCheckOut() at WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.ExistingElementFormCreator.GetExistingElementForm(GetExistingElementFormParams args) (...)
(...) Hi everyone! I am developing a document repository. Has anyone come to a solution on how to record each attachment access by a user? Users will access document s that are already in the archive (finish step) and will not be assigned to anyone. In some cases I would like to know who read a document in pdf attached to a process. Any ideas on how can this be accomplished?
(...) se changes, whether they are stated in the migration above or not. Example the prototype string no longer has the functions 'contains' 'splice' 'splitRemoveEmptyEntries' 'isBlank' I used: document .location.toString().contains I have only encountered the issue yet but did not fix it. I got these differences using in the old and new version: Object.getOwnPropertyNames(Object.getPrototypeO (...)
(...) dio) for some user / group of users (i.e. permission to all elements with attachments) how can I trigger any action to index it in Solr? From user perspective, when he / she search for particular document in search everywhere not all results are available. I can edit single document and save it, so it triggers Solr index action, but maybe there is a global option to do it for all document s? Alterna (...)
(...) lity of generating new file, so maybe generate QR code action? To sum it up i'm thinking of 2 features: * Possibility to add QR code with existing add barcode action. * Possibility to generate document with only QR code.
(...) hs/~1api~1data~1v5.0~1db~1{dbId}~1applications~1{appid}~1reports~1{reportid}/get There are properties for page and size, but information on defaults and max is missing. This seems to be explicitly document ed on other endpoints, so i am questioning myself if there are limits at this endpoint or not? From testing it seems that default for page is 1 and for size is 20. I would really like to get all a (...)
(...) Hello, Can someone help me with some information about "Absence" process? Where can i find some document ation? Thank you.
(...) Hi all! Is there any official (or unofficial) document ation on Webcon designer studio parameters, like --sql or --iedebug? Is there an other way to logout from designer studio, without havin designer studio started? The problem is, studio does not start anymore and I want to try a different Url or browser login, but I am not able to change this. Best regards, Nik
(...) Hi, If I am reading document ation correctly action Add attachment allows copy/move attachment from another workflow to current instance. My case is opposite: 1. I have an invoice approval workflow which in the end requires (business requirement) adding payment confirmation (PDF) from banking systems. Manual process is very time consuming. 2. Each payment confirmation has in transfer's description (...)
(...) Hi everyone, I was wondering if it is possible to create an entry in an Outlook calendar with Webcon. I saw the action "Exchange Events" and as I understood it according to the document ation, it should be possible with this action. However, I do not fully understand the different settings for this action. How can I specify, if I have multiple calendars in Outlook, in which calendar I want to write m (...)
(...) is worth to some have naming convention for them. It is also crucial to know which are used within the specific Application. We can dig into the BPS Studio and check Application, Process, Worfklow, document Types permissions. We can check actions, business rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: https://community.webcon.com/posts/post/ch (...)
(...) Changing the RestAPI mode to "admin" should allow you to update fields, including readonly. The document ation however mentions the requirement of "admin permissions" How to add requires admin permissions?. Below are excerpts from the RestAPI document ation mode -Enum: "standard" "ignoreReadonly" "admin" Optional mode parameter that specifies validation behavior. When empty or standard, all fields w (...)
(...) ": "", "labelStyle": "", "plugin": null, "htmlInputAttributes": null, "htmlInputPlaceholder": "", "showQrButton": false "description": {"original": "", "translated": "", "translations": []}, "document ation": {"original": null, "translated": "", "translations": []}, "postbackOnChange": false, "allowAddingCustomValue": false, "allowMultiValue": false, "autocompleteFirstResultsCount": 5, "autoc (...)
(...) Hello, I try to render values from a rich text editor (multiple lines of text; Mode: Rich) as a column of a table on a Word-document . But after the Wordfile generation the formatting is lost. In the database the value is stored as: X2OTestBla Is it possible to generate the Wordfile with the given formatting? Thanks in advance. 1st Image: Value in the Rich-Text-Editor 2nd Image: Resul (...)
(...) Hello, we use the actions "Convert word to PDF" and "Generate/Update a word file" and we assign the document s to a dynamic category. The category is not saved to the table WFDataAttachmets, the field (ATT_Attribute1) stays empty. in version 2021.1.4.55 it did work fine. Thank you! Balint
(...) Hi, Could you please help by providing some guidance / document ation regarding on how to avoid duplicates in a Dictionary process? (adding from New button and import from excel) Thanks.
(...) Hi, is there a way to make the description required in case a specific category is picked for that document ? Pretty much what I'm saying is that if an user is trying to add an attachment and they choose OTHER for its category, to make them complete its description as well. Thnak youuu.
(...) I don't understand how to configure a "Basic authentication" or "Token authentication" in WEBCON. Using Postman, the authentication including the queries already worked. Enclosed you can find the document ation from Jitbit: https://www.jitbit.com/helpdesk/helpdesk-api/#/?id=helpdesk-api Could you please help me with the configuration? Many thanks in advance for your help! Marc
(...) Hi everyone, the current option to generate word document s with the Word AddIn is great for a lot of use cases. We did a little PoC and we noticed that we could cover even more if there would be a "power user" option. The generation used the Aspose library which supports a template syntax. This allows to write code inside the word document to generate more sophisticated document s. Examples: - (...)