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

Maksymilian Stachowiak

User

I'm not sure how it works in SaaS model, although on prem db admin could create a schema called 'custom', and give permissions only to that schema. This way it should be safe enough to not destroy WEBCON objects :)

Could you provide also screenshots from configuration, and Webcon version? (webcon doesn't have great support for all parts of SQL and CTE's are one of them - that's why I'm using functions, to avoid webcon trying to parse CTE).

Oh, so it seems like inside initialization CTE are working just fine - inside business rules CTE's are a trouble, so I'm using functions as a workaround. Good to know! It's basically the same solution, just without wrapping it inside a function :)

Hi I'd go with creating a function for that task, and would use recursive CTE. Function like this: CREATE FUNCTION dbo.generate_date_range(@start_date DATE, @end_date DATE) RETURNS @DateRange TABLE (DateValue DATE) AS BEGIN WITH DateRange AS ( SELECT CAST(@start_date AS DATE) AS Da

Environment type
01.07.2024 14:40

I'm also using exactly same setup - constants + buisiness rules :) I also really like what Karol suggested - reading it directly from Config database.

Hi Jack, 1. Monospaced fonts are already in backlog - you can see it here: https://community.webcon.com/forum/thread/1165 2. I have same issue at work, but somehow at home I can't reproduce it - I'll have to check why it happens then.

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-

Licence problems
26.06.2024 15:37

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 :)

Licence problems
14.06.2024 08:31

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