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

search results

for CU

(...) Hi, just testing with SOAP web service requests after resolving the issue I had with a CU stomer project. My question is: Does WEBCON support a 1:m:n relation within SOAP requests? The issue with the former request not working was a structure reflecting this. As I cannot configure an item list within an item list I would assume the answer to be "No". Any guesses? Best, Ingo

(...) Hi, from time to time we have the use case that an item list row may not be delete under specific cirCU mstances by the user. CU rrently there's no easy way to prevent this. One option could be to display "virtual" columns for these actions in the item list, so that one could make use of the existing functionality "column edit restriction". With this we could define whether the action should be (...)

(...) Hello, here is a question that I have not found suitable hints so far. As our CU stomer is sort of in a hurry, I want to place this question here: Can a multi-factor-authentication be used with the Mobile App for WEBCON BPS? The CU stomer uses AAD for authentication and I would assume that setting MFA there would invoke the app to ask for the 2nd factor if the password was saved. But this (...)

(...) Designing Word-Templates is quite straight forward. However to check to look of the final doCU ment you have to run the action somewhere in the process. So this can be quite time consuming. Having a preview functionality would add a great value to WEBCON BPS. As we already have the option to load the form values from a workflow instance, the next step would be hitting the preview button to have (...)

(...) Hello everybody, we are working on a prototype to doCU ment defects. Therefore, we would like to use a new kind of form field: It should act as an image field to upload an image, but then act as a handwritten signature form field to mark something on the image. We tried that with the existing elements and it worked in a way. But the image scaling isn't really good, we couldn't change the penci (...)

(...) I am using the free version with a limit of 10GB. Recently I received a message - Failed to exeCU te 'setitem' on Storage: Setting the value of 'ExpandFormButtonLogID' exceeded the quota. I checked and the base was 9600MB. I did a shring database and reduced it to 4500MB. Today, I have the same error with a 4600MB database. Is this the end of working with the free version?

(...) Hi, I've got the following problem. I'm CU rrently working on an workflow and the task assignment is not reseting it self after clicking on a path. Meaning that all previously assigned people still have the task and even when I let all fields of the task assignment empty the task will still be given to all previously assigned Users. Is this a bug or am I doing something wrong? I've attached an (...)

(...) d":"08fffc80-37ae-4651-b6b0-a1de65076cd6","error_uri":"https://login.microsoftonline.com/error?code=900144"} Response-Header: Cache-Control: no-store, no-cache Pragma: no-cache Strict-Transport-SeCU rity: max-age=31536000; includeSubDomains X-Content-Type-Options: nosniff P3P: CP="DSP CU R OTPi IND OTRi ONL FIN" x-ms-request-id: 0768443e-3dcf-41ae-b29c-3bf5c6b66c00 x-ms-ests-server: 2.1.13777. (...)

(...) We are using WEBCON BPS 2022.1.3.45 and should exeCU te some soap actions to to SAP. System.SeCU rity.Authentication.AuthenticationException: Authentication failed because the remote party sent a TLS alert: 'HandshakeFailure'. Submitting requests via Postman works fine. It seems to be a problem on transport level, related to .netCore/OS and is most likely a problem related to TLS version and (...)

(...) Hi All, We had some diffiCU lties with archiving. We had a campaign to move to archive approx 200.000 instances. It was working very slow, taking 5-6 secs per instance. After some investigation, we found out, we can speed it up with an additional index on WFElementTasks. After creating the index - CREATE NONCLUSTERED INDEX IX_WFELementTasks_Finished ON dbo.WFELementTasks (WFT_WFHIDTaskFinishe (...)

(...) This would be a great option if the attachment could be moved to the indicated item id on the action. CU rrently, there is an option only to move an attachment from the indicated element to the CU rrent one (the one on which the action is) i.e. "copy from", but if it were possible to move an attachment from the CU rrent one (the one on which the action is) to the indicated one "copy to" this would s (...)

(...) on and I get a message "The MailMessage is corrupted" but it is not true. do you also have such problems? do you know how to solve the problem? Message log: msg: An unhandled exception has ocCU rred while exeCU ting the request. | agent: Mozilla/5.0 (Windows NT 6.2; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/106.0.0.0 Safari/537.36 | href: | ex: System.Exception: It's incorrec (...)

(...) or example Car Types: 1. Sedan 2. Hatchback 3. Pickup Let's say you have a single form, where you want to display fields conditionally - depending on the selected Car Type. To make it well doCU mented instead of putting Car Type (ID) = 1 - you have to create 'Constant' CarType Sedan with value 1 and so on. Structure like enum would make this easier, and more condensed - instead of having (...)

(...) I have a Date of Request from where I pick up the month and year, and I want to set the reminder date as 20th/Month of Request Date/Year of Request Date. I would like to have this automatically calCU lated instead of relying on the user to select something like Due Date. Does anyone have ideas on this? Thank you!

(...) Hi all! I am getting a strange warning when deploying a second SDK plugin package to CU stomer environment (see screenshot). The background information is: Both SDK plugins need System.Text.JSON namespace for serializing / deserializing JSON objects, which requires a bunch of satellite assemblies to be packaged also. These assemblies are added to each package with a CU stom Powershell script (...)

(...) Hi all! We have a new CU stomer who has a central IT service department. As for the database, we can just order a certain amount of databases, which we then have access to. The question is, is it even possible to install Webcon into existing databases (e.g. Config, Content, Att,...) or do we need a fresh SQL instance from the CU stomer and an admin account with db_creator or sysadmin rights (as (...)

(...) at WebCon.BPSCloud.Core.SolrEngine.ActivityLogger.ActionOpenDashboard(Int32 dashboardId) at lambda_method(Closure , Object , Object[] ) at Microsoft.AspNetCore.Mvc.Internal.ActionMethodExeCU tor.SyncActionResultExeCU tor.ExeCU te(IActionResultTypeMapper mapper, ObjectMethodExeCU tor exeCU tor, Object controller, Object[] arguments) at Microsoft.AspNetCore.Mvc.Internal.ControllerActionInvo (...)

(...) hread. There's a lot of empty space especially if there a quote. Which makes it harder to read. 3. The number of answers is not displayed. Maybe this could be realized at some point to: VISUAL CU E FOR CLOSED THREADS https://community.webcon.com/forum/thread/828?messageid=828 There are CU rrently two new questions which have been closed without an answer. This is a bit confusing. :) Than (...)

(...) ases 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 exeCU te the "Upon instance deleting" trigger. This is not the case with the delete action, for which I'm grateful as the trigger allows me to prevent the deletion from the UI even for administrators. B (...)

(...) Hi everybody, sorry to bother you with this: One of our CU stomers switched the authentication for his MS Exchange Online to MS Graph and since then receives the error shown in the screenshot attached. He does not run any kind of proxy server on his firewall, so that we are confused by the error message. Any hint is welcome to get his productive system up and running again. Cheers, Ingo