WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Marcin > Forum messages

Marcin

User

yes, but in response like I show in post, in header I have x-challenge, and i need it in next request. i can serve 4XX error in "Error response" tab in "Invoke REST Web service' action.

I want to use "Invoke rest web service request" action and in response I don't have json but message in Header: Response-Code: Forbidden (403) Response-Body: {"type":"/challenge","title":"Challenge requested","status":403,"detail":"Request to perform challenges described","instance":"fe66

Hi Markus, did you create an sdk action for this requirement? Is there an option to provide an sdk plugin to move an attachment from one item to another?

Like in title. Is there dbo procedure in database to move attachment from one wfd id to another with all necessary metadatada?

I have the same problem after upgrade to new wersion of webcon. If the field type is picker then is ok, but when is autocomplete then for example import from Excel to itemlist dosn't work, becouse in excel i have only name but no id. If in filed configuration I will select only name to search the

How sticky itemlist header
24.11.2022 11:38

Is there a way to sticky itemlist header during scrolling down the page? I was try css with "position: sticky;' but without success .

It works almost as you described Daniel. you certainly can't hide that sort column because when you add a line it appears anyway. I also had to add an additional (repeated) part in js with simulation of clicking on the sorted column because in order for there to be a good order you have to click tw

Unfortunately, it doesn't work. in the behavior of changing field A, I would like to add a new line to the itemlist with the value in the column from field A. During the next change of the value in field A, I would like another line to be added to the itemlist but for that line to be under positi

Is there a way to make a newly added line on the itemlist appear at the top instead of the bottom? Last added first in edit mode?

After updating the application to version 2022.1.3.75 email attachments with large internal pdf/jpg attachments (over 1MB) stopped working. Previously, I could attach emails as attachments that had internal attachments above that size in them. I downloaded a previously (in the previous version ) at

Problem with using dbo.SplitToTable is when you try use query in two different connection: outside query from oracle but inside you can't use dbo.SplitToTable becouse this function is from default/mssql connection

This would be a great option if the attachment could be moved to the indicated item id on the action. Currently, there is an option only to move an attachment from the indicated element to the current one (the one on which the action is) i.e. "copy from", but if it were possible to move an attach

Hi, it is posible to export data from item list to Excel in action but only id from column value? Only way i found is map item list to excel table (Sheet1!Table1). In this way the whole (id and name) of column is exported. But I want only id or name.

Thank you Daniel.

Based on Daniels blog (https://daniels-notes.de/posts/2021/javascript-form-rule-execution-on-page-load#show-all-attachments-after-page-load) it is posible to open first attachments after page load but from all attachments tab (becouse attachment is in parent workflow)?

Based on Daniel post https://daniels-notes.de/posts/2021/retrieve-ps-variable-value I figure, it is posible to retrive output value from SQL Procedure? How force "Run sql procedure" action to log ouptut to [dbo].[WFLogs] table? Write-Output in PowerShell is logged to LOG_Description column. How l

Restart whole application server solve the problem, but I figure how clear this cache witout restarting whole server.

I copied businessRule from one process to another and after save I can't open this process anymore. Message=The given key (432) was not found in WFBusinessRuleDefinitions cache for current content database. Source=WebCon.WorkFlow.Data StackTrace= at WebCon.WorkFlow.Data.Caching.Collections.WF

Daniel, I have one more question in this thread. How in automation get value returned from oracle function: declare i number; begin i: fn_xxxxx(1,2,3); end; how return "i" to local parameter? Situation like on picture is not working.