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

search results

for client

(...) Hello, Our client recently had a problem and it was necessary to bring down the 2 VMs: 1. One machine that had Webcon installed 2. One machine that had the database installed Our client had a snapshot of the database machine and they restored it on a previous date. For each machine we kept the same IP and the same name. Now we have 2 machines: 1. One machine that has a freshly installed Webcon connec (...)

(...) w WebCon.WorkFlow.Base.BusinessLogic.ElementManagement.FormFields.Choose.ChooseFormField.get_AvailableChooseValues() w WebCon.WorkFlow.Web.UILogic.Form.ViewModels.Data.ChooseViewModel.UpdateFromclient (String json) w WebCon.WorkFlow.Web.UILogic.WFDynamicLite.Rest.Logic.ElementFormLoader.c__DisplayClass8_0.b__1(BaseFormField field) w System.Linq.DataEnumerable.ForEach[T](IEnumerable`1 _this, (...)

(...) s how to set up the HotMailBox using the Microsoft Graph authentication? I know what needs to be done in Designer Studio. I'm not sure about the steps for obtaining the Tennant ID, Application ID and client Secret. Any help would be much appreciated. Thanks, Martin

(...) rol.SetVisibleCore(Boolean value) at DevExpress.XtraNavBar.NavBarGroup.SetControlContainerVisibility(Boolean visible) at DevExpress.XtraNavBar.NavBarGroup.UpdateControlContainer(Rectangle client Bounds) at DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.UpdateGroupBounds() at DevExpress.XtraNavBar.ViewInfo.NavBarViewInfo.Calc(Rectangle bounds) at DevExpress.XtraNavBar.NavBarCo (...)

(...) ne", but after update the "Generate RS Report" action is returning error while execution as below: Error in Menu button action Generate Initial Detail Report. The HTTP request is unauthorized with client authentication scheme 'Ntlm'. The authentication header received from the server was 'NTLM'. The remote server returned an error: (401) Unauthorized. we didnt change anything in the configura (...)

(...) Hello, Lately I was thinking about SQL optimization. So I did this query on production environments of our 4 random client s. The query shows where probably we should be thinking about putting index, because of high usage of those columns. Of course we all know that putting index on WFElements with attribute columns is not a good idea (maybe if you have secondary BPS_Content for only 1 process could be (...)

(...) Dears, During installation version 2022.1.2.59 appears error System.Data.Sqlclient .SqlException (0x80131904): Must declare the scalar variable "@sql". Does anyone know what the issue is ?

(...) Hi community! We want to add new row(s) to an item list due to customer requirement. This should be triggered on button click, that means on the client -side. Unfortunately I didn't find a way, to insert new row(s) to an item list in available JS functions. Does anyone know how to do that or could you provide some code samples? Thanks in advance & best regards, Nik

(...) error text from Local service status: WEBCON Workflow E-mail Service Module Error Role: EmailsService System.Net.Mail.SmtpException: The operation has timed out. at System.Net.Mail.Smtpclient .Send(MailMessage message) at WebCon.WorkFlow.Service.Emails.EmailsModule.Activity.SendMail(WFMails mail) OR WEBCON Workflow E-mail Service Module Error Role: EmailsService System.Ne (...)

(...) Hi all! We are wondering if there is a good way to add new items to an item list on the client side. We already found a way to add new item (which can be triggered by a form rule) and set some form fields before, which then act as default values for the new row. Since it all is asynchronous it has to be a promise chain, like this pseudo code: p.then(() => { SetValue(formField, 'Value') }).t (...)

(...) N BPS Portal>webcon.bpscloud.portal URL: http://*:48439 ConnectionString: Data Source=SQLServer;Initial Catalog=BPS_Config_19T;User ID=BPS_SQLUser;Password=xxxx Unhandled exception. System.Data.Sqlclient .SqlException (0x80131904): A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instanc (...)

(...) I am looking example of getting attributes from Polish GUS to get information about client (name, address, etc) ?

(...) Request Start Request-Url: https://login.microsoftonline.com/[I SANITIZED IT]/oauth2/v2.0/token Request-Header: Scope: https://graph.microsoft.com/.default Request-Body: { "Grant_Type":"client _credentials", "client _id":"[I SANITIZED IT]", "client _secret":"[I SANITIZED IT]", "resource":"https://graph.microsoft.com" } Request End Response Start Response-Code: BadRequest (400) Resp (...)

(...) Hello to everybody, right before the weekend I once more need your help: My client asks if there is any machanism to enable a person, who already has received tasks as a substitute, to assign his or her substitute to these tasks. The client wishes an automated feature for this. Example: 01-10-2022: Person A defines Person Z as substitute from October, 2nd to October 10th 02-10-2022: Person Z re (...)

(...) ven some contact information. Maybe this person can share specific detail in a private communication. In addition, I do think, that something like this kind of overview could help nudge a potential client to favor WEBCON BPS. This will help WEBCON to spend more resources on improving WEBCON BPS, which ultimately will benefit us all. --- Disclaimer --- Yes, I work for a partner, but neither do (...)

(...) action. My problem is I don't have a Zebra printer. If I try to install the ZebraDesigner it won't allow me to design a label because the software is not connected to a Zebra printer. In my case the client has a SeagullScientific printer which provides some kind of designer (BarTender) but it is limited - the trial version doesn't allow the Print to file option. Are there any other softwares that can h (...)

(...) Hi all! I am wondering if there is a way to filter a view with Webcon REST API. So instead of getting all view rows on my client and filtering the result with C# and LINQ, there should be a better option than that. ODATA does not seem to be implemented yet. Maybe I overlooked something or is it planned to add ODATA or some other filtering options to REST API? Thanks a lot in advance & bes (...)

(...) async, CancellationToken cancellationToken) at System.Net.Http.RedirectHandler.SendAsync(HttpRequestMessage request, Boolean async, CancellationToken cancellationToken) at System.Net.Http.Httpclient .g__Core|83_0(HttpRequestMessage request, HttpCompletionOption completionOption, CancellationTokenSource cts, Boolean disposeCts, CancellationTokenSource pendingRequestsCts, CancellationToken original (...)

(...) ello everybody. I'm trying to display all the JSON fields, but I can't. Thanks to anyone who can help me. 1 - JSON structure '{ "status": "SUCCESS", "VentaPajaros": { "codigoclient ": 13216598, "composicionParcelas": [ { "id": "07" }, { "id": "08" } ], "pago": { (...)

(...) m the response and enrich the created objects with the default values, if this is not part of the response. There are probably classes used for each so, it probably wouldn't have a real impact on the client . In my case I removed the below default strings which reduced the compressed JSON length from 424722 (2) to 401807 (4) using a "pretty printed" version this reduced the length from 549913 (3) to 508 (...)