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

search results

for GET

(...) Hi, there is a search bar in the application group dropdown to search in the applications and their processes. A search bar in a chosen application as first element in its tree above "GET ting started" would be nice. The search function should find all elements existing in the application tree. It is a lot of scrolling and searching in bigger apps to find the correct field, business/form rule, work (...)

(...) Hi, I'm creating an html template to generate a PDF document. However, I don't GET the full text every time, just single letters. On the example code from the page: https://docs.webcon.com/docs/2025R1/Studio/Action/Printouts/GenerateHTML/HTMLandPDFTemplate I GET the result as attached. Do you have any idea what this could be? 2025.1.1.23

(...) d configure a min and max date and time for date and time picker. In general one would only want to pick a date equal or greater than today. All older dates should be disabled then in the calendar widGET and even turning back to older months shoud be blocked. If one hast a start and end date (time) the end time should also dynamically GET set that it has to be greater than the start date. Further co (...)

(...) great if we have a similar setting to the "Process modified by export-import mechanism" on application level. This could then be used to prevent (accidently) on the production environment which may GET overwritten the next time. This would apply to: - Dashboards - Reports - Public views - Start buttons Of course, private report and private KPI views wouldn't be effected by this setting. (...)

(...) o find a way to move the document along this path due to missing comment. private async Task CancelInstance(DocumentsManager manager, int documentId, int pathId) { ___var document = await manager.GET DocumentByIdAsync(documentId); ___await document.Comment.AddCommentAsync("Adding comment required for this transition"); ___await manager.MoveDocumentToNextStepAsync(new MoveDocumentToNextStepParams (...)

(...) Is there a simple way to GET the URL of the current instance? Use Case: In a specific step a user can create a ticket (via menu action) in a 3rd party app (REST POST). In the request body of the rest call I create the json and want to submit also the url for this instance. Thanks! Ernst

(...) Hi, unfortunately there seems to be no configuration for output parameters in PowerShell script invoke actions. This is much needed to GET back calculated values, created logs or whatever else. The workaround from Daniel is not really convenient: https://daniels-notes.de/posts/2021/retrieve-ps-variable-value It would be really nice if one could define input and output parameters like in oth (...)

(...) ying out the new user defined API in 2025 R2. I have a client application with application context and added the scope App.UserDefAPI.ReadWrite.All (according to documentation this is necessary to GET access to endpoint with automation). In addition the REST API client is application admin, can start new workflows and so on... What I am trying to do is a POST to an automation endpoint, which (...)

(...) ntions that "Default application dashboard The so-called default application dashboard is created automatically upon application creation. It includes standard elements such as the Task counter widGET , buttons for registering new instances, and the Suggested dashboards and reports and Recent activities sections. The default application dashboard also serves as the application's main page. While i (...)

(...) s are unable to freeze specific columns in Item Lists when scrolling horizontally. This often leads to usability issues, especially in wide tables, where the first few columns (e.g., item name or ID) GET lost from view. [Proposed Improvement] Introduce a checkbox option per column in the form field configuration that allows selected columns to be frozen (fixed) horizontally when scrolling the t (...)

(...) ns have to be found and updated. Therefore it would be perfect if one could have in system settings an area to configure global credentials that can be shared to apps like connections and so on to GET available in configuration of a PowerShell action and even in "data sources" administration for connections (e.g. SOAP HttpBasic). Kind Regards Sébastien

(...) lso has it's limitation and will require creating repetitive code. I would suggest the following: Create a new "type" "SQL function" Properties would be similar to a business rule: Name : GET FirstTextPart Description: Will split the text by the line break character and return the first part of the text. If no line break character is present, the input will be returned. SQL Command CAS (...)

(...) rticle will follow later. Small work in progress preview teaser in the attached screenshot. ;) Right now it is necessary to add this global form rule to all main form behavior sections manually to GET this loaded. It would be great if one would have a global function in system settings like it is for global CSS for form rules that shall be loaded for all forms automatically when set. Maybe it c (...)

(...) ebCon.WorkFlow.BusinessLogic.BusinessRules.Exceptions.BusinessRuleEvaluationException: Error occurred during rule SQL Fetch contractors with debt (Id: 5834) evaluation. ---> System.Exception: Error GET ting data for DataSource name: Windykacja - Fetch debtors ID: 3371 ---> System.ArgumentNullException: Value cannot be null. (Parameter 'tokensContainer') It's worth mentioning that the business r (...)

(...) In BPS 2023.1.3.202 version I started GET ting frequent warnings like the one below. What is the reason for this? FirebaseAdmin Category: Exception Role: MobilePushNotifications FirebaseAdmin.Messaging.FirebaseMessagingException: Unknown error while making a remote service call: Response status code does not indicate success: 404 (Not Found). ---> System.Net.Http.HttpRequestException: Response s (...)

(...) ny partner account would gain the license, it would still be necessary to assign the allowed privileges. So this wouldn't cause issues with these. Whenever we are starting with new customers, they GET a very limited number of licenses in the beginning. Adding this option would remove the unnecessary topic why the customer need to purchase licenses for the accounts/users of the partner in addition (...)

(...) Hi, could we please GET a user friendly error message like: No licenses are assigned to you (someone@example.com) please inform your system administrators (List of the users who can assign licenses). Best regards, Daniel

(...) ion', at the moment it takes 10 minutes on PROD environment. I already set execution time limit to 6000 for automation and also in global configuration, this should be fair enough. But all I am GET ting is HttpClient error message after 100s. Any ideas on how to solve this problem? Thanks a lot in advance & best regards, Nik