Have my upvote - for those using designer studio for managing groups this would be really nice. Although I'm using portal to do it, that is a nice touch :) * Managing groups from bps portal is documented here: https://docs.webcon.com/docs/2023R3/Guides/BPSGroups/#how-to-create-a-group-in-webcon-
Hi Michał, Yes we are already on 2023.1.3.202, but didn't had any any reason to restart services yet - i'll update when this will happen. On the subject of the optimizations I have no idea what have been changed exactly - we have no performance issues, so I had no reason to check it.
When I'm checking for user voices I'm never finding ones, but when i forget to then there is always the one :) I'm closing this thread, and encouraging to vote on Daniels voice: https://community.webcon.com/forum/thread/4134?messageid=4134
Please vote for this user voice, as it already have more votes, and is exactly the same ;) https://community.webcon.com/forum/thread/4134?messageid=4134 Hello, when working with custom columns in reports I'm always trying to avoid using regular ID when comparing forms, workflows, processes etc
Another day, fresh mind, and I've found a way in some older reports, in this case i was able to use 'CurrentField' instead of 'AttributeName' in Advanced Cell Coloring, so ended up like this: { "children": [ { "element": "span", "style": { "color": "red" }, "attributes": { "iconName": "=i
Hello all, I have a use case where for a parent workflow (let's say order) I'm starting many child workflows (suborders). There are some details which i don't want to duplicate on suborders like 'customer' for example - it should be stored only on order, but not on suborders. In the reports i
I'm assuming that webcon uses latest version of Graph API - can't find any recent documentation on Webcon side. Looking at the graph docs* it should be formatted as dateTimeTimeZone **. So a JSON like that: { "dateTime": "string", "timeZone": "string" } For example: { "dateTime": "2
Hi, It seems like a big dictionary, but it will work - just more rows in database, shouldn't be a performance issue. Could you share a bit more on what is inside that dictionary? Is it data from another system? I wonder if it should be imported, and what is the source if it's so big :)
Hi Adam, This doesn't look at all like permission error - could you share configuration of your action? It looks, like action requires different datetime format than you are passing.
I'll add to this, that changing the config might not be enough (i'm not aware of that one though). There are already entries in database which have that domain\name format, and changing now to name@doman might break any filters, comparsion and other business rules which depend on fields containin
Hi, everyone Just to add more value - i can confirm, that few days ago i've received same question if that would be possible. Right now we are solving it with starting a 'Notification' subworkflow, where you have a 'comment' long field, and picker to choose receipents. On path it sends notificat
Hi, I've received information, that this should be fixed in latest release - 2023.1.3.202 :)
Hi Tomasz, We've also faced this problem - it happened few times but across few months, so we haven't dug to find for a reason, maybe someone else will have some information - I'm also interested :) @Edit, just noticed that there are some updates on restarting webcon service in 2023.1.3.202 ch
I'm after consulting this topic through webcon support. So, that request is POST, due to possibility of passing an example of a filled document - when it's required to get filtered data source. It's hinted in swagger - there is whole document structure in the request body, but i thought it might
I'm thinking that might be some mistake on webcon site, i'll report it. Passing an empty object as a body like this: {} makes the request work :)
Hello, for AND's and OR's inside business rules we have ability to change layout from horizontal to vertical, which helps to keep it nice and tidy. Few times i've used concat, which got really long - see attachment. Maybe we could get vertical layout for concat? :)
Hi Sławek, It is possible to override CSS, to make them bigger, but it seems like miniatures are really compressed to 'miniature' size, so it doesn't really look good. I've used this CSS to achieve it: .dynamic-form div.table-tree-row>div.table-tree-column .attachment-tile>.attachment-icon>i
Hi, could you provide some more information, how does your config look like, and maybe some gif/recording? Attached screenshots seems like a working control - can't see any errors there. Also, what browser are you using?
Hello, In many places we are able to create Process Business Rule from rule typed in a field (visibility, required, and many others). Similarly with form rules. I have a case, where i need to use same mail that is already being used, but to different people. (exactly 12 contents). Right now it
Hi Bjoern, any specific use case why are you updating every 15 minutes without any time limit? It would be easier to suggest any other solutions :)