(...) ) { $summand1 = [int]$summand1 $summand2 = [int]$summand2 #Add both summands $sum = $summand1 + $summand2 if ($summand3) { $sum += [int]$summand3 $log = "Addition of the integers '$summand1' and '$summand2' and '$summand3' gives sum '$sum'." } else { $log = "Addition of the integers '$summand1' and '$summand2' gives sum '$sum'." (...)
(...) eated. 6. Granting permissions to restored databases For the WEBCON BPS platform to function properly, the account specified during installation as the Database owner (a dedicated SQL log in or the domain account of the application pool) must have db_owner permissions for all environment databases. After recreating the source databases on the target SQL Server instance, these permis (...)
(...) tom styles could be defined in the new html-field (for every process we would have to define it again) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log https://community.webcon.com/forum/thread/404/15
(...) was able to retrieve the data but transforming the json response to a table is beyond me. Just in case there's someone who would be able to do it but doesn't know how to retrieve the data I add the log ic below which can be put into the advanced editor. You need to create an APP with impersonation. For some reason the report was returned but without rows without impersonation. I even granted the APP (...)
(...) I have a few suggestions for improving the single row editing experience: 1. Adding a next/previous button to the modal dialog so that you can easily go through the rows. 2. No fixed height for modal dialog . The max height of 400px makes it quite hard use the modal dialog . It would be better if the available space is used. I already added a style overwrite for this. 3. If single row editing is used (...)
(...) Yeah, the new version is released and based on the change log , these are my three highlights: 4.11. Using variables representing configuration objects’ ID Item list improvements. Ok, this is cheating but there are a lot of useful changes :) 4.17. Report views in the navigation menu I didn't list the new WEBCON BPS Designer Desk because it's not comparable and would probably be on everyone's top lis (...)
(...) owing error: Request Url: https://test.findynamic.com/iris/credit-card/api/buyers Response Code: MethodNotAllowed (405) Exceptions: Rest service call failed. Http code MethodNotAllowed (405). Inspect log to get more information. If I disable this setting, I get this: Request Url: https://test.findynamic.com/iris/credit-card/api/buyers Response Code: Exceptions: Error occurred : The remote server ret (...)
(...) An errors section where the community can post common errors and possible solutions for them. A search by error message or code would be great. We are building one of those blog s for errors internal, but it would be great if the community can have their input on it. Also the version of WEBCON would be an useful filed to group by.
(...) On reports we have the great possibility to execute mass actions by passing in some parameters. It would be a great having a similar kind of dialog menu action, where we can configure some informational text (e.g. as header/footer) and of course one or more fields as parameter. The configured parameters we then can use to execute an action. The dialog could contain a cancel and a okay
(...) We are implementing a solution of Master Data Management and are trying to use Webcon as a User interface with all the log ic behind forms. The database is prepared in MS SQL with different tables. The challenge we are having is to update entries with foreing keys. Scenario: Table 1: Country has one column (apart from ID) – 'Country' Table 2: City has two columns 'Country ID' (Choice column from tabl (...)
(...) It would be nice if there were the following changes to the form rule alerts/confirmation functions: a) Modal dialog They could reuse the modal dialog from the "single row edit" instead of using the browser integrated alert/confirmation window. This would result in a more consistent user experience. Of course it would be nice to set title, body and button texts but I would be fine with setting the bo (...)
(...) Calendar? I'm using this https://howto.webcon.com/sharepoint-calendar-adding-entries-from-bps-workflows/ to help in the configurations and I'm able to send the information to Sharepoint: Message log for my Action Message Address of a Sharepoint list: https://visionboxdomain.sharepoint.com/sites/customers/Lists/Calendar Inserting values: Title: Renovation Doc, Location: PT, EventDate: 3/12/202 (...)
(...) d an already existing user voice created by Markus. Hi, could we please get an option to define an additional .css file inside the theme. It could be similar to the implementation for defining the log os which can be loaded from an URL or uploaded as a file. Benefits: - We don't need to use the HTML field on the form level, like https://community.webcon.com/forum/thread/41/15 - HTML fields can't (...)
(...) 0-171 / CMMC compliance and we will have contracts with CUI data potentially stored in WebCon flows via attachments. Because of this we need to be able to trace every single action a user takes and log it. Uploading attachments, accessing, deleting, updating, etc.... Is this possible with WebCon? Does it have the ability to send access log s to a SIEM?
(...) department with mailbox and MFA disabled. When I try to setup connection in HotMailbox, I get "ERROR: The request failed with HTTP status 401: Unauthorized". I don't have any problems when I try to log in to outlook directly in browser using the same credentials. What else might be wrong with configuration? Thanks in advance for all suggestions.
(...) some issues. Fingers crossed, I'm going on vacation in a few days and won't be able to work on it for a while in my limited spare time. :) Once I'm satisfied with the application, I will create a blog post for this. Source and exported application: https://github.com/Daniel-Krueger/webcon_reportSubscriptions Attachment: Because of sensitive information I blurred columns in the report screenshot (...)
(...) Hello, I have a problem while adding a barcode. The instance is moving to the next step but the action is not executing, does not show any error and is not even log ged in the history and is not adding a barcode. Does anyone had this problem on the latest version( 2021.1.3.163 ) , some thoughts ?
(...) in most cases this is true for this feature, if you provide a new one there will be immediately questions asking for more. :) For those who don't know what I'm talking about you an search the change log for 2021 R3 for 'Authentication request endpoints'. In my case it's the following: When I click on the sign in button (1) the server will read the configured endpoint (2) and redirect the popup to (...)
(...) ---------- CallStack ------------------------------------------------------- at WebCon.WorkFlow.Base.Exceptions.Handling.ExceptionHandler.ThrowException(Error error) at WebCon.WorkFlow.Studio.log ic.Authentication.PortalRequestHandler.CreateException(HttpResponseMessage response) at WebCon.WorkFlow.Studio.log ic.Authentication.PortalRequestHandler.ExecuteGetRequest(String path) at WebCo (...)
(...) might have a clue on what to do. I've a process that creates users in AD. However the user creating action expects a parameter of username in format DOMAIN\USERNAME. My domain users have changed UPN log ins to their e-mail adresses (e-mail domain is different than my local domain name) in order to have one log in in every system. Is there a way to create AD users providing their e-mail (UPN) as log in? (...)