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

Martin Meze (Freelancer)

MVP

Hello, I'm facing a challenge. I'm starting the workflows from a hotmailbox so I have no control over the attachments order. I'm also using the "Show first attachment on page load". I believe the system shows the attachment with the lowest ATT_ID. Is there any way to control which attachment is s

Format date on the fly
05.04.2023 14:29

Thank you, Konrad. I didn't consider the SET FOCUS before. This is useful. :)

Format date on the fly
05.04.2023 09:24

Hi Konrad, The request is to speed up the data entry. When the user has to manually insert 4 different dates in one single workflow, each reduced key stroke helps. I found a workaround using a text field, hiding by default the date picker and showing it after the text is entered in the text field

Format date on the fly
05.04.2023 07:38

Hello community! I’d like to pick your brain about something that has been bothering me for the last hour. :) Does anyone have a solution for this? User enters the date in the date picker field (AttDateTime) and hits TAB: - if the value is 8 digits, then SET(AttDateTime) = CONCAT(using values

Hi both and thank you for your feedback! Much appreciated. I thought about the other route (checking for stored emails) and probably that will be the best in the current situation.

Hello everyone, I was wondering... Is there a way to start workflows by an external API without the need to exchange the token first? I'm asking the question because I'm exploring the possibilities offered by using a service as MailGun. They can parse the incoming email message and post the pa

Hi Klaus, I'm replying just to be in the loop if someone responds. :)

Hey Mark, How are you uploading the documents - manually or via an action? Did you check the Logs view? SELECT * FROM [BPS_Content].[dbo].[WFLogs] Hope that helps. Cheers, Martin

Input fields alignment
23.02.2023 12:26

I'm aware of the setting. It's just annoying having to enter it for each integer & float field.

Input fields alignment
20.02.2023 16:04

Could you please consider adding a setting that would align all input fields left/right/center? It's a little annoying having all fields aligned left and only floating-point values aligned right.

Workflow element not opening
17.02.2023 09:34

If I remember correctly the same issue happened to me when I had an error in SQL field (or maybe some dropdown?). I would start to look for errors there.

Split PDF based on barcode
16.02.2023 14:13

Hello! I have a large PDF with multiple invoices. Each invoice can be on one or more pages. Each invoice has a barcode on the first page. Does anyone know if it is possible to split that document based on the barcode? TIA, Martin

SAP IDOC to Webcon
30.01.2023 14:17

Sorry, maybe I should provide some more details... A client's business partner is using SAP. They can provide some reports in XML (IDOC) which would need to be imported into Webcon. They have SAP configured to send files. I thought it was a REST web service so we implemented it based on informat

SAP IDOC to Webcon
30.01.2023 14:09

Hi Michal, I need to receive the IDOC and save it to disk so Webcon can pick it up and do with it whatever needs to be done. I don't have SAP. Best regards, Martin

SAP IDOC to Webcon
30.01.2023 11:49

Hello community! The question is not strictly Webcon related. Does anyone have experience with SAP, specifically how the sending of IDOC works? I need to receive the file but am banging my head against the wall how this works. Any ideas/tips would be much appreciated! Cheers, Martin

Horizontal Radio Buttons
24.01.2023 17:11

I have the following snippet saved as a global business rule. It also hides the letters before the radio buttons. .dynamic-form.modern .survey-choose__list--numeric { list-style-type: decimal; margin-left: 6px; margin-right: 6px; } .dynamic-form.modern .survey-choose__list {

Hello Przemysław, Some additional information would be useful. E.g. OS, browser, Webcon version etc. Are you experiencing the issues using the exact same setup on laptop and desktop or are there any differences? Best regards, Martin

Hi Piotr, Interesting. A technical attribute on the form? Can you elaborate a bit more? Thank you, Martin

You are correct Bartlomiej. My bad.

Hi everyone! I'd like to pick your brain for a challenge I'm facing. Does anyone know if there's a way to color report cells similarly to how Excel colors duplicate values? So when a duplicate value is found in COLUMN1, the cells from both rows would get e.g. red background color? TIA, Martin