WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Latest posts

latest posts

MVP

Hi,

I think I used this dll in the past for working with Excel server side without installed Excel.
https://www.nuget.org/packages/EPPlus/4.5.3.3


I'm unsure because I've primarily used the PowerShell module "ImportExcel" when working with worksheets.
There's also later version but as of version 5 of EPPlus you need an commercial license. May still be worth it.
https://epplussoftware.com/en/LicenseOverview/

Best regards,
Daniel

Hello everyone,

Do you know of any way to detect and read the contents of all QR codes while processing a PDF attachment, when the file consists of multiple merged pages and each page is marked with a separate QR code?

When using the standard WEBCON mechanism for reading QR codes, it always returns the content of only the first QR code found in the document, regardless of how many pages or codes the PDF contains.

Has anyone faced a similar scenario or found a workaround or alternative approach?

In reply to: Maksymilian Stachowiak

Thank you for the ideas!
I'm much more in favor of the 2nd one, as it scales better, no limit for the size of the group, although it tricked my brain into thinking that it could be also possible to achieve without any additional forms, just an SQL statement should do the job too.

We're able to fetch the tasks that are assigned from WFTasks, and search tasks just for specific process/workflow/form, by joining with WFElements, WFDocTypes, WFSteps, WorkFlows.

The order of assigning the tasks would be alphabetical, so i can just go with give me the last person from group x, who had a task in step y. This gives me the position to who should get the task next 🤔
Although by implementing it this way would require that there is only one path assigning the task, so the order won't get messed up.

Hi,

nice idea too with SQL.
But how do you link user groups to different steps? Do you really want to define this statically in the SQL query? It’s not that nice having to change such things (in the case of new workfkows, steps) in the Studio instead of the portal, is it?
Or do you want to read out the assignees of the task of the step with SQL too without manual definition?
If you have multiple paths entering one step you could check if there already has been a task created in this step if the instance and if yes assign the same user and if not use your round robin, couldn’t you?
And what if you don’t want a static alphabetical order? You would need a kind of switch to have different cases in the SQL query.
I’m looking forward to your solution. 😉

Kind regards
Sébastien

Hi,

I've no clue how to write a SDK plugin yet. I'm interested in the answer too.

My alternative approach is to use PowerShell Universal (PSU). As you already seem to have the *.xlsx file in WEBCON through its upload this may not be a good way to use an external system instead of using an internal SDK plugin. So this doesn't answer your SDK question but maybe it's fitting other use cases for you or others too. With PSU you can just put your PowerShell scripts in there and get a REST API endpoint for each script. The endpoint can get invoked in WEBCON BPS. That's the way how I e.g. read *.csv and *.xlsx files (from other systems) and just transform them to a JSON object that I return from the endpoint.

You can have a look here if you want to get more details: https://community.webcon.com/posts/post/external-powershell-via-rest-api-endpoints-with-support-for-return-of-parameters/567/18

Kind regards
Sébastien

Hi everyone,
In my scenario, the user uploads an Excel file with multiple sheets. Each sheet has the same structure but contains different data.
I need to create an SDK plugin that processes the file and adds entries to an item list, using the sheet name as a reference.
Has anyone dealt with a similar case or can suggest the best approach/methods to handle this?

Best regards!

In reply to: Phil

Hmmm i just tried it , did not seem to work did I do something wrong? Can I check if the pciture is bound?

If it didn't work, the most common couse is invisible leftover tags. Here is what you should try:

Clear the entire area (watch out for invisible elements). Sometimes, when you delete a previously inserted Webcon element, invisible formatting or partial tags remain "underneath" and break the document structure, even if the space looks completely empty. Delete the entire thing where the old code was and then insert the Picture Content Control again.

Make sure the new Picture Content Control is actively clicked/highlighted at the exact moment you double-click the "Handwritten signature" field in the WEBCON panel, but i see that you have that. You can check the second picture to see exactly how it should be selected.