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

search results

for action

What would be the best method to remove rows from the item list of an instance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image

Hi, I am a new guy here and I just started with webcon designer. I need help with mathematical operation on a form. I want to subtract two dates to get number of days beetwen this two dates. I know that I can use "datediff" function but my point is to get this 'dynamically'. When user starts to fill form, he type date 1 and date 2 and below that he will see in third field numbers of days. How to

Hello, I tried to use "ConfigEditableDropDownList" for input parameters and it will return List object I uploaded the project sdk but not working. How to configure the type parameter ConfigEditableDropDownList? Best regards, Raluca Lupu

(...) We are going for NIST 800-171 / CMMC compliance and we will have contracts with CUI data potentially stored in WebCon flows via attachments. Because of this we need to be able to trace every single action a user takes and log it. Uploading attachments, accessing, deleting, updating, etc.... Is this possible with WebCon? Does it have the ability to send access logs to a SIEM?

(...) Hello, I tried to create a task action on a save path in the dictionary. After saving the task is created but I can't close the task. How can I close the task created? Thank you, Raluca

Hi, I have a problem with using the function "Edit file" for Word attachment (see picture). I work as an administrator, and I have all rights. Best regards, Grzegorz

(...) s for picture documentation and beside 6 picturefields there is the possibility to attach as many pictures as the user wants to the attachment section. After renaming them with the "update attachment action " while going to the next step, now all have the same name. It would be great if there is a way to give them unique filenames. Thanks for your help, Bjoern

(...) Hello WEBCON, i was struggeling with the "Update attachment" action . Our users have the abillity to to upload as many pictures they need to the attachment section in one of our procceses. We would like to rename all files to the same mayor file name with an attached ATT_ID or counting number. It would be great if in future versions there would be a third parameter under Attachment details, where the (...)

Dear Community, We have standalone version of BPS. When the user is loggedin via google account, they cannot edit attached word document due to attached error (attached pictures). Do you know any solution to this error? BR, Innflow Team

(...) Hello everyone, I tried to make an action with the Active Directory - Manage users function. When I start the action on the path I always get an Access denied message. I put the example screenshot and the fault message in the attachment. Is there anything else important what I have to consider in the settings? I am grateful for any help! Maximilian

(...) Hi everyone, I just stumbled about an action which executions hasn't been logged. The reason is simple, the according checkbox wasn't ticked. If you want to verify that all you action s are logged you can run this SQL statement. It displays all action s which aren't logged. Maybe for a reason or due to some misconfiguration: SELECT AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name, ACT_Name FROM [ (...)

Hello, Currently it always just creates the new subworkflow instance and the user has to manually click on that instance to view it. Is it possible to redirect immediatle upon creation to this new instance of the subworkflow? Preferrably in the same tab.

(...) Hello all, Hope you're doing great! Does anyone know how to configure a query which will return where a specific user was set in any action ? I'm using this article https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 but I want to also check where for example the user is hard coded for the Task Assignment for example. Hope you got ideas! Thank you

(...) Hello community! Maybe this is a very basic question, but I am asking it anyway ;-) I tried out OnTimeOut action , but after some experiments it is very unclear to me, how this is expected to work. I added one time out action with Type: Minute, Interval (minutes): 1, Repetition count: Infinite and 1 action below which basically changes the value of a single field. My expectation was, that this field (...)

(...) Dear All, sorry if this is an extremely easy question, but how do I select printer in action Print barcode label? I have an option to select primary printer and accounting printer. But how do I select "Document entry points" with assigned printers there? What if we have more than two barcode printers in company? How can we point that for specific process we will use this printer, and for other process (...)

(...) A feature we think will save a lot of time for our developers would be the ability to double click the on the usages action s and open those action s in a popup. All kind of ussages (Fields, Busines entities and so on...).

(...) One of our customers would like to print the pdf attachment when moving to the next step. As there is no action to send a document to a printer (apart from print a barcode label), i'm wondering if anybody implemented this.

(...) but I guess there is no such possibility. Or am I wrong? UPDATE: I managed to get on callback the list of dependant item IDs and the main item IDs both in separate attributes. I managed to create action s that I want to perform the desired tasks in a path. But this needs user to click the path button - how to automatically add the new items to the list on closing the edit window?

(...) My goal now is to merge/combine both files together into one final PDF for storage. Searching online i only found this source related to my problem: https://community.webcon.com/posts/post/sdk-action s/143 ..which briefly states "Merging several PDFs into one" could be possible. Does anyone know more about this topic and could help me with that problem? Thanks in advance, Philipp

(...) There are action s on the form. One of these action s is to perform a function on the base. The result of this function is varchar. I would like to display the content of this result to the user. In the form of a JS alert or any message. Do you know how to do it?