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
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.
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
Thank you, Konrad. I didn't consider the SET FOCUS before. This is useful. :)
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
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
I'm aware of the setting. It's just annoying having to enter it for each integer & float field.
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.
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.
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
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
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