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

search results

for WEBCON

(...) active directory. I don't fully understand what is the meaning of Group identifier (BPS ID). It has to be in the UPN Format. In the knowledge base there is an article where the BPS ID is [some name]@WEBCON .pl. My questions are as follows: 1) Could I also use "@WEBCON .pl"? Or should I rather use my domain name? 2) Is this group only within WEBCON or will it be visible in Active Directory of my organi (...)

(...) Hi everyone, There is something that has been a thorn in my WEBCON enviroment for some time. I thought that new version will solve this but unfortunatelly didn't. The problem is that in my leave of absence workflow I have an action that sets up substitution for the time a person is out of office. When I run a test (see left side of the enclosed screen) the SQL query shows correct dates of substitutio (...)

(...) fortunately, that doesn’t work (CONTENT AS BASE64[GET ATTACHMENTS]) After attempting this myself without success, I came across an answer provided by Karol in 2023: Karol Częczek https://community.WEBCON .com/forum/thread/2906?messageid=2906 However, I’ve encountered an issue: my attachments are not stored in the WFAttachmentFiles table (there are ONLY 20 files in that table). Instead, they seem to (...)

(...) Hello everyone, I’m still learning how to use JavaScript effectively with WEBCON BPS. Currently, I’m working on a project that involves an HTML button/JavaScript triggering a file download at the end: JAVASCRIPT: // Save the PDF and offer it for download const pollerPdfBytes = await pollerPdf.save(); const blob = new Blob([pollerPdfBytes], { type: 'application/pdf' }); (...)

(...) in WEBCON : ver. 2024.1.1.161 if you have on on step grouping in item list (for example tech column) then adding new row popups window with one row editing but ... I have that feature off... ---edit---- because I have Item list with attachments attribute so .. in popups window I can not pick attachment ... :/ and now I need i popup window put a data (category) and "save" and again edit line i (...)

(...) Hi, In WEBCON 2024 chart labels don't display decimal places. In WEBCON 2022 decimal places were shown. Is it a bug or can I do sth with that? I attach a photo with this case. On the photo the label shows 0. It should show 0.09. Decimal places are quite important when I want to show a share of something, as it will always be in the range . Regards Lukasz

(...) it will reset. When visible again, it will start again. Alternatively, • JavaScript, HTML, CSS stopwatch with buttons (Start, Reset are enough). Are these requirements feasible to be done in WEBCON ? I know, in WEBCON : • There are an HTML form fields, even supporting some JavaScript functions. • There are a Form Rules with JavaScript mode But, where to put what (JS, HTML, CSS) and how to (...)

(...) Hi, On the 2023 WEBCON , we can customize the color of the left sidebar of the portal page using: the Sidebar menu in Theme customization. In 2025 we have the same Theme customization attribute but it doesn't do anything. Is it a bug? I know that it is possible to use CSS. When using CSS it changes the color of the left bar but pressing buttons resets the button color to default(white). Has s (...)

(...) https://community.WEBCON .com/posts/post/wfhistoryelements-and-wfhistoryelementdetails-tables-description/56/26

(...) ta akceptacji' FROM WFHistoryElements WHERE WFH_OrgID = {WFD_ID} AND WFH_STPID = {ST:369} and WFH_IsLastVersionInCurrentStep'' -- AND WFH_LeftByImpersonator '' [/code] P.S. WEBCON 2024.1.161

(...) n SOLR indexing queue in Designer Studio there are absolutely no items. I think this could have started after moving some items to archive database, but not sure. How to fix this issue? Service: WEBCON PROD Log Range: Solr Message: SOLR indexing failed Category: Exception Role: SolrFileQueue Description: SolrFileQueue item ID: 60607 Type: AttachmentMetadataAndContent ATT_ID: 181565 Whole (...)

(...) ID '{ST:372}') AND e.WFD_WFDID = '{WFD_ID}' AND e.WFD_IsFinish = 0 [/code] I have results ... but error - no path .. how to with that or other query set path in advance settings ... WEBCON help is not mention about that scenario ... or how to configure that in proper way.

(...) Error in DS if in Atomation you will use in name "}" and save and then try duplicate .... WEBCON : 2024.1.1.161 [code] Typ: System.FormatException ------------------------------------------------------- Wiadomość:Nieprawidłowy format ciągu wejściowego. ------------------------------------------------------- Ścieżka wywołania ------------------------------------------------------- w (...)

(...) Hello, Have you tried run the Public forms in version 2025? I downloaded the source from github: https://github.com/WEBCON -BPS/public-forms I have the appsettings.json file configured (as in the picture). I get an error when trying to log in

(...) ated to "The verification of the digital signature of the current Single-Use Access License for the external user was not successful". In this article "Public Link" is mentioned( https://community.WEBCON .com/posts/post/public-link/386/3) 2024 R1 update From version 2024.1.1 onward, this functionality is licensed based on Single-Use access licesnes. You can find more information about this new type (...)

(...) happened, how I can track this or how to prevent it. My best guess is, that a bulk of SQL commands needed to be executed and this one was in a queue which execution was delayed. The version is WEBCON BPS 2023.1.2.99. Best regards, Daniel

(...) Hi, Everyone! On the WEBCON form (ver. 2025), I would like to display a simple external website for the user. There is no need to save this information in the document. I used Custom control (External) for this purpose. After entering the URL in the attribute properties, the page displays, but I have no idea how to change the size of the control. It is best to change it dynamically depending on the co (...)

(...) Hi, I try to use this article, but it does not works anymore. https://kb.WEBCON .pl/przyklady-uzycia-rest-api/ I try to generate a token base on this instruction https://developer.WEBCON .com/docs/2024.1/api-registration-and-authentication#get-access-token in Postman to api/oauth2/token , example: { "grant_type": "client_credentials", "client_id": "XXX", "client_secret": "XXX", "scope" (...)

(...) to do sth like that: Select * from BPS_Content.dbo.WFElements t1 left join [my_linked_server].[database].[schema].[my_table] t2 on t1.id = t2.id Unfortunately it doesnt work. I got an error in WEBCON Studio "Access to the remote server is denied because the current security context is no trusted.". Then I tried to execute this query directly from database. So I wrote the following: Execute (...)

(...) Does WEBCON save the time a user stays in a given process step, i.e. the time from entering the step form to moving to the next step or clicking the save button? I want to make a report out of it to calculate KPIs