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

search results

for CC

(...) ery I have a following where clause, which compares a date from Oracle table to a date from a form field that is completed by an user (it is "user's date"): "where table1.date = User's date: date aCC . browser settings(text)" and it doesn't work because of different date formats. I've tried multiple methods and nothing worked. Do you know any solution? However, the following where clause wor (...)

(...) Hi everyone, I just had the need to get multiple rows of data without having aCC ess the the SQL database. I didn't want to create a field for this one time use case. Unfortunately the 'Test' result window of the expression editor, didn't have the option to copy the result. Luckily I thought of the Administration Tools\Search Logs. As you can see in the attached picture, I was able to execute an (...)

(...) ase. The data in Oracle database changes every hour. An user completes a form on T day, so the data in the 'data table' form field is refreshed. Then (after a few days) his manager opens the form to aCC ept it. The manager should see the data in 'data table' field as of T day, so as of the day when the user filled up the form.

(...) e on following matter? We have a workflow that has been working for a year already, and today our users keep getting following message while trying to save a new document: One or more errors oCC urred. Failure on execution of procedure pCreateSignature with parameters: HOME_OFF/2022/05/01899, 20225#1#22, 1899 Execution Timeout Expired. The timeout period elapsed prior to completion of the o (...)

(...) Hello! I've come aCC ross a problem with installation of Outlook plugin (the full version of Outlook, the application, not the O365 lite one). Tried to do this in Internet Explorer, run as admin, with no luck. There is an error message saying the certificate used to sign the manifest or its' localisation is are not trusted. At the bottom of the error message there is a sentence saying the zone is in (...)

(...) e in which this GUID exists. :) Type: WebCon.WorkFlow.Studio.Logic.Exceptions.PortalWebserviceException ------------------------------------------------------- A WEBCON BPS Portal error has oCC ured. ------------------------------------------------------- Message: WebCon.WorkFlow.SDK.ConfigAttributes.ConfigEditableTranslation ------------------------------------------------------- Error (...)

(...) ut is there an official listing of what is not allowed in SaaS? Because Building and Testing a project on-premise, and having no way of knowing if something will break on PROD because of that is not aCC eptable. Is there a way to test for it? Or at least have something to read through to workaround this from the start(dev), and not when it is deployed on live... Best regards, Fabian

(...) e operator 'ForEach' is a great addition to version 2022.1.2.31, thanks to Webcon Team. Unfortunately I do not find any documentation on that, especially how to iterate over 'Any Collection' and aCC ess columns in custom action. If I select 'Any collection' and put some SQL statement in there, is there a way to aCC ess specific table columns from generated table result? If I take a look at t (...)

(...) as if a non admin users can only delete the ones they uploaded themselves. But we have to let a group of users delete any attachment. Is there a way to maybe toggle is somehow? Or is javascript neCC esary? Kind regards Fabian

(...) ured a hot-mail-box to check for e-mail having a pdf with a valid barcode. The pdf with the barcode is attached nicely :). But also want to add the additional attachments. One should expect that aCC ording the documentation the configuration of additional attachment filter would actually add additional attachments. After talking to the support this is only the case when those attachments also hav (...)

(...) Hi everyone, does someone has an idea, how I can add a mail address to a local user aCC ount? If I want to add one, I get an error, that the existing BPS Id does not match the UPN format. background information: a customer uses a single server machine for running a test environment for WEBCON BPS. The VM has no aCC ess to a domain so the installation has been executed using local user aCC ount (...)

(...) t to be able to configure the "Keyboard type on mobile devices:" to "scan", which leads to following behaviour in the mobile app: 1) click on field 2) Scan-Camera functionality starts 3) after suCC esfully scan -> scanned value will be set to field Done Thanks a lot P.S. We are working with 2021.1.4.154, but so far as we know exists the required functionality also not in the latest version, (...)

(...) r message (in German language, sorry for this): Typ: WebCon.WorkFlow.Studio.Logic.Exceptions.WebserviceSaveException ------------------------------------------------------- Nachricht: Exception oCC urred while importing table ConfiguredWebServices ------------------------------------------------------- Aufrufstapel ------------------------------------------------------- bei WebCon.WorkF (...)

(...) alone/168 -If I understand correctly, all applications will have to be transferred to the modern form/bps portal? -That also means all custom JavaScript will have to be rewritten to take that into aCC ount? -After the upgrade, users do everything through the BPS Portal? -We are using SharePoint calendars and news - are there any equivalent functionalities in Webcon Standalone? -What are your exp (...)

(...) Hello, Question 1: Is there any possibility to give user aCC ess to form but restrict/limit form history (only user have aCC ess to current form not for previous versions)? Question 2: I have form field 'Picture' in dictionary form which (that form) is connected with user by field 'User' - do you have any idea how to present that picture on users dashboard? Do be clear: Form 1: Field Us (...)

(...) you still have to set up the REST Web Service connection, then the actual Rest Web Service Data Source. but it is not possible to get the actual response layout. I am at a loss. has anyone suCC essfully connected 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 som (...)

(...) tream, Object owner, Boolean async, IPAddress& address, Socket& abortSocket, Socket& abortSocket6) at System.Net.PooledStream.Activate(Object owningObject, Boolean async, GeneralAsyncDelegate asynCC allback) at System.Net.ConnectionPool.GetConnection(Object owningObject, GeneralAsyncDelegate asynCC allback, Int32 creationTimeout) at System.Net.Mail.SmtpConnection.GetConnection(ServicePoint (...)

(...) dea is that I have a cyclical process and I need to clean some fields in order to be available on the next step. I'm trying to use the Multiple Change Values to make them as empty, but I'm being unsuCC essful here! Does anyone have any ideas? Thank you all!

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

(...) Currently I'm migrating files from SharePoint to a custom built WEBCON DMS application. Normally the Instance number is generated aCC ording to a rule which is perfect for new files. The customer wants to keep their document numbering. For the existing files I would like to update the Instance number (Database: WFD_Signature) using a small SQL script. But is it safe and is it wise to do that? I'm (...)