I'm just linking a similar request: https://community.webcon.com/community.webcon.com/public/forum/thread/74/15
Hi everyone, I learned today that you can close threads, which prevents adding additional answers. This is fine but I believe that we that an additional hint in the thread title would help, too. There are two reasons: 1) it's easier to notice 2) It's a better user experience. If you hide an option
Hi Tim, I had the same error when installing 2021 in an Azure VM without domain. I used a local account which hadn't have a name. This caused the same error. Setting a name for the installation account solved the problem. Best regards, Daniel
Hi Thomas, I have no idea, why I doesn't work. I'm guessing that the data is updated using your action just fine, but afterwards the default mechanism overwrite the value again. I also had a look at the SDK and changing the Company Id is not supported. So I wouldn't do it, even if it worked. I hav
Hi Kate, I've done something similar, the external system was a Xml file which contents has been "copied" to an item list. Here you can find a "documentation" as well as a link to the source code https://daniels-notes.de/posts/2021/custom-action-xml-to-item-list https://daniels-notes.de/posts/2021
Hi Markus, I'm only aware of doing this JavaScript side. Best regards, Daniel
Hi Andreia, the only option I see is to create one action for each possible list and set an execution condition. The default action can not simply use a dynamic URL. The reason for this is quite simple, the internal field names can differ in each list and than it would break. You could use REST t
Hi Sophia, do you want to populate the item list via the Initialization tab in the advanced configuration or using an "Item list update" action? Regardless, I don't think you will get around using SQL query. The item list is updated by mapping the source values to the correct column name of the
There's an option to switch from horizontal to vertical layout if you click on AND/OR operators. Could this be extended to all other operators, too. :) This would reduce the scrolling and therefore improve readability a lot.
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.
Hi Christian, thanks for sharing. It may come in handy. I'm intending to do the same, once I've gotten the Ok to share a few things I did during my working time. I have suggestion, if there is no translation you could fall back to the original name, instead of ''. I've done it here, search for
Hello Bjoern, there's probably a simple reason, you are looking at the BPS_Content database instead of the BPS_Config. I'm not sure when there are "real" users in this table but BPS Groups are added to the BPSUsers table in the Config database. From there they are synchronized into all content dat
If this is a changed behavior after updating it looks to me like this is an unintended result of this feature: l In the REST action configuration in WEBCON Designer Studio it is now possible to build a request using JSON - Grid table structure containing objects, collections and collections of va
Hi Iulian, maybe it's just me but I only see something blurry and no picture. Without the mentioned picture I don't really understand your question. Best regards, Daniel
Hi Maximilian, I'm replying using my mobile -> all comments are based on my memory and I didn't verify anything. I've used different third party assemblies and there was only one real "issue". If the SDK is executed in the context of a timeout you had to place an Newtonsoft inside the GAC. That
Hi Andreia, I wanted to test it, but for some reason my UserCals table is empty. So take the following suggestions with a grain of salt, since I couldn't test them. 1. JOIN UsersCal
Hi George, I didn't test the API. :) From the definition I would guess that the item list part of the body may look like the following: "itemLists": [ { "id": 0, "guid": "string", "name": "string", "mode": "Exact" "rows": [] } ] The important part should be to ch
That's interesting if we use a "select null" statement this leaves one row with null data. But if we use an statement which doesn't return a row at all, no new row will be added. Maybe interesting is the wrong word. I didn't think about it. Select null returns one row but without any data which coul
Hi George, if your technical item list should always match your source item list, can't you simple use the Change type "Replace values" during save/path transition when you update the technical item list? I'm guessing you are already using "Replace values" change type with a 'select null' stateme
Hi Aleš, I'm not sure what you are trying to achieve. I'm guessing the following: - you have one workflow for each table - each workflow instance represents a row in the table, which is used to update the data - the foreign key relations are represented by a choose field What I'm not sure about is