WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question

search results

for attachment

(...) be added to the defined element. This gives the possibility to generate a document in a different workflow than the document is being attached to. The field where the ID of the generated document/attachment should be saved It is sometimes quite handy to know the ID of the generated document The code for the SDK action is available on Nexplore Github. Feel free to download, add the license file, (...)

(...) e global search page On the form, users will be able to navigate editable input fields, Menu buttons, and select Paths in a similar manner. It will also be possible to set focus on the Info panel, attachment s and Comments sections and their respective elements.   Fig. 7. Navigating the form using the keyboard   Reports and their views In the case of table reports, users will fi (...)

Applies to version: 2024 R1 and above, author: Krystyna Gawryał   Introduction WEBCON BPS is equipped with application export and import mechanisms, enabling users to create applications in one environment (DEV/TEST/PROD) and then deploy them in another. Until now, export and import operations have been initiated by administrators in WEBCON BPS Designer Studio, requiring user input

(...) ruitment. To enable them to do this, the form in this step has been modified accordingly by breaking the inheritance from the Global form template. To facilitate verification of the content of the attachment , the 30/70 template was selected, and a preview of the attached file was made available in the right panel of the form.   Fig. 4. Form configuration in the “Advertisement check&rdq (...)

(...)   If you aren’t interested in these then you can still take a look at the SQL command stubs: Get workflow data Get item list data Join workflow element and item list Get attachment s of the workflow Get emails of workflow List users in a group READ MORE: here.

(...) search data After updating all system components, and updating the databases to version 2024 R1, the following things will all be added automatically to the indexing queue: all workflow instances, attachment s, navigation elements, and change requests. This will happen automatically and parallel to other WEBCON BPS WorkFlow Service activity.   Instructions for specific steps Here are addi (...)

(...) be used to create and configure the database.     In the next installation steps: Database creation parameters, Configuration database creation, Process database creation, attachment database creation, proceed in the same way as for the standard WEBCON BPS installation. It is recommended to copy the name of the configuration database, as you will need it when starting the Porta (...)

(...) thin an instance in Portal. In addition to the aforementioned ability to utilize admin mode in Portal, they also have access to all instances, with the ability to edit and delete them (including view attachment s). Furthermore, the Business Administrator can initiate new instances and view archived ones.   NOTE: Please remember that the roles of Business administrator and System administrator are (...)

(...) not sure about you, but we recently faced this exact challenge. After some quick research, we came up with a relatively simple JavaScript function that triggers a 'Save' button click when an attachment is added or modified. Of course, the function can be adjusted according to specific needs. The JavaScript function needs to be inserted into an HTML field for it to work. Below is the function its (...)

(...) gnatory to select the exact position of their signature on each document. This innovative functionality uses an HTML field in WEBCON, enabling the selection of individual documents from the “attachment s” section. This way, for each signatory and each document, we can precisely place the signature where it’s needed. Additionally, the interface allows for navigation between document pages (...)

(...) activate the required license BEFORE upgrading the WEBCON BPS system.    An issue has been discovered that prevents WEBCON BPS upgrades to version 2025.1.1.87 if the names of content/attachment databases contain special characters outside the Latin alphabet, e.g. ö, ä. If the administrator is aware of the presence of such characters in the databases, it is recommended that the (...)

(...) OAuth2 Authentication form field Authentication via OAuth2 MS Graph queried by REST calls.   Scenario and configuration The prepared scenario describes a method for moving an attachment from a workflow instance to a SharePoint Online library (hereinafter referred to as SHO). It is also assumed that the file is uploaded not in the context of the application, but as a user.  In t (...)

(...) rocesses. Additional permissions are required for each applications being read. App.Elements.ReadWrite.All – reading, starting new, and editing workflow instances in all processes (form data, attachment s, metadata). Additional permissions of the appropriate type are required at the instance level. Admin.BusinessEntities.Read – reading business entity data. After saving, add permissions (...)

(...) An issue has been discovered that prevents WEBCON BPS upgrades to version 2025.1.1.87 if the names of content/attachment databases contain special characters outside the Latin alphabet, e.g. ö, ä. If the administrator is aware of the presence of such characters in the databases, it is recommended that the version upgrade be delayed. If there is no clear information about the presence of special (...)

(...) le and I have more in mind. While I can workaround for some variables by writing a SQL in 1 and 2, I have no chance for 3. I, for my part, would like to have the yellow highlighted variables in the attachment . For example I currently don't have a chance to get the current user language which would be required for my workaround here. https://community.webcon.com/forum/thread/45/15 Best regards, Daniel

(...) Hello Everyone, I am looking for solution to exchange files between WebCon and SharePoint Online. I was thinking about built-in actions in WebCon ("add an attachment to a list") as described in this article: https://community.webcon.com/posts/post/creating-a-sharepoint-site-with-a-webcon-bps-action/203/3 Unfortunately probably because of MFA I am not able to establish connection with SPO (I get error "The (...)

(...) there is the implementations missing and I can see nothing from the SDK. Has someone experience with the ConfigEditableItemList and can give me a better example? Photos from the case are in the attachment . Thank you very much for your help and answers.

(...) Wondering if it is possible to open the attachment preview dialog by using javascript only. Does anyone already tried to do this? There is the possibility to open the latest attachment , but that's not the solution i'm looking for.

(...) llo together, I try to implement an CustomAction with Syncfusion. Now when I want to start my workflow I always get an error message that the file is missing. The photo of the fault is in the attachment . Has someone experience with this or knows how this must be implemented? In VS I installed the Syncfusion nugget, I can compile the project without problems. Thank you very much. Maximilian

(...) What would be the best method to get the attachment s of an instance inside an SDK plugin in order to make use of them in C# code?