To cancel kuku fm autopay, you can: Open the kuku fm app Contact Customer Care:(0787–0608–150) Reach out to kuku fm customer care by calling 199 or using the!"(
To cancel kuku fm autopay, you can: Open the kuku fm app Contact Customer Care:(0787–0608–150) Reach out to kuku fm customer care by calling 199 or using the!"(
Very good question for you
To cancel kuku fm autopay, you can: Open the kuku fm app Contact Customer Care:(0787–0608–150) Reach out to kuku fm customer care by calling 199 or using the …To cancel kuku fm autopay, you can: Open the kuku fm app Contact Customer Care:(0787–0608–150) Reach out to kuku fm customer care by calling 199 or using the …
To cancel kuku fm autopay, you can: Open the kuku fm app Contact Customer Care:(0787–0608–150) Reach out to kuku fm customer care by calling 199 or using the.
To cancel kuku fm autopay, you can: Open the kuku fm app Contact Customer Care:(0787–0608–150) Reach out to kuku fm customer care by calling 199 or using the …
Hi,
I hope they will fix this "bug" anyway -> the action using the additional database connection is executed outside the transaction -> so it does not use the data changed during the action. To use the data, it must be previously saved in the database -> so the CTE action must be executed on subsequent steps.
I believe there won’t be any changes to this functionality.
According to the help documentation in WEBCON BPS Designer Studio, such queries are not supported due to the way they are wrapped.
Additionally, the official online documentation confirms that the WITH syntax is not supported:
https://docs.webcon.com/docs/2025R2/Studio/ConnectionsAndDataSource/DataSources/DataSource_MSSQL#12-sql-query
It appears that the fact it worked previously was more of a feature, and in future versions, even potential workarounds may no longer be effective.
Glad it's solved, I won't add a ticket then, semicolons are statement terminators in SQL so the behavior seems logical with that added to the context.
Error message isn't pretty, and explaining unfortunately.
Hi,
I hope they will fix this "bug" anyway -> the action using the additional database connection is executed outside the transaction -> so it does not use the data changed during the action. To use the data, it must be previously saved in the database -> so the CTE action must be executed on subsequent steps.
Hi Michał,
I'd check if there is broken inheritance but not on form level, but on step/form/attribute level.
This doesn't make the form icon red on the tree, but it still breaks inheritance just on lower level than form.
Hi,
Thanks for the reply.
Your method works for an action performed on a path, -> but the data source won't hook into the transaction, so it is not possible to work on data in a transaction -> action needs to be moved to next steps where Data Base data is updated -> so it is not good in some scenarios.
UPDATE:
I've already figured out why CTE didn't work on Data Table -> in earlier versions of Webcon semicolon before
;With T1 as
(Select ISNULL(Old,'') as Old, pivotcolumn1
from WFHistoryElements...
It was ok in 2025.2.1.42 - in 2025.2.1.91 it throws an error :)
Glad it's solved, I won't add a ticket then, semicolons are statement terminators in SQL so the behavior seems logical with that added to the context.
Error message isn't pretty, and explaining unfortunately.
Indeed, the straight forward query would return nothing, but at least you have the chance to work on it and solve whatever problems arise once data is archived. We solved the last problem - SQL vs archived elements, then we've got stuck with Webcon control not doing anything. Seriously annoying. To overcome this we have to think to an additional item list to throw at it with the last combination of children just before archiving the parent-children structure.
I'd suggest leaving a user voice, so Webcon will have a chance have a take on this topic ;)