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

search results

for api

(...) nected Webcon with Dynamics Business Central ? Could anyone provide some insight (maybe even screenshots) on how to configure the Connection and Datasource(s) ? All I want is use some published api webservices to inflate list items or use some webservice data as sources for dropdown fields....

(...) I need to upload attachments to our company cloud services. Below is the web api endpoint that accept a file: [HttpPost("createfilewithcontent"), DisableRequestSizeLimit] public async Task CreateFileWithContent([FromForm] GFileWithContentWrite fileInfo) { var stream = fileInfo.File.OpenReadStream(); var createdFile = await _driveService.CreateFileAsync( new G (...)

(...) experience issues with SOAP Web Service at https://sprawdz-status-vat.mf.gov.pl that checks if Supplier is active VAT payer. Does anyone have same issue? Should we consider "migrating" to https://wl-api .mf.gov.pl REST Web Service, where we can check VAT status also? What about limitations of wl-api service? Thanks in advance for any response here. Best, Adam Hatak

(...) assume this to be the reason. Does the details text give any hint that I do not get so far? Appreciate any hint or help. Thank you in advance. (Details BEGIN) url: https://webcon-test./api /nav/applications/mostused | action: GetMostUsed ip: 192.168.1.22 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKi (...)

(...) 7.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 | href: | ex: System.Exception: It's incorrect message file ---> System.ArgumentException: The MailMessage is corrupted at Aspose.Email.Mapi .Mapi Message.FromMailMessage(MailMessage message, Mapi ConversionOptions options) at Aspose.Email.Mapi .Mapi Message.k(Stream a, LoadOptions b) at Aspose.Email.Mapi .Mapi Message.Load(Stream stream (...)

(...) Does anyone have SF connected to your Webcon? I was wondering if there is any possibility to have more interaction between the 2 apps. At the moment, I have Webcon connected with SF through REST api , where I get information from SF for a process. But sometimes SF is updated (for example, an opportunity is cancelled), and there is no reflection of that in Webcon. My idea was to have that infor (...)

(...) erstand that it's easier to remove the whole archive action but there are cases where the delete action is necessary. For example in use case of PCG Academy during the WEBCON DAY. Deleting via REST api may be an option, I haven't tested it but I assume, that this would execute the "Upon instance deleting" trigger. This is not the case with the delete action, for which I'm grateful as the trigger al (...)

(...) us location --- at System.Threading.Tasks.Task.ExecuteWithThreadLocal(Task& currentTaskSlot, Thread threadPoolThread) --- End of stack trace from previous location --- at WebCon.BPSCloud.Portal.api .FormsController.GoToNextStep(GoToNextStepParameters formParameters) at Microsoft.AspNetCore.Mvc.Infrastructure.ActionMethodExecutor.TaskOfIActionResultExecutor.Execute(IActionResultTypeMapper mappe (...)

(...) Hi everyone, I'm trying to integrate Autenti platform via SDK plugin. I have add REST connection and try to invoike api v2 SendingDocumentAction. Unfortunately all I got was the following error message. I have noticed however, that the 'Signature type' field is missing from the action configuration screen. Did any of you come across similar issue? How can it be resolved? Any tips much appreciate (...)

(...) udes removal of odd users, who should not have access any longer. Users can also switch roles, which means from Read to Modify or vice versa. We are considering to implement this in C# and REST api , but maybe there is an easier way to do this. Many thanks in advance & best regards, Nik

(...) Probably from yesterday during the synchronization of exchange rates we get 404 in Webcon (version 2020.1.3.434). I would only like to get information whether it is a planned disable of the api or just a temporary break?

(...) Hi there. Has anybody here experience to work with Webcon and MS Planner hand in hand? I saw that there is an api for Planner, that lets me hope that I could connect the two. Kind regards Klaus

(...) tudio. Doing things manually tend to end up in inconsistencies. E.g. when packaging a new release, we might forget to update the documentation. Not sure what's best / easier, extending the rest api or making the functions available in a cmd line tool. Functions to nice to be automated: - Import/export of applications - Import/export of plugIn-packages - generate documentation of a process

(...) ode) at WebCon.BPSCloud.Core.Elements.ExistingElementsManager.GetDesktop(Boolean isCompact) at WebCon.BPSCloud.Core.Elements.ExistingElementsManager.GetDesktop() at WebCon.BPSCloud.Portal.api .FormConfigChangedController.Get(IElementsManager elementsManager, String displayMode) at WebCon.BPSCloud.Portal.api .FormsController.Get(Int32 wfdId, String displayMode, String editMode, Nullable` (...)

(...) 1.41, errors are occurring on the portal. All processes are working correctly, did any of you have a similar problem? After analyzing the errors in GUID, I got a log as below. url: http://lowcode/api /nav/applications/mostused | action: GetMostUsed ip: 192.168.2.100 | msg: An unhandled exception has occurred while executing the request. | agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebK (...)

(...) tached - it gives an overview how it is done :) * Of course behind the scenes there is a lot of technical fun :) E.g. Prefix to group links is taken taken from configuration (via WebCon BPS REST api ) so every time we had to change the WEbCon BPS Portal address we just changed portal address in one place. Please notice the screenshot attached - it gives an overview how it is done :) BPS 2023 (...)

(...) I'm trying to connect to Webcon with Power Bi. Service I set up OData user and api key as described here https://community.webcon.com/posts/post/odata-format-in-webcon-bps/346. I do not have a problem to connect using Power Bi desktopapp but after uploading report to Power Bi service there is a problem with refreshing although I set up on-premise gateway on Webcon vm - invalid credentials. Has an (...)

(...) cts and if this is the case, check whether you are using window.initialModel and make adjustments. In R2 it's gone. Most of the objects of the initialModel can be accessed via the liteModel. /api /nav/db/${parameters.dbId}/element/${parameters.instanceId}/desktop If you have no idea what I'm talking about, than everything is fine. :) Best regards, Daniel

(...) "id": 11030, "userTime": "2023-08-31T05:51:09.457", "category": 0, "executionTime": 8, "dbId": null, "appId": null, "data": "{\"Url\":\"/api /substitutions/new/forOther\",\"Duration\":2,\"StartDateTime\":\"2023-08-31T07:51:27.313263+00:00\",\"Details\":[],\"ObjectInfo\":\"\",\"IsVisibleOnTrace\":true,\"Guid\":\"e68e95fe-55ed-413d-8a6e-f214 (...)

(...) with Webcon action. I know some workarounds: - show some details from wfmails table - create hotmailbox and process cc-d email But I do not like them. I have not tried, but maybe with msgraph api it is solvable. Does anyone have a good solution to save sent email in msg/eml file as attachment? Thanks! BR Peter