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

search results

for Archive

(...) data to a text file. Fig. 2. Firefox console description   Logs saved in this way are the basis for analyzing problems with the form in Portal.   HAR files HAR (HTTP Archive ) files are files that record detailed information about network traffic between the browser and the visited website. Thanks to them, you can see exactly what data is sent when the page loads, how lon (...)

(...) se.   If more than one content database is being migrated, the above operation must be performed for each of them.   There is no need to prepare the structure for attachment and Archive databases in advance – references to them will be included in the recreated content database.   4. Creating new BPS groups and users The list of external users (BPS Users) and BPS (...)

(...) n the view and hit the save button. 3. Data source I had to remove the field, add it again and correct any usages, where the old column was used. 4. Copying values in the content database An Archive database was not involved. Update WFElements set WFD_AttText1Glob = WFD_AttText1 where WFD_DTYPEID in ( select DTYPE_ID from WFDocTypes where DTYPE_Guid in ('31d8115c-a51a-451c-bdfd-e (...)

(...) cate at workflow designer: "The database contains workflow instances associated with this step. You must delete those elements first in order to delete the step". On which SQL table I can find that Archive elements? Any ideas how can I fix it? Thanks advance for your help.

(...) ve a special problem and hopefully somebody of you already has a solution. I am working on an internal Knowledge-Database. One given requirement is: In case of an update, the old entry has to be Archive d and a new entry with all previous information should be created to be edited. So far no problem - except for the attachments. I dont want the old attachment files to be copied to attachment sec (...)

(...) Can I create a separate tab for dictionaries in the view (apart from reports)? Can I hide the suggested tab and the Archive ?

(...) mportLogger importLogger, String appVersion) bei WebCon.BPSCloud.Core.Studio.ApplicationSaver.SaveMappingLists(MappingList model, MappingList deleteModel, String appVersion, PermissionModel[] Archive ) bei WebCon.BPSCloud.Core.Studio.ApplicationSaver.Save(Stream content, Action`2 beforeSaveCheck) ------------------------------------------------------- ***************************** (...)

(...) Hi All, We had some difficulties with archiving. We had a campaign to move to Archive approx 200.000 instances. It was working very slow, taking 5-6 secs per instance. After some investigation, we found out, we can speed it up with an additional index on WFElementTasks. After creating the index - CREATE NONCLUSTERED INDEX IX_WFELementTasks_Finished ON dbo.WFELementTasks (WFT_WFHIDTaskFinished)- (...)

(...) Hi, it would be great, if in a multi-tenant WEBCONAPPS environment the deletion of workflows could be activated. I understand that it's easier to remove the whole Archive action but there are cases where the delete action is necessary. For example in use case of PCG Academy during the WEBCON DAY. Deleting via REST API may be an option, I haven't tested it but I assume, that this would execute the (...)

(...) Hi everyone! I am developing a document repository. Has anyone come to a solution on how to record each attachment access by a user? Users will access documents that are already in the Archive (finish step) and will not be assigned to anyone. In some cases I would like to know who read a document in pdf attached to a process. Any ideas on how can this be accomplished?

(...) Hello. Have any of you done Archive d (completed)process migration from Sharepoint? Are there any built-in solutions? I would appreciate for any hints.

(...) hat data with global cyclic actions like translate WFD_AttBool to WFD_AttChoose, but how should i clear WFD_AttBool? - I shouldnt leave there any data. Maybe should I rather mark those booleans as Archive , and create new fields? Any tips/ideas/thoughts would be appreciated :)

(...) than xx Workflows in the "fetch data" step to reduce the amount of request send to the ERP system. Overall problem: This is running on webconapps in a multitenant environment -> I don't have the Archive action, so I can't delete these helper workflows. Best regards, Daniel

(...) to the application" on the application level, as well as "Access all workflow instances (excluding attachments) on the process level. The issue now is that in Portal, every user has access to the "Archive " section. Here, he can see all workflow instances he has access to which by default are all those from the process. Is there a way to make it so a report consumer can only view his report in Port (...)

(...) Hi, Recently our hotmailbox started to behave strangely. When an email is received, it is simply moved to Archive and the workflow is not started. If however we move the email back into inbox from Archive manually, the workflow starts normally. Do you have any suggestions how we might try to troubleshoot this? Thanks!

(...) Hi we would like to introduce archiving in our firm. We have read the article about the whole process and we are able to add to Archive the elements and we also created the reports. However, we are wondering how is possible to get the access to the REST API data or if we have integrations with the Archive d elements. Cos we have tested it via the postman but we were not able to retrive the data. Are there (...)

(...) the ERROR folder either. For other emails, it has moved them to the Error folder and i dont understand why. And just for 10% it worked fine - starting new workflow instance and moving them to the "Archive ". I've attached the configuration. DB_Version_2023_1_2 2023.1.2.68 Could you assist? Thank you.

(...) Hello Everyone, We have some challenges with Archiving in Webcon BPS, so we have some ideas to improve. 1. Issue: you cannot setup field availibility for Archive d instances Proposal: there could be a 3rd form editor like standard/mobile form have. Or/and additional field matrix setting controlling visibility on Archive form. 2. Issue: Instance level privileges are not inherited to Archive d i (...)

(...) Hi, Have you encountered this situation? I deleted some instances using the 'Remove Personal Data" then "Archive workflow instances' action. Both actions delete the instance, but the instance's signature remains in the WFElementSignatures table. Thanks, Raluca

(...) and BuildVersion you are able to specify which Webcon version have been used to export that specific .bpe package. You might also use this powershell script: $path = '.\bps_package.bpe' Expand-Archive -Path $path -DestinationPath . -Force [xml]$xml = Get-Content $path.substring(0, $path.length-4) $xml.SelectSingleNode('//PackageVersion')