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

Daniel Krüger (Cosmo Consult)

MVP

Hi Martin, I haven't used the OCR, yes there are thinks I don't know. :) If you really need this, it could be an option to use the Azure Cognitive Services to extract table data via REST: Enhanced Table Extraction from documents with Form Recognizer https://techcommunity.microsoft.com/t5/a

Hi Stanisław, if you want to rename all occurrences in all application you have an option. There's the BPS Translator which provides an option to easily translate values of the user interface. https://community.webcon.com/posts/post/translation-of-webcon-bps-portal-user-interface-content/102

Hi Fabian, interesting idea. I will remember this for another use case. :) I would have gone done another road. I would have tested to get the current/previous comments from the history and compare the string. SELECT [WFH_ID] ,[WFH_OrgID] ,[WFH_Description] , [WFH_Version]

I did it wrong. :) Config class public class Config: PluginConfiguration { [ConfigEditableTranslationsList(DisplayName ="Translatable texts")] public TranslatableTexts Translations { get; set; } } public class TranslatableTexts { [ConfigEditableTranslation(DefaultTran

Operator 'ForEach'
02.06.2022 09:23

Hi Nik, it seems, that only the first column is available in the for each query. One alternative would be to create a data source. Of course this could lead to a lot data sources which are only used ones. But I don't see an alternative right now. Maybe it will be improved in a later versi

Hi Fabian, I'm not aware of an official statement, but I noticed some time ago this config entry: SELECT [PRM_Name],[PRM_Value] FROM [BPS_Config].[dbo].[GlobalParameters] where PRM_Name = 'CloudComponents' There disabled components are listed. I'm not copying the value since I can only gu

Hi Stanisław, there's a function "Add Date" where you can choose to add a month and provide a negative value. If you need a text instead of the "date" you can use the "format date" function. Best regards, Daniel

The log entry is in table: [BPS_Config].[dbo].[AdminWFEventLogs] It seems that this attribute can note be used with version 2022.1.2.31. I've created a support ticket. I will update this thread, ones I have an answer to my question. Best regards, Daniel

Hi everyone, did someone use this attribute and has an sample how to set this up? I've probably used a wrong type for the property. Like it happens when one copy & pastes and changes the attribute name to Bool but the property is still string. :) Meanwhile I will search for the log table in

Hi Fabian, thanks for the update. So the reason was due to the character limitation. It's kind of obvious, after you found the reason. :) Best regards, Daniel

Hi Fabian, I wasn't aware of this limitation. Even so you are already live, I would opt for changing this to an item list, especially if this isn't the only case with so many selected items, which aren't even sorted alphabetically. My, untested, idea would be: 1. Add item list 2. Migrate th

Hi Michał, I hope some others will join in, who have experience with this. You have probably read the knowledge base post going SharePointless https://community.webcon.com/posts/post/going-sharepointless-how-to-transform-your-environment-into-standalone/168 So you are aware of the no long

Good morning Michał, I'm not sure, but I have in mind that the location, the URL/domain, from which you are installing the AddIn needs to be assigned to either "Local intranet" or "Trusted sites". The attached screenshot shows this from the internet explorer settings. I have no idea, how to set

Hi Lukasz, if you don't have the option to retrieve the data again using some modified query you have two options: 1.: Let the employee make a screenshot which he can easily add as an attachment using ctrl+v. 2.: Use the query to initialize an item list which can not be edited. You could also

Hi, I'm going to need this in the future, so I created an example action: https://daniels-notes.de/posts/2022/remove-item-list-rows Best regards, Daniel

Hi everyone, when an item list column is deleted, it will be checked whether it is used and the usages can be displayed. It would be nice, if we could have this option without clicking delete. :) I attached the screenshot which displays the usage of the item list column and that the usages are

Hi everyone, I'm currently trying to solve a situation where I have a questionnaire with answers from which the users has to choose one. The answer will set other fields in the item list. The questions and answers come from a dictionary. Since it's a questionnaire I would have liked to have a

Hi Stanisław, does she have access to the workflow instances? If this is not the case, you could check the "Access to data in the context of system account" option on the BPS Internal view. Best regards, Daniel

Hi Błażej I have no idea why you get this error, but as far as I can tell, you have a dictionary which causes the problem. You could try to export all items to excel using the report. If this doesn't cause the same problem, you could delete entries from the dictionary and test the export agai