(...) 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 (...)
(...) Hi, it would be great when form rules would be stored in a minimized version too. This minimized version would be used by default whenever a form rule is send to the client in a HTTP response. When a query parameter like 'minimized=0' is added, the "full" version would be used instead. Currently the a JavaScript form rule will be bloated because line breaks are transferred as \r\n. Depending on (...)
(...) Dear Community, In one of my client s, I have an issue with registered companies. There are few companies set. If I import a process from test environments companies are added again (with new id). I have already tried to "sync" ids of companies in test and prod environment (set names assigned to id in test env from prod), but the result is the same. To get things more weird not all companies are adde (...)
(...) Hi, It would be nice if we also had fields of the time type. Some client s need to record, for example, the time of arrival and the time of departure, and this is not possible through standard fields. Thanks, Raluca
(...) Hello, We recently started to take better care of translating our applications in our native language as well as English. This way our client s will have a more professional experience. Even if we have everything translated, the preview that we see is in the language used for naming the steps/paths initially. It would be a nice touch if the language of the preview would be the same as the language (...)
(...) Hi, Can you help me with some ideas? My client wishes to have a functionality similar to the mobile notification app for the desktop version as well. Email notifications are not helpful because he receives a lot of emails daily, and he would prefer to be notified in a different way than through email notifications. Is there a way I can implement desktop notifications similar to those from the mob (...)
(...) Hi, We have a client that uses sharepoint to work with documents, for contracts. There is an item list that is used to manage these documents (so far, only upload and download) and they would like to also be able to delete some of the already uploaded documents. There is a main folder for each contract and there are a couple of subfolders for attachments, depending on when they where added. As far a (...)