(...) Hi, a user just tried to search for a word through all document s in a report via the report's search panel, using the "Search in Attachments" option. As the hitlist was way too small I got called. I found out that the result only includes instances that have the searched term somewhere in the metadata. If i do a global search I get hundreds of hits - so the document s are properly indexed, and can be fo (...)
(...) temID: , Workspace: Log Version: 3 Duration: 729 ms But somehow my Calendar in Sharepoint does not get updated with the data I'm sending. This works fine for Sharepoint List and sending document s. My user has owner privileges in Sharepoint to be able to write in the lists. Hope anyone can help me out!! Thank you!
(...) Hi all, I'm taking some time to explore the possibilities of Sharepoint and Webcon. I have a process set up to approve internal document s and they need to be renewed after 1 year from the previous date. I was trying to set up the beginning of the process in the Library List (and in the future use the renewal date do display the Start Workflow option for the line) and took the example of https:// (...)
(...) When creating an SDK action there is an option to use the Logger Class to create logs (https://developer.webcon.com/2021/resources/online-document ation-sdk/html/2c254e06-3ac3-3a82-7c44-dae3d829d1e4.htm) Does anyone know where these logs are located (log file on file system or a specific database table)?
(...) item list of an instance inside an SDK plugin in order to make use of them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.document s.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image
(...) Hi, I am trying to use WebDav in order to edit other types of document s (Others than office apps). I have installed the server side plugin and the client side plugins, but I have no idea how to enable any sort of edit button in WEBCON that would trigger the WebDav App. I have tried the demo in this website: https://www.webdavserver.com/ and works, but that only confirms that I have the client side plugi (...)
(...) ill be Customer Name and Address (because a customer name can have more than one address). I was trying to follow the query below but I'm not sure on how to add the dictionary there (in the database document ation I have, I don't find alias for a dictionary=) if exists ( select 1 from WFElementDetails where DET_WFDID={WFD_ID} and DET_WFCONID={WFCON:1726} and isnull({DCNCOL:121}, '') = '' ) selec (...)
(...) "error":"invalid_grant","error_description":"no_valid_keys_or_signatures"}" I'm guessing that i am missing something in my Docusign Developer Account but i'm not certain what it is and the Docusign document ation isn't realy helping me here either. Has anybody tried this an maybe got an idea what the problem could be? Thank's in advance for any advice. Pasquale Edit: Found the Problem, i had a trailin (...)
(...) site creation for the moment. I have 2 questions on this: 1.) What kind of IIS certificate does the customer need and how to create it (self-signed, private key, encryption method, password, ...)? document ation is not very clear about this. 2.) How can we create the application pool & website after installation, without having to uninstall everything (Webcon BPS, dropping databases, ...)? Many thanks (...)
(...) ually. Is there a way to make substitutions work so that the substitute is being assigned even the overdue tasks? EDIT: I came up with an idea to create action that gives the rights to the desired document s upon starting the substitiution.
(...) Hi community! We implemented a document template with certain fields coming from a custom datarow (based on SQL-Query). We deployed the solution and the document template to PROD and everything was fine. After that we added one new field to the datarow (SQL query was modified) as a new requirement and added the new field also to document template. On DEV system everything looks fine, we deployed the s (...)
(...) m wondering, if someone of you already managed to rename the attachments with a kind of numbering within webcon. Continous number or just the ATT_ID would be fine. I am using one process for picture document ation and beside 6 picturefields there is the possibility to attach as many pictures as the user wants to the attachment section. After renaming them with the "update attachment action" while going to (...)
(...) ny 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 (there are cases that the user is sending document s so the item list will be empty) - Form rules using Condition By Row cannot be used inside the form validation which expects True/False results (only Business Rule but conditions for Item List are l (...)
(...) Hello Community, Does anyone established the connection between Sales Force and Webcon? I have all the document ation on the Webcon side for the REST API but I'm finding some difficulties on the Sales Force side as I'm not sure on where and how to configure the necessary steps to get the connection between the 2 systems. Thank you all for the attention!
(...) Hi everyone, does anyone have a good solution for retrieving names/translations of objects within a SDK action? Example: We have the step id: args.Context.Currentdocument .StepID How do I get the (translated) step name? Is there some option inside the SDK? I haven't found one, so I'm thinking about passing ids/translations via the PluginConfiguration. I just thought about querying a data source. Maybe I (...)
(...) 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
(...) ty to export containing data to Excel using its default configuration, the sole problem is it can only export top 1000 rows, when its quite common to display bigger chunks of data in that form field. document ation that redirects to below website doesn't mention anything about such limit: https://howto.webcon.com/exporting-a-data-table-form-field-to-an-excel-file/ I am aware of alternatives such as u (...)
(...) Hello, I have designed a solution for users so they can access their workflow document s via a simple report, that shows a list of document s with links. This seemed to be the most user-friendly way of presenting document s list. The report shows a list of document s from specified document flow definition. Unfortunately, the report runs very slow, even though there are not many document s in the database yet (...)
(...) added to Behavior tab (2) so it get's executed. window.ccls = window.ccls || {}; ccls.changePanelWidth = {}; ccls.changePanelWidth.execute = function (timeoutCounter,timeoutMax){ var items = document .getElementById("RightPanelOuter"); // verify that the element exists. if (items == null ){ if (timeoutCounter
(...) mes 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, '' ) as DEF_Name , usage. BRD_Name , usage. BRD_document ation from WFBusinessRuleDefinitions as users join WFBusinessRuleDefinitions as usage on usage . BRD_ID = users . BRD_BRDID left join WFDefinitions on DEF_ID = usage . BRD_DEFID where dbo . Cl (...)