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
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
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
A bit more detailed explanation: I'm not able to choose a "Change item list values" action type inside the "For Each" loop anymore (ver. 2022.1.4.111). The more I think the more I'm not sure anymore if that action type was available previously or not....
Any ideas when we can expect the new version where the issue is solved? I also noticed that in the automation, when I choose "For Each" on an Item List, I'm not able to update the item list. It's a quick explanation. I hope it's sufficient.
I didn't notice that. It seems I didn't need to make new business rules since I updated to the latest version.
Hey Darius, I noticed the same behaviour, but even if it looks like an error, it works just fine. It's probably only a cosmetic bug. Cheers, Martin
I can see that you are using the Aspose.NET library to show the preview of various file types. Would it be possible to add the .md files to the list? Currently if I upload the .md file I can't open it in a preview as it works for docx, xlsx, pdf, txt...
Hi Andreia, I think this should be easy enough using a Business Rule. In BR insert a SQL Command and inside this SQL command using the MAX on DET_ID get the latest row of the item list. I hope this directions help you. If not, please let me know and I'll try to specify more in details. Cheers,