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

search results

for edit

(...) tity TOTAL and have it consistently updated? (i mean - transferring the Aggregation type Sum value in my form field). Currently, I have an issue where it's not updated unless I enter the instance in edit mode and save it after. That instance is set to read-only. Can you help, please? Thank you!

(...) e only response called '(n/a). While the n/a answer is applicable I want to enable the description column. However, I cannot use the enable on choice field. I have tried to put condtions in a 'column edit restricion' but this does not work as it would require add another response and that is not what buisness would like.

(...) rn MyRunAsync(args); } public abstract Task MyRunAsync(RunCustomActionParams args); } Base config class: public abstract class MyCustomActionConfigBase : PluginConfiguration { [Configedit ableText(DisplayName = "BaseConfigValue")] public string BaseConfigValue { get; set; } } *** extending / 'productive' project / solution *** Custom plugin class: public class MyCustomAct (...)

(...) Hi, When edit ing a step, under Forms tab, in the Task form group, there is a "Form:" dropdown, to which list you can add another form - which I did. The second form shoul present the same information as the Default form, but visually groupped some other way. I found no documentation on how to use this feature, could you please show me where to look? The actual need is to have different visual ap (...)

(...) seClick(MouseEventArgs e) w System.Windows.Forms.Control.WmMouseUp(Message& m, MouseButtons button, Int32 clicks) w System.Windows.Forms.Control.WndProc(Message& m) w DevExpress.Xtraedit ors.Container.edit orContainer.WndProc(Message& m) w DevExpress.XtraTreeList.TreeList.WndProc(Message& m) w System.Windows.Forms.NativeWindow.Callback(IntPtr hWnd, Int32 msg, IntPtr wparam, (...)

(...) se all windows jump to other attribute open window open window open windo and then change something .... I would like to have open 2 windows separately [now I open 2x Design Studio, where 1st is for edit ing, 2nd if for "to see more ... " So I would like to have option to: - simply open window with graf (paths and steps) in separate window - open source windows in separate window (no I need to pr (...)

(...) Hi! So I have this Item List in "Orders app". Lets say it has 10 columns. 6 Of those columns can be edit able depending on subprocesses or other proceses. So there is a query, that if returns 1 it means that column can be edit ed by a user, if 0 then the column in this row is blocked. For that I am using "Column edit restrictions" from the "Permissions" tab in the studio. And it works great. For few (...)

(...) , but I really like this. In this context it would be great, if the context menu auf an attachment would have a function to copy the link of the attachment. Another cool feature in the rich text edit or would be to add a link using the existing attachments. Best regards, Daniel

(...) ion , then with no condition but with "condition true / false" and on the end just with out any condition ... and in any case email was not sent when record was created and save or just saved after edit ion ...

(...) We have some challenges with Archiving in Webcon BPS, so we have some ideas to improve. 1. Issue: you cannot setup field availibility for archived instances Proposal: there could be a 3rd form edit or like standard/mobile form have. Or/and additional field matrix setting controlling visibility on archive form. 2. Issue: Instance level privileges are not inherited to archived instances. It (...)

(...) Is there any way to influence the user checkout behaviour (i.e. force discard after x ammount of time) when users are only saving an instance but not ending the edit mode of the form. I currently have the issue that there are several users who are behaving like this and we aren't able to convince them to either close their browser window/tab or at least click "Cancel edit ing" after they have saved th (...)

(...) test field is "20008" then I see in designer 4 attachments but in action from (menu button) -> error .. the same (in theory maybe what I need) [how to find in flow ID of Attachment ? ] -edit -- >> SELECT * FROM [WFDataAttachmets] where ATT_WFDID='{2592}' OK I have what I looking for [in design studio] , but ... action is not working in flow :/ (gives error) What I'm missing ? (...)

(...) s ... I would like to select 1.2.3 Actions (right click save as automation) .. not like now i can do 1 to 1 .... or ... I could do Automation with 1 operation then pick it in "path" and then edit it and add more actions ... Maybe I'm wrong, but I do first actions, then merge them into one [automation] not revers [do Automation then maybe or not add more actions to that automation ... or (...)

(...) completed. When I look at the element history, when other users finish their task, "Completion - All" and their name is logged. But when these "special users" finish their task, it logs "Information (edit ing allowed)" and their name. The workflow then goes into the next step? Any ideas? Thank you!

(...) Hello! I'm currently implementing a workflow where I first create a Word document with form fields, initiating with the 'Start edit ing a file using OneDrive' action. This allows me to access and edit the Word file directly from my OneDrive folder, and everything works perfectly at this stage. However, I encounter a problem in the subsequent step of my workflow. After making modifications to the (...)

(...) o option to create a link pointing to a header like this one: https://daniels-notes.de/posts/2024/translations#bps-portal Therefore I had to write: Search for the term "Using the application and edit mode" in the linked post, to see how it is done. https://community.webcon.com/posts/post/from-prototype-to-production-deployed-application-edit -mode-in-webcon-bps-portal/381/3 It would be great i (...)

(...) t .bpe extension to .zip, and use any tool like 7zip, or built in windows features. Inside you will find a file without any extension - it is a text file, especially xml - open it up with any text edit or, and search form PackageVersion node (see attachment). Based on BranchNumber, and BuildVersion you are able to specify which Webcon version have been used to export that specific .bpe package. (...)

(...) ------------------------------------------------------- Ścieżka wywołania ------------------------------------------------------- w WebCon.WorkFlow.Data.Extensions.DicWFFieldTypesExtensions.Isedit able(DicWFFieldTypes this) w WebCon.WorkFlow.BusinessLogic.ExpressionTree.LeafTagRepository.ObjectIDFormFieldsPrefixRepository.ShouldGenerateSiblings(DicWFFieldTypes type) w WebCon.WorkFlo (...)

(...) perfectly, but there is an edge case. When user registers parent form, then children forms and moves parent to further steps - no problems. When user registers parent form, then children forms, and edit s field on parent form which is used to validate children forms - validation rule passes even when it shouldn't. From what I've read here* it seems that 'On path' automations are executed before fo (...)

(...) true. The "change" function (1) has only one parameter and I have no idea how I could triggere the "changeFormField" directly so that I could provide "options". Has someone else run into this? edit : In the mean time I changed the newData so that the checks are successful and I now stumbled about the fact, that the value is not stored in the field. Best regards, Daniel