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

search results

for POST

(...) think that this would be mandatory? The path example of advanced colouring will just break on transporting the report to another environment: https://community.webcon.com/community.webcon.com/public/POST s/POST /advanced-cell-coloring-in-reports/18 This is just a simple example and I have more in mind. While I can workaround for some variables by writing a SQL in 1 and 2, I have no chance for 3. I, (...)

(...) Hello! Is there anyone who could help me figure out how to call an external REST API from behind a corporate proxy? I manage to successfully call it using POST man application installed on the server where Webcon is installed. However, when the same call is made from Webcon, it doesn't work. I'm using the POST method of the "Invoke REST Web service" action on a menu button. If I enable "Use proxy" in (...)

(...) Does anyone know if it's possible to show data not present in an application on the report? I have read the article about calculated columns (https://community.webcon.com/POST s/POST /using-calculated-columns/196/3) but that's not my case. What I would like to do is join the items from the report to a table in a different database (on the same server) or to an existing MSSQL data source. In many proce (...)

(...) tion to exchange files between WebCon and SharePoint Online. I was thinking about built-in actions in WebCon ("add an attachment to a list") as described in this article: https://community.webcon.com/POST s/POST /creating-a-sharepoint-site-with-a-webcon-bps-action/203/3 Unfortunately probably because of MFA I am not able to establish connection with SPO (I get error "The sign-in name or password does n (...)

(...) Hi everyone! I read the article about ADFS Customization: https://community.webcon.com/POST s/POST /adfs-customization/208 My issue is that my Windows server is not configured correctly and I lack knowledge to configure it. I started reading the MS documentation and it's huge. There are a lot of settings to configure and I'm not sure what's needed and what not. I was wondering if there is anyone who (...)

(...) An errors section where the community can POST common errors and possible solutions for them. A search by error message or code would be great. We are building one of those blogs for errors internal, but it would be great if the community can have their input on it. Also the version of WEBCON would be an useful filed to group by.

(...) t up the beginning of the process in the Library List (and in the future use the renewal date do display the Start Workflow option for the line) and took the example of https://community.webcon.com/POST s/POST /starting-workflow-from-the-sharepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The json c (...)

(...) ts. We have a few applications, which have many start buttons. So i was wondering, if, maybe, in further coming WEBCON versions there could be the possibility to add 2 more "section layouts" like i POST ed in the picture. Mostly the usefull one would be: half side left, and two small columns in the right half - just for start buttons. If space would be big enough, that would be a more efficient way t (...)

(...) Hi, I tried to implement the Docusign SDK according to the KB Article (https://community.webcon.com/POST s/POST /docusign-digital-signatures-in-webcon-bps/36) but cannot get it to work. When i want to send the Process to the Signature Step i get an error from the Docusign API which i can't figure out. "Error while requesting server, received a non successful HTTP code Completed with response Body: "err (...)

(...) e issues. Fingers crossed, I'm going on vacation in a few days and won't be able to work on it for a while in my limited spare time. :) Once I'm satisfied with the application, I will create a blog POST for this. Source and exported application: https://github.com/Daniel-Krueger/webcon_reportSubscriptions Attachment: Because of sensitive information I blurred columns in the report screenshot and t (...)

(...) tem.Net.HttpWebRequest.GetResponse() at HttpWebAdapters.Adapters.HttpWebRequestAdapter.GetResponse() at SolrNet.Impl.SolrConnection.GetResponse(IHttpWebRequest request) at SolrNet.Impl.SolrConnection.POST Stream(String relativeUrl, String contentType, Stream content, IEnumerable`1 parameters) --- End of inner exception stack trace --- Do you get same error in your installations? On previous versions w (...)

(...) tering search phrase 5: Results are displayed in a new tab If someone is interested, here are the details how to set this up and decide which search engine should be used.: https://daniels-notes.de/POST s/2021/quickly-search-current-website Best regards, Daniel

(...) Hi, ist there any chance to display a visual cue, like in the user voice, when a thread is closed? Currently the only hint is, that the "Add POST " button is not available, even after logging in. This may be ok, if you know how things work here but for newcomers this won't be so easy to understand. Best regards, Daniel

(...) Hi all, I'm implementing an application for user management taking the guide done by Webcon: https://community.webcon.com/POST s/POST /checking-user-and-group-privileges/258/3 So far, I'm able to check Applications and Processes privileges but when it comes to the Business Rules, I get an error for the column they use as Users (users . BRD_Users) : select users . BRD_ID , isnull ( DEF_Name, (...)

(...) Hello all, First of all I would like to thank you for taking time reading my POST ! I'm working on a current process where I need to trigger many subworkflows to request information for the main one. Because the main one will keep being edited after the subworkflows are launched, I've decided to set them as parallel. They will be started through a item list and after one person for the task is (...)

(...) Hello all, my first POST here. :) I have an issue with creating parralel tasks that should all be required. The user has 3 checkboxes on the form. Depending on which of them are checked, there should be created a specific task for each in a single step. The tasks are being created in the action of "Approve" path of the previous step. It's all fine for now. (ex. if (checkbox1) -> create Task1 etc.) (...)

(...) ave a form that needs to stay open for a length of time before auto moving the flow into a cancelled step. This length of time is user selectable when creating a new record. Talent Req is created and POST ing is set to stay up for 30/60/90 days. Is there a way to get the Timeout interval value set to the value of a form field? (If the user chooses 30 days, that will be the timeout value, 60, etc...)

(...) Hi everyone, this POST is for the few how develop processes OnPrem and import them to an WEBCON Apps instance. All others can ignore this POST . I just encountered a little problem. If you have business rules with multiple parameters you need to verify that the parameters have been imported in the correct order. It may happen that this is not the case, (1) in the screenshot. Otherwise the values may (...)

(...) Hello all, Hope everyone is doing great! I would like to ask if any of you already configured substitutions on Webcon? I'm following the article https://community.webcon.com/POST s/POST /substitutions-in-webcon-bps-configuration/228 but there 's a part on image 6 that is not showing anywhere in my Webcon version. I'm only able to set up the configuration as figure 7 but not even able to select (...)

(...) lo all, Hope you're doing great! Does anyone know how to configure a query which will return where a specific user was set in any action? I'm using this article https://community.webcon.com/POST s/POST /checking-user-and-group-privileges/258/3 but I want to also check where for example the user is hard coded for the Task Assignment for example. Hope you got ideas! Thank you