WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > User profile Karol Częczek > Forum messages

Karol Częczek

User

Hi, If tasks are assigned to a person in the group, then when a person in the group changes, new tasks should be easily assigned to this new person. If there are already tasks assigned to a person who has stopped working, you can set a replacement for him in the administrative mode and all outsta

Attachment Description
29.09.2023 12:12

At the moment, I only see the addition of validation actions: if exists( select ATT_ID from dbo.WFDataAttachmets where ATT_WFDID = '{wfd_id}' and ATT_Attribute1 = '4#Faktura' --your category and isnull(ATT_Description,'') = '' ) select 0 Else Select 1 In the validation message, you c

Attachment Description
29.09.2023 10:31

Hi, You can use the modify attachment action and add/change the description itself. You can modify all attachments from a given category, or use an SQL query to modify, for example, only those from a selected category that do not have a description. The disadvantage is that you have to predict

HI SELECT [BUS_ID] ,[BUS_AccountType] ,[BUS_BpsID] ,[BUS_PhoneNumber] ,[BUS_JobTitle] ,[BUS_Email] ,[BUS_DisplayName] ,[BUS_ManagerBpsID] ,[BUS_TSInsert] ,[BUS_TSUpdate] ,[BUS_RowVersion] ,[BUS_Picture] FROM [BPS_Con

Hi, status":403" this means that you/the user or the application in the context of which you are making the request does not have permissions to the given resource from which you want to receive data. Regards

Hi, Blocking access based on login. Situation related to last webconaday :). Suddenly, there was a need to block access to the webcon BPS platform for a specific user. The situation was a bit more complicated because the user could not be deactivated at the AD level. Of course, it can be done

Filter by date does not work
28.09.2023 08:24

Hi, The problem is probably related to formats and date conversion, it is best to use an advanced filter and format the compared values ​​as a date. Regards

Hi, If you use a link text field and you have entered a url address there without a friendly name, it should be saved in the database as, for example: "link:www.webcon.pl:displayname:" then, using concat, you only add the friendly name you want. scr1 If the field was not of the link type but text

Item list - column headers
22.09.2023 14:14

Hi, Someone will probably be able to do it better, but it works. setTimeout(function() { $("div[id='SubElems_#{WFCON:5817}#']") .find('.active.tableLiteHeader.ms-clientcontrol-chromeheader') .css({ 'color': 'red', 'font-weight': 'bold' })

Report based on solr
22.09.2023 13:37

Maybe subworkflows for each list item and display these elements on the report (along with data from the main workflow), more work to create and maintain, but you can get the desired effect Regards

Report based on solr
22.09.2023 11:52

Showing data from an item list column on a solr report may be problematic, at least I can't answer whether using some query for a calculated column can achieve this. But you can approach the topic differently, if it meets your requirements. You can create a multi-line field and update this field w

Hi, You can change the value of the link field to display a friendly name or to display a url address. You need to pass the value according to how it is saved in the database. e.g. this format: "link:www.webcon.pl;displayname:: will display only the URL, and this format: "link:www.webcon.pl;dis

Report based on solr
22.09.2023 10:31

HI, You need to be more specific about your question. Data from item lists are indexed by solr and can also be searched using search.

Hi Roman, You can add a picker on the change form as a required field, which has a data source connected/created with all requests for which changes can be registered. picker will be able to store data in the ID#name format, which will be information for which workflow ID this change is registered,

Hi, Have you tried restarting the solr service in windows services? and you can also try restarting the Workflow Service.

HI, Maybe try adding a condition on the attribute to make it mandatory, depending on author, current user. Or use a separate path for the api, or send some parameter to the technical field that will control the requirement. I don't know what your exact scenario is. Regards.

Attachments preview problem
23.08.2023 16:53

Hi, the preview of the pdf attachment is generated by the pdf library, the layout depends on the size of what you have in excel, if it had, for example, a very large table, it will also divide it into 4-6 pages. The new version does not generate a preview for xlsx files, so don't get used to it t

Maybe create a temporary table at the beginning and then drop after doing the operation? It's just a theory, but I don't know what your exact rights/restrictions are either. Regards.

Hi, If I understood the assumptions correctly, I assume that you can create a list of elements for which you want to download data from the erp in the source for the each loop. Then, in the each loop, add the erp data from each iteration of the erp call with the insert sql action to a separate tab

Hi, The easiest way is to create business rules and collect the data you need, and set the rule in the template Redards.