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

Martin Meze (Freelancer)

MVP

Hyperlinks in Item lists
12.05.2023 18:46

I love you Michał! That was exactly what I was looking for. Thank you for sharing.

Hi Radek, You can add the following CSS to System Settings > Appearance > Global CSS Styles: tr.report-row { border-top: 1px solid rgba(0,0,0,0.3); border-bottom: 1px solid rgba(0,0,0,0.3); } tr.report-row:nth-of-type(odd) { background-color: rgba(0,0,0,0.1); } and fix the color

Define Default Report View
06.04.2023 10:58

I'm sorry. I guess you'll need to update to 2022. Or wait a bit and update to 2023 which should be released soon as far as I know.

Yes, it looks like a bug.

Define Default Report View
06.04.2023 10:47

Hi Philipp, you can do that in the report configuration, Views tab. At the bottom there is Style (see attached image).

That's what I thought but it's not working in my case. ver. 2022.1.4.127

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