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

search results

for https

(...) e 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 System settings I get the following error: Request Url: https ://test.findynamic.com/iris/credit-card/api/buyers Response Code: MethodNotAllowed (405) Exceptions: Rest service call failed. Http code MethodNotAllowed (405). Inspect log to get more information. I (...)

(...) 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/posts/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 proces (...)

(...) ryone, I am looking for solution 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/posts/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 sig (...)

(...) Hi everyone! I read the article about ADFS Customization: https ://community.webcon.com/posts/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 w (...)

(...) ot possible. For example in a "Person or group" field where the picker is limited to a group. 2) I added the "SearchAllTables" stored procedure to look for any occurrence of the BPS_ID of the group. https ://ignas.me/tech/searchalltables-sql-stored-procedure/ Note for myself: I should add a second stored procedure which only searches through relevant tables. Best regards, Daniel

(...) ants with >\r\n< as a value since the \ is escaped in the text. There's an option to use bold/italic in alerts if you use utf8 characters but I'm not sure whether it is such a good idea to use this. https ://yaytext.com/bold-italic/ Edit: It would be nice, if this would be available on the notification options of a menu button, see picture.

(...) author may still be looking for a better option. While I'm add it: I'm not sure since when it's possible and what the default value is, but you can opt in to receive mails on answers to your thread: https ://community.webcon.com/account/data Best regards Daniel

(...) Hello all, Does anyone set up an action to add items in a Sharepoint Calendar? I'm using this https ://howto.webcon.com/sharepoint-calendar-adding-entries-from-bps-workflows/ to help in the configurations and I'm able to send the information to Sharepoint: Message Log for my Action Message Address of a Sharepoint list: https ://visionboxdomain.sharepoint.com/sites/customers/Lists/Calendar Inser (...)

(...) s date. I was trying to set 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/posts/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 (...)

(...) Hi all! Does anyone configured a start worflow in sharepoint using an API? I've following the tutorial video (https ://www.youtube.com/watch?v=C3hC1fAjvAk) to start a subworkflow using MS Flow (now called Power Automate) but when I need to configure the Get Token Action I only have the options in the picture and they are premium. Anyone with ideas? Using the json in the column of the item li (...)

(...) heme. It could be similar to the implementation for defining the logos which can be loaded from an URL or uploaded as a file. Benefits: - We don't need to use the HTML field on the form level, like https ://community.webcon.com/forum/thread/41/15 - HTML fields can't be displayed on reports so we are creating other workarounds - It's not necessary to load these via dashboards - Single point of fail (...)

(...) When creating an SDK action there is an option to use the Logger Class to create logs (https ://developer.webcon.com/2021/resources/online-documentation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific database table)?

(...) alled the server side plugin and the client side plugins, but I have no idea how to enable any sort of edit button in WEBCON that would trigger the WebDav App. I have tried the demo in this website: https ://www.webdavserver.com/ and works, but that only confirms that I have the client side plugins installed correctly. Thanks!

(...) Hi, I tried to implement the Docusign SDK according to the KB Article (https ://community.webcon.com/posts/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: "erro (...)

(...) 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 the table in the mail. Best regards, Daniel

(...) Hi, despite the bug described in this thread: https ://community.webcon.com/forum/thread/555/46 having been removed in 2021.1.3.143 (tested, worked fine), something similar is happening in 2021.1.3.163 when you use a picker field in an item list, and map it's data source-columns into other columns of the item list. It then throws: "b.map is not a function"-error, see attached screenshot. If I don (...)

(...) ew record to prepopulate an item list with static rows? The idea is for each new workflow started, an item list would have 6 rows already setup to have other data entered. Nevermind, I found it :) https ://webcon.com/item-lists-repeating-data-done-right/

(...) s are stripped from the URL and only the path and hash remains. My request is to change the logic that the query parameters are kept. Sample PowerShells script: $uri = new-object System.UriBuilder('https ://login.microsoftonline.com/common/oauth2/v2.0/authorize?ui_locales="de-DE"#ui_locales="de-DE"') $query = [System.Web.HttpUtility]::ParseQueryString($uri.Query); $query["redirect_uri"] = "abc"; $quer (...)

(...) only forum entries. 4: Entering 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/posts/2021/quickly-search-current-website Best regards, Daniel

(...) er Attachment details, where the ATT_ID is selectable (SEE PICTURE). A counting number as fourth parameter would be even better ;-) Bye, Bjoern Poller P.S.: Daniel gave some alternative ways under: https ://community.webcon.com/forum/thread/699/15 P.P.S. (2021-08-17): I found temporaly solutuions for editing ATT_ID and continuous numbering with an action (Run SQL procedure) for those who can't wait - (...)