Hi Damian, have you read through changes in the SDK for 2024? There were some changes, also on setting field values etc. - those functions should be awaited right now: https://developer.webcon.com/2024/resources/Migration-document_2024.1.pdf
Hi Mario, i assume that those 200 people are assigned as some kind of group / groups - are those AD / AAD groups? The only way i can think of would be that to pass somehow information to OneDrive to use group instead of specific people, although I'm not having much experience with OneDrive action
Okay so if it works through SOAP UI, then i'd look for any mismatches in Types interpreted by Webcon, vs WSDL specification. I remember that i had to change returned format from my SOAP api, so webcon could use it. Unfortunatelly this isn't an option here, but checking the types might let us know
Sorry for no response on previous topic, lately I'm having less time for forum that I'd like to :) Based on the message i'd assume that: a) webcon parses the wsdl incorrectly, and passes data in other format than SOAP expects b) there is a bug in the wsdl, which incorrectly describes how the da
I have to agree that Dashboard level filters are something that i've been really missing (I've some experience with Tableau where it is an obvious feature). It closes the gap to BI system, and allows to achieve more in WEBCON itself which is great for smaller companies not having BI tools. On th
As 2025 version have been released, we've got a new changelog to read through: https://webcon.com/wp-content/uploads/2024/11/Changelog_2025_1_1_23_EN.pdf What are your thoughts on changes? Which ones are yours favourite? :) For me - ALL TRUE, and ANY TRUE operators sounds great! So many nested
Hi Franek, Is there some documentation for Oracle WebLogic which you could share? I've used SOAP actions, with our internal SOAP API without any problems - I'm guessing there might be something that is not WSDL standard.
Ah, respoding too fast, I've read through whole topic and it seems like response is a bit off - not really importing from the list / webcon here. ~~~~Original below Hi Cezary, I'd go with using WEBCON REST API in that case, you should be able to invoke it from VBA and maybe from OfficeScript,
Understandable :)
Sounds like a good plan to me :) 11:00 heading for a picture!
I'll be there, and this year fixing my last time mistake of not joining the community area :)
Hi, We're already doing same thing, but it brings nothing to seeing which tab is which environment unless you click on the tab and check it ;)
I'm digging an older thread, but some notes: * In case of using 'Generate a PDF file', remember that it returns rastered image, it's not PDF with editable text or vector graphics. Its rastered image wrapped in .pdf format. * Depending on the original file, you could use PowerShell action, and CLI
Hi Maria, If it should be validated, then there is no safer way than Form Validation Action, but if you'd like to improve UX, then i have an idea: Add new Yes/No column, editable by JS only. Then on change of the column which should be validated - make a form rule, which will validate it, and
Hi everyone, When working on multiple environments, with many tabs opened in the browser there is high chance to get lost in which ones are DEV/TEST/PROD. Maybe there is a chance to have a different Favicon per environment? Browsers offer grouping etc, so it's possible to manage, but it would
Hi Marcin, could you share configuration screenshot, and webcon version you are using?
I didn't had my hopes high posting it, that is great news! :)
Hi, you could look for informations directly inside that .bpe package. It's just a .zip file, so change the extension, unarchive it, and inside there will be a single .xml file (big one). You might want to look around for this `WebCon.WorkFlow.Data.WFApplication`
Hi Paweł, As far as i know, there is no built in way to change the sorting. I'd go with prefixing categories, as you've already have described. You could also go with a javascript solution, something like this: const list = document.querySelector('#attachments > * ul'); // this will get uno
Hi, on the Integrations -> API there should be a button to create new application, after creating one, it will get Client ID, and later you can add Secret on that application. Ability to add new API's require global administration privileges, as described here: https://developer.webcon.com/docs/