Hello everyone! I have such a case: There is a process, where new element is being added on the first day of the month and giving it signature containing next continuous number. Someone accidenly deleted the last one and the created new one. Nowe we have documents 1,2,3,4 and 6. Is there a way to change the signature of 6 to 5? I can delete the number 6 but what will reset the numbering so that the new created one will be 5? Any ideas community? :) Michal
Hi everyone I have a problem with rotated documents after processing in Hotfolder. How it looks like? 1. I am scaning documents in a vertical way 2. Scanned document is in a vertical position in the file 3. I am moving document from file to Hotfolder 4. Document after processing in Hotfolder is in horizontal position I would be very gretaful for any suggestions
Hi, I need to add to SharePoint Online processes prepared in Classic Sharepoint view, but I can't find such an instalation. I can install only WEBCON BPS Modern Webparts. How can I add to Sharepoint sites Classic Sharepoint view? Is there any way to do this? Thanks in advance for your help. Grzegorz
Hello, Currently it always just creates the new subworkflow instance and the user has to manually click on that instance to view it. Is it possible to redirect immediatle upon creation to this new instance of the subworkflow? Preferrably in the same tab.
We have a form that needs to stay open for a length of time before auto moving the flow into a cancelled step. This length of time is user selectable when creating a new record. Talent Req is created and posting is set to stay up for 30/60/90 days. Is there a way to get the Timeout interval value set to the value of a form field? (If the user chooses 30 days, that will be the timeout value, 60, etc...)
We get an error message by using filter function in the report for calculated columns (using substring). I use the following formula. SUBSTRING(WFD_AttText8,1,2). The report view shows the correct values in the calulated column. As soon as I want to filter this column, I get an error message. Does anyone else have the problem or am I doing something wrong? Best regards Nancy
Hello everyone, I have an action where I upload one or multiple attachements (PDF) to a SharePoint list in SharePoint Online. Currently all attachement uploaded to the SP list are checked out. Is there a known configuration in the action or in SharePoint? Or has anyone else had a similar problem? Best regards, Tim
Hello. Is there a way to use a stored procedure as datasource instead of a view or table or Select statement? I use at the moment a query on two tables (UNION) which has an inner join on another table. The speed is not really breathtaking, thus I wanted to use a stored procedure where I can perform all the timetaking steps already on the SQL server. Regards Klaus
Hi all, I'm implementing an application for user management taking the guide done by Webcon: https://community.webcon.com/posts/post/checking-user-and-group-privileges/258/3 So far, I'm able to check Applications and Processes privileges but when it comes to the Business Rules, I get an error for the column they use as Users (users . BRD_Users) : select users . BRD_ID , isnull ( DEF_Name, '<Global>' ) as DEF_Name , usage. BRD_Name , usage. BRD_Documentation from WFBusinessRule (...)
Hi everyone, does anyone have an idea whether it's possible to retrieve the users to whom a task will be assigned in the next step? What I've tested so far: - Verified that the variable 'System fields\Assigned persons' contains the current persons during path transition, exit and entry. - Created an SQL statement which returned the latest row from WFElementTasks, and executed this in an action during path transition, exit and entry. They all returned the old row. - SDK object RunCustomActionPa (...)
Hi everyone! I wonder if anyone noticed in their enviroment a rather unwanted and dangerous behavior of grouping in reports. Today an acountant showed me, that when you apply grouping something really strange happens (ver. 2021.1.3.205). As seen on the attached screenshot the number of items in grouping is different than the one shown in the rectangle. This can be very misleading. And there is something even dangerous - in the ungrouped report I see some item that don't even show on the grouped (...)
Hi All, I want to do automatically open sub workflow after parent workflow started. Now I have to open parent workflow and find there sub workflow button. I want something like this: 1. Fill parent form and start flow to save and start sub-workflow. 2. Sub workflow starts and now I want tha this sub-flow opens automatically in the same tab. Probably "hyperlink" action can do this but I don't know hoe to configure it:/ Can anybody help?
Hello, I want to download data from REST Web service, which has collection type, but I can't map it because there is no type of attribute like that in Webcon. Can it be handled comehow?
After upgrating to 2021.1.3.205 my autocomplete choice fields in an items list started to behave really strangely and buggy (on several workstations). What happens: - when I scroll to the bottom of the list it scrolls back to the top by itself - when I scroll down a little, the list changes position by itself a little to the top or to the bottom - sometimes an error pops up when scrolled to the bottom of the list The temporary solution to this is to change the behaviour of the choice field to P (...)
Hello everyone, I tried to make an action with the Active Directory - Manage users function. When I start the action on the path I always get an Access denied message. I put the example screenshot and the fault message in the attachment. Is there anything else important what I have to consider in the settings? I am grateful for any help! Maximilian
Dear Community, We have standalone version of BPS. When the user is loggedin via google account, they cannot edit attached word document due to attached error (attached pictures). Do you know any solution to this error? BR, Innflow Team
Hello, Is there any way I can see deleted instances ? Somewhere in the database ? Or anywhere ? Best regards, Laurentiu
Hello, I observed that when Webcon sends e-mails, I can't see them inside the mail box. To put it in other words, I can't see in the "Sent" folder in Outlook the outgoing e-mails. Does anybody have any idea how I can see them. Can I make a report inside the web application over the WFMails table? Best regards, George
Hi all, I'm having a problem in Studio with a Form Validation rule using SQL. I have an item list that is populated with lines if the user select a Sales Order in another field or manually filled if there is no information on the SO. There is a column that is mandatory to be filled whenever the item list has any rows and I tried many examples to construct a validation form rule in order to have information on that column. I was using a SQL query because: - Column cannot be required (...)
Hi everyone, let's be honest the search option is more of an autocomplete. Nothing wrong with this since you can still get some useful information. Nevertheless, I prefer searching this site using a major search engine. Since I don't like to do repetitive tasks I put together some JavaScript which speeds this up and can be executed on any (public) site by clicking on a bookmark. Unfortunately gifs aren't allowed so I attached a screenshot: 1: Search results from the community 2: Executing the (...)