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

search results

for delete

(...) entDbName].[dbo].[WFAttachmentFiles]        JOIN [$contentDbName].[dbo].[WFDataAttachmets]              ON ATF_ATTID = ATT_ID              AND ATF_Version = ATT_FileVersion              AND ATT_Isdelete d = 0              AND ATT_WFDID = {WFD_ID}" try {     $connection = New-Object System.Data.SqlClient.SqlConnection     $connection.ConnectionString = $connectionString     $connection.Open() (...)

(...) data anyway.  We have three different use cases we need to take into account: Mapping users to other accounts The workflow is not finished and the users may receive a task. User is delete d We can create a external user. User is deactivated User is still synchronized which prevents the creation of a external user. You can also read the whole post here.  

(...) t selection   SELECT     ATT_ID FROM WFDataAttachmets WHERE     ATT_WFDID = {WFD_ID}     AND dbo.ClearWFElemID(ATT_Attribute1) = 1     AND ATT_Isdelete d = 0   In this field, you must define an SQL query on the WFDataAttachmets table that returns the ID of the attachment to be signed. For this scenario, the query is limited to the current (...)

(...) tandpoint, this setup simply involves toggling a switch in the Account availability section and providing the User login in the Account data section.     Deleting account To delete an account, go to the configuration of the Manage users action, select the delete account operation, and provide the login of the user whose account is to be removed.     In th (...)

(...) application itself, some commonly observed scenarios include: exporting a report to Excel, deleting a workflow/process in Designer Studio (even if the error occurs, the object continues to be delete d in the background transaction).   Summary Execution timeouts are a valuable mechanism that help ensure smooth operation for both users and system services. They prevent long-running (...)

(...) the cycle itself To get this table accessible in the portal one can create a process with a data table field associated to this MSSQL data source. Go to the Workflow Designer and just delete all paths, the end step and the phases execution and end. Put this global formrule in the behavior tab of the Main Form to avoid the unsaved data popup when leaving: Disable "unsaved data&quo (...)

(...) .All YES Allows the application to read content across all SharePoint sites within the organization. Sites.ReadWrite.All YES Allows the application to read and write (edit/delete ) files across all SharePoint sites. Sites.FullControl.All YES Provides full control over all sites (including permission management). Use only as a last resort.   (...)

(...) rs of the attachments intended for signature. Fig. 10. Attachment selection     SELECT ATT_ID FROM WFDataAttachmets WHERE ATT_WFDID = {WFD_ID} AND ATT_Isdelete d = 0   If only the attachment indicated in a specific form field is to be signed, the query can be further narrowed down, for example as follows: SELECT     ATT_ID (...)

(...) ich leads to the same step to trigger the timeout again. I don't like this approach. In a real world case it would mean to deploy the process to production, invoke the new path for every instance and delete it afterwards, if possible. I'm not sure whether this is even possible, because of the history entries. Luckily this is only in the dev environment so it's not a real problem but even so this is som (...)

(...) Between Item lists there is relationship 1:C. How row in the parent Item list can be protected to be updated or delete d if in the child item list there is a row referenced on ID of row in the parent Item list. Is there any sample that can help to overcome this issue. Both Item lists are in the same step.

(...) ion (Process configuration test) currently doesn't check if hard coded users still exist. For example a group could be selected in a people field which limits the available users. The group has been delete d like in the attached image. But this doesn't result in an error. Best regards, Daniel

(...) Hello, I need to find a way to automatically delete some workflow instances. I know that we can use the Archive workflow instance action, but it doesn't work. In the reports menu, we have a section named "Archive workflow instances queue", I found all my instances there, but I need a way to delete them all automatically

(...) ng it is not possible to replace concat parts or even add text parts before or change there position. e.g. concat[Happy][Weekend!] so I would like to say "Happy easter Weekend!" for this I have to delete Weekend! and type easter and then type again Weekend! Of course in this case I just have to add it to the text directly, but please imagine in case of the text parts there are attributes. I am not s (...)

(...) f them in C# code? I tried to remove rows from the item list in the code C# (SDK plugin ) using function : WebCon.WorkFlow.SDK.Documents.Model.ItemsLists.ItemsList.RemoveAt(int index), but can't delete all the rows because I get the error from the image

(...) ent should I remove first, etc. Is there any other way of unconditional removing the whole application with all its elements? MS P.S. Maybe there is a way to cut out everything about the app to be delete d directly from DB? For sure, it could be a way faster than manual procedure.

(...) Hi there the absence-wizard seems to be the only way to generate an absence-process in webcon. the datasource for vact-types is seemingly hardcoded. I cannot change the dropdown, delete it, nor change the system connection to add more types. if I add a new dropdown and simply hide the provided one, the data does not go where it´s supposed to go because it is not transparent where the data is written o (...)

(...) Flows on STP_WFID = WF_ID join WFDefinitions on WF_WFDEFID = DEF_ID join WFApplications on DEF_APPID = APP_ID join WFApplicationsGroups on APP_AGRID = AGR_ID where ACT_LogExecution = 0 and ACT_Isdelete d = 0 order by AGR_Name, APP_Name, DEF_Name, WF_Name, STP_Name Even so it's tempting, you shouldn't use an SQL statement to change these. :) Best regards, Daniel

(...) 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 delete d 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 (...)

(...) , because showing the same document in 2 different places will without a doubt confuse everyone. Is there a way to prevent this from happening? 2a.) If there is an attachment in the item list, and I delete it in the item list, it will still be visible in the attachments section. 2b.) If I delete the attachment from the attachment section and save the instance, it will be delete d from everywhere, but i (...)

(...) t to automaticly take value from database and place it on 'value' when I pick 'subtype' from dropdown. I am using the target field option, because 'subtype' is a picker. Everything works fine until I delete some element from the list and then i try to add new one. The value from the new chosen 'subtype' isnt placed in the correct row, but, for example, two rows upper (I didn't recognize there were any r (...)