WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Most commented > Actions

Actions

Hi! Is possible using REST WEB SERVICE to sent: { "type": 0, "firm": 0, "id": 0, "ord": 0, "description": "string", "lines": [ //Item list { "ord": 0, "value": 0, "type": 0, "percent": 0, "direction": 0, "dimensions": [ { "id": 0, "type": 0 }, { "id": 0, "type": 0 } ] } ] } When I use 'Json grid' I do (...)

Hello, I have a workflow and a final step where i execute "On a timeout" automation. But sometimes, it is not executing because it says it is checked out by the user. WEBCON BPS Timeout ID (TIM_ID): 2 Message: The element has been checked out by user: Is there a way to prevent this thing? So you cannot edit the form on the final step?

Hi all! I am really struggling with this action. I am trying to send JSON data to a REST web service. JSON string is generated by a business rule, which contains a JSON Query (FOR JSON). Testing this business rule works fine, also umlauts are shown. My configuration in request body is body type: Binary, which is the only way to send dynamic JSON data. Somehow my encoding (which should be UTF-8) gets lost. I am sending Content-Type:application/json in binary part headers, my ass (...)

Hello, I'm trying to update (preferred) or add a new attachment from a custom SDK action but have been unable to do so. The action reads the contents of a word attachment and makes changes to the content and should then update the attachment. Reading the attachment works fine but updating or adding a new one does not seem to work. Is there any complete and working sample code for updating/adding attachments from a custom SDK action available? thanks!

Hi all! We want to execute a JSON query on a path (actually it is some business rule containing SQL query) and send these results to an external endpoint (REST service). The problem is that the query does not reflect current changes in form, since this happens on save. This should be related to database transaction and current values which are not persisted at this moment. Is there even a way to handle this scenario properly in Webcon? We have a dictionary process, so there is no (...)

MVP

Hi, How to set up multiple sender email addresses? In the configuration of sending emails you can settup only one account and our custommer would like to send emails from different inboxes depending on the application. They use Graph for the email configuration. Graph is capable of sending emails from multiple accounts, but can we settup this somehow in webcon? I find it strange not to be able to as it is quite an important functionality especialy when webcon allows multiple applications to (...)

Hi, In my "Leave of absence" process I allow users to select more than one person who will be the substitute during the leave. Action "Add substitution" (not sure it's name is exactly like this, I have Polish version) in current version, provided with the form field containing more than one person, adds the substitution only for the first one. It seems to have been working some versions ago. Is it normal now, does anyone have a workaround?

Hi all, I have a process where the user fills in information in a datasource form field. When a value is picked, one of the columns in that datasource is copied into another field (status). This field-status is used in a control step to move the process accordingly. But I need to have that information refreshed, when the process is moved to a system step, it will be there for 15 days which means that it the status is changed, I need that to be reflected on my side. I've tried two approac (...)

HI all, I have a process that will be opened for tax payment. By law, the payments need to be handled until each 20th day for each month. So, the idea is to create a reminder taking that date, so the user does not forget to make the payment. I have a Date of Request from where I pick up the month and year, and I want to set the reminder date as 20th/Month of Request Date/Year of Request Date. I would like to have this automatically calculated instead of relying on the user to select somet (...)

Hello, Does anyone can help me, why in WEBCON SQL query apostrophe is replace with quotation mark? On the form, I have an attribute with value: '2339226', '2504286'. In action "Change items lists value", I used an SQL query whith this attribute, but query preview returned "2339226", "2504286". Regards

MVP

The instance number of our process contains a field that is settup by the user in the form at the first step. What do we do when the instance is automaticaly started by hotmailbox activity in the fisrt step. In that moment we don't have that field filled in yet. A user will take that instance and move it forward after filling in that field. How can we update the instance number in that instance and avoid instance numbers like in the second screensot? The documentation seems a little confusi (...)

MVP

Hi, I'm using MS Graph to send emails. No matter what I define in the notification action on process level, Webcon uses the default email address set in the System settings > Email notifications > Configuration of sending emails. Is this a known bug or is it me that is doing something wrong? The version I'm using is 2022.1.2.59 Thank you in advance for a reply.

Hi everyone, I have problem with adding multiple attachments. When I use action "Add attachment", I can add only one attachment (picture1). When I use the same action, but the SQL query returns more the one attachment - the action doesn't work (and it doesn't matter if the ID's of attchments are in the one row or many rows). Thank you for your time :)

Hi, I have an issue with sending mails in steps that are defined as 'available for Mailapproval'. In the current case I only want to send out a notification email for information, the receipient doesnt have a task in the step. So i defined a template, put fields and grids in, and lokked at the preview. Whatever i try, if I test with an instance that is currently in a step that is avi for MailApproval, Webcon adds the available path-buttons to the end of the email. This will confuse people tha (...)

Hello to everybody, today I encountered an issue within WEBCON BPS V. 2022.1.2.59 that was reproducable and maybe this hint may help someone having a similar issue: I raised a SOAP web service action template some weeks ago in the version mentioned and today was forced to change it as new parameters had been added to the listener that I needed to add to the configuration. I was able to enter all setups as requested and to leave the configuration sub dialog. When I wanted to save the entir (...)

Hi community! We are getting some data from external system via REST API. Specifically workflow elements are created and there is a default path for saving workflow element. This can be easily done with the well known POST endpoint: /api/data/v4.0/db/{dbId}/elements Now we are facing the challenge to check if there are already elements in our system, to avoid duplicates. This can also easily be done with an integrated SQL query like Select Count() from WFElements WHERE ... So we (...)

Hi all! I personally think the operator 'ForEach' is a great addition to version 2022.1.2.31, thanks to Webcon Team. Unfortunately I do not find any documentation on that, especially how to iterate over 'Any Collection' and access columns in custom action. If I select 'Any collection' and put some SQL statement in there, is there a way to access specific table columns from generated table result? If I take a look at the configured XML I only see {ANYCOLLVALUE} macro. Hope the que (...)

Hello, I have some date set on forms. Need to find any solution to have that date - 1 month for example: Date on form is (YYYY-MM-DD): 1. 2022-05-05 2. 2022-01-10 3. 2021-12-25 Date that I expect need(YYYY-MM-DD): 1. 2022-04-05 2. 2021-12-10 3. 2021-11-25 Do you have any idea to solve it? My poor trying on the screen below (a lot of counting and IF's and still get wrong format of the MM). Thanks in advance for any suggestions and ideas.

Hi, We have a following scenario: 1) An user has a form field where he can choose mulitple values in one form field (lets say different persons) 2) Then the user submits the form and it goes to a SharePoint list. We'd like to add the same number of records to Sharepoint list as the number of values selected in the abovementioned form field. So each record should represent one person and have other form fields the same for all persons. An example. The user fills the form in: 1 form fiel (...)

MVP

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.