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

search results

for GET

(...) ompanies are added again (with new id). I have already tried to "sync" ids of companies in test and prod environment (set names assigned to id in test env from prod), but the result is the same. To GET things more weird not all companies are added with every import. Any ideas? Thanks in advance for any reply.

(...) Hello everyone, My Tasks is pretty popular view among users at my company, but i'm GET ting more and more often questions if i could change the way it works. I really like the default feature, and wouldn't change it, but I've an idea that we could have an 'Selected Element Viewer' control in the Dashboard. I even prepared some PoC - you can check it out here: https://portal.webconbps.com/db/1/app (...)

(...) in Webcon that has many processes and dictionaries (more than 150). The application has been in production for, let's say, two years. In the first year, the database size was manageable, but now it's GET ting out of hand. Does anyone have any tips, tricks, or suggestions for dealing with large amounts of data? Are there optimization techniques we can employ? Any opinions are welcome! Thanks!

(...) Hi guys, I have created a subworkflow that I would like to use to implement a signing process. I copy the required attachments from the parent workflow to this subworkflow. How do I GET the changed (signed) attachments back into the parent workflow and how can I then exchange the original documents there? I think it's not too complicated, but unfortunately I don't know how to do it ;-) Or is (...)

(...) Hi everyone, I have a questiion about dashboards: 1. I have a custom dashboard, where I have only HTML element. In this element I'm using REST API to GET report (made earlier) and thanks to that I can customize it with js, css. The question is, is it possible to have functionality of view the element like in report? Explaining, when I have a report and I click element I have a compact view or som (...)

(...) I've noticed that when I import from the development environment to the test or in production environment, custom visibility configurations for reports or start buttons don't GET imported. For instance, I've set a button to be visible only for a certain group; the configuration remained as custom visibility upon import, but the group disappeared. The groups were created in the development environ (...)

(...) Hello. I have a subworkflow here I copy the content of an item list of the parent WF (change item list values). That works fine, but the attachment I have in parent item list I don't GET copied/moved/linked. Has anybody an idea? Kind regards Klaus

(...) Hi, The name of the virtual machine where the service was installed has been changed. Does anyone know the required steps to GET WebCon working again? Thanks, Raluca

(...) Did any of you try to make a chart with a sum aggregation on a calculated decimal column? In both 2022 and 2023, we seem to GET the following error. If I select count, it works, but any other calculation (sum, avg, min, max) gives the same error.

(...) 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 (...)

(...) ine. I've made calculated column: case when WFD_AttDateTime5 < WFD_AttDateTime6 then 'YELLOW' when WFD_AttDateTime5 > WFD_AttDateTime6 then 'GREY' when WFD_IsFinish = 0 and WFD_AttDateTime5 < GET Date() then 'RED' when WFD_IsFinish = 0 and WFD_AttDateTime5 > GET Date() then 'GREEN' end And in report I made grouping by this calculated column. The issue is that I have one series and all of i (...)

(...) ng to call this API so i can grant "readonly" privilege to a group on a instance. /api/data/v4.0/db/{dbid}/elements/{id}/admin/privileges I have added App.Elements.Admin.All permission. But i GET error: Invoke REST Web service - Request Url: https://domain/api/data/v4.0/db/1/elements/2450/admin/privileges Response Code: BadRequest (400) Exceptions: Rest service call failed. Http code BadRequ (...)

(...) ng the workflow along the specified path is simply not working. I followed the docs according to this: https://community.webcon.com/posts/post/docusign-digital-signatures-in-webcon-bps/36 I do GET the following error(s): WebCon.WorkFlow.Model.Common.WorkFlowException: Plugin 13 load error.: Object reference not set to an instance of an object., at WebCon.WorkFlow.BusinessLogic.DataHel (...)

(...) Hello, While designing form I'm often GET ting questions about possibility to set some additional description to the field. I'm usually talking about the tooltip, but it requires the action of end user - he have to willingly hover on the (ℹ️) icon, to display the message, and there is no guarantee, that he will see it. Right now it ends with creating HTML field with some description near the fi (...)

(...) n 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

(...) n item list with 4 colums that have the same name. When I map the columns in designer I use "Sheet1!TableExcel" and on the right i drag the columns from the item list. Every time i run the action i GET : Invalid cell name If i try to map to: Sheet1!A1 I don't GET error but also I only GET the first value from the item list, so obvious I need a table. I also checked this link: https://community.w (...)

(...) ame and it works very well. But this doesn´t work on the Azure Users. By the way our AD is generated with an xxx.home and our Azure AD changed it to the Mail extension xxx.com So when i try to GET the user with his Mail-Adress, i GET the info that "there is no xxx.com AD" and when i try to GET him over the xxx.home AD i GET the info "User not found". How can i GET to manage the syncroniced (...)

(...) , uxContext, params) { let formModel; let formInfo; window.Injector.resolve(['ModelController', 'FormInfo'], function(modelController, form) { formModel = { ...modelController.GET DataModel(), uxRuleParams: params }; formInfo = form; }); i got error: view?returnurl=%2Fdb%2F1%2Fapp%2F68%2Freport%2F225:2 Uncaught ReferenceError: uxContext is not defined at (...)

(...) Hello Community, I want to set form fields based on a dropdown selection which GET s its data from a sharepoint list. I can set the value from the selection just fine. However I can only access the data with type ID and Name. The rest of the data has no type and does not show up for any rules I want to configure. How can I address this data in the form? Thanks Oliver

(...) nother automation, which will use `Modify attachment` action, and another `For Each` operator to make it happen. However it is possible to have few attachments with same name, and there is no way to GET correct category for them - at least I couldn't think of one. Even without the nesting of the workflows I can't find any way to GET the Categories - any ideas? :)