(...) icenses. These messages will remain visible until all users have been switched or the transition period expires. After the full license switch is completed, the message disappears. Figure 1. Informat ion about an active transition period displayed in the Portal What to check before and after the upgrade (a practical IT checklist) Licensing changes are largely operational in nature, (...)
(...) low After the absence request is registered, a task to approve or reject it is assigned to the approver. When the task is assigned, the system sends a standard email message containing informat ion about the task, in accordance with the applicable template. Fig. 2. Email informing about the task The content of the email message (enabling the MailApproval action) also incl (...)
(...) ese menu buttons. They are just next to the item list where they are relevant. It will reduce an overloaded toolbar We can also create If you are interested in this, you can find more informat ion in this blog post.
(...) "%LocalAppdata%DesignerStudio/2026.1.2.91/WEBCON Designer Studio.exe" -protocol "webcon://https://XXXXXX/¶meters=" _develop Credits to Daniel for most of this informat ion in his blogpost: https://daniels-notes.de/posts/2022/open-designer-studio-in-a-specifc-version
(...) the HTTPS connection, and forwards requests to IIS and then to the .NET application, in this case WEBCON. In such a setup, it is essential not only to route traffic correctly, but also to preserve informat ion about the client’s original request. Microsoft explicitly states that applications running behind a proxy or load balancer must receive informat ion about the original scheme, host, and clien (...)
(...) he JWT Bearer grant authentication mechanism, described in detail in the Autenti documentation. To connect to Autenti, you must first generate a key pair. The public key must be converted to the JWKS format and configured in the API application on the Autenti side. The private key must be kept in the .PEM format , as it will later be used in the connection configuration in WEBCON. Two connections must (...)
(...) ge with configurable multilingual content. Switching to maintenance mode and back is a matter of swapping port numbers between the two sites. If you are interested in this, you can find more informat ion in this blog post.
(...) on”, but an example of AI embedded within a business process. The assistant does not operate alongside the application, but within it – analyzing form data, supporting users in entering informat ion, evaluating consistency, suggesting priorities, and helping prepare responses. If the user is ready to take action during the conversation, there is no need to switch between chat and the Porta (...)
(...) xecuting an automation with input and output parameters The post also covers common pitfalls like timezone and error troubleshooting. If you are interested in this, you can find more informat ion in this blog post.
(...) if not even mandatory. 1. Report - SQL Filter, there are a few variables there already 2. Calculated field in Reports and BPS internal view, no option to use existing variables 3. Report - advanced format ting, no options to use existing variables Why do I think that this would be mandatory? The path example of advanced colouring will just break on transporting the report to another environment: http (...)
(...) e now using GUID identifier witch enables using it's in all environments. But the functionality o Word templates are very simple. It's now enough flexible for control conditions for hide, show etc. informat ion's. For example: You can not show header of table, but empty row is always. In HTML you can control this. Adding using GUID in HTML templates give the more flexible possibility to build templates (...)
(...) Can you please add an option to encrypt fields, and user configure who can decrypt ? Why ? Becouse, in some business appliactions, administrators not always should be able to see some confidential informat ion send in BPS forms. Senders should decide.
(...) st 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 informat ion. 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 returned an error: (407) (...)
(...) 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 informat ional 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
(...) in the forms where I think it will be helpful to the users. It can be very helpful even in the preview form in reports. Attached 2 screenshots with german and english browser. Please excuse the bad format ting - I hope you enjoy anyways! ------------------------------------------------------------------------------------------------------------- SELECT WFH_STPID, WFH_OrgID, WFH_COMID, dbo.clear (...)
(...) action to add items in a Sharepoint 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 informat ion 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, (...)
(...) arepoint-document-library/54 I've did all the same configurations as the document to try to get it working but my Start BPS column is not displayed. The json code that is in the post needs to be format ted and my final version (for my case) is: { "$schema": "https://developer.microsoft.com/json-schemas/sp/v2/column-format ting.schema.json", "elmType": "a", "txtContent": "=if ([$Status] == (...)
(...) nd I'm saving the new entries in a Dictionary. I have the subworkflow set up and it's working but I need to add some rules in order to not create duplicates neither empty rows. For my case, the informat ion to be checked will be Customer Name and Address (because a customer name can have more than one address). I was trying to follow the query below but I'm not sure on how to add the dictionary ther (...)
(...) Hello, I'm working on a form of employee's declaration, which should contain a long text (an informat ion for the employee, mandatory for legal reasons). What is a proper way for placing these types of data on a form? Is there a way other than creating an attribute and assigning default value (assuming that the text will be constant).
(...) and done inside the application which can be pasted in email/world/excel. When the copy table is pasted in notepad++, the script is not available so I was trying to get ideas on how to paste the informat ion inside webcon and make it available as a table. Does anyone faced something like this? Thank you