(...) Hi community! We need to add 'active' HTML elements to an item list, e.g. a button containing some Javascript to set a field value or a label with a custom tooltip on mouseover. Is that even possible in an item list, we didn't find any solution for this up to now? Thanks a lot for your input, Best regards, Nik
(...) TN_02.png image. - When this button is clicked, I want to set the DET_Att1 (it's a Yes/No field) to 1 (not run the action from the screenshot). Can someone help me out? Can this be achieved with Javascript ? If yes, how? Thank you, Martin
(...) Hi everyone, maybe someone else is using some internal Javascript objects and if this is the case, check whether you are using window.initialModel and make adjustments. In R2 it's gone. Most of the objects of the initialModel can be accessed via the liteModel. /api/nav/db/${parameters.dbId}/element/${parameters.instanceId}/desktop If you have no idea what I'm talking about, than everything is (...)
(...) Hello everyone! I have the following challenge. I need to open the pdf attached to a workflow in a popup. I successfully managed to do so using the base64 encoded string and some Javascript . Now the problem is that the pdfs are larger than expected. Some of them are 5MB and even more. For those large pdfs the script is not working, nor is effective to try make it work. I can go the Python way, create (...)
(...) en instances in the task view or previews in reports. This was caused by form rules which used G_ variables which were no longer available, the view/desktop endpoint hadn't send a response yet but a Javascript form rule from the previous instance was still executing. While coping with this I noticed that the response are quite big (1). About 50% of the 418 kb is the value of the jsToRegister property. (...)
(...) ld be used by default whenever a form rule is send to the client in a HTTP response. When a query parameter like 'minimized=0' is added, the "full" version would be used instead. Currently the a Javascript form rule will be bloated because line breaks are transferred as \r\n. Depending on the number of line breaks and form rules you are using, this sums up. Best regards, Daniel
(...) He all, I was searching, but can't find information anywhere. Is there a possibility to run some Javascript or form rules on load of the main website page of local webcon instance? I'm preparing a process where users manually confirm their being at work. It would be very appeciated, that when tey load any page of local webcon instance, there would be some code testing if they already confirmed their bein (...)
(...) Hi, Can I collapse the categories in attachments by default without using Javascript ? Thanks, Raluca
(...) . Currently, the only way to restrict is the usage of validation rules. For usability reasons, it would be much better, to be able to restrict the allowed document types. With a little bit of Javascript it is possible to set the accept attribute of the input field. The open file dialogue reflects the accept attribute and would filter the corresponding file types. However, this has no impact whe (...)
(...) reat to add support for the hyperlink action on the attachment menu. The only additional thing which would be required is the id of the current attachment. The hyperlink action supports executing Javascript and one use case would be to trigger the print dialog without opening the preview. While this is one there may be other use cases which is the reason why I don't request a "print action". Best re (...)
(...) ssages about missing files and dependencies during the installation. Does anyone have experience with troubleshooting these issues? I also check this: https://community.webcon.com/posts/post/c-and-Javascript -components-in-webcon-bps/245/36 Once I successfully install Webcon, I'd like to ensure optimal performance. Could you share any essential configuration settings or best practices to keep in mind? (...)
(...) ence between a column date and today's date. This only works after clicking on the save but I want the background to be set as soon as they define the Date column. Probably this will only work with Javascript functions but I don't have any experience with that. I want to create an alert if they select a date where the difference is less than 2 days. If I could also display some text, it would be great, (...)
(...) Hi, I'm currently upgrading processes to WEBCON BPS 2024. I was expecting issues with custom Javascript but encountered also one with the "Add attachment" action. While testing I got this error: Error occurred in add attachment action: Copy attachments. No attachments I'm not sure when, but it seems that WEBCON BPS now checks whether any attachments exist which can be copied over. If they don' (...)
(...) same using single field value actions. Currently 2024.1.1.88 we need to make sure that all fields we are settings with action have at least to be marked as "read-only (cannot be modified except by Javascript )". If they are inside a group/tab the tab the same this cannot be marked as read-only either. We have more than a few cases in which we have fields, which should not be editable by users but are s (...)
(...) Hi everyone, if I'm using an HTML field it would be great, if there wouldn't be any margins imposed on the control (1). My only idea right now is to remove the class which causes this via Javascript in the HTML field, so that it is aligned with the other controls (2). document.getElementById("SEL_HTML_#{WFCON:7009}#").querySelector(".grid-template__panel .upsidePanel__content").classList.remove("u (...)
External content by Daniel Krüger; August 18, 2024 ; The original post has appeared on daniels-notes.de If you ever wondered, whether the assigned person actually has taken a look at a task / workflow instance, then you can add a custom solution to your workflows. The blog post will provide all information on how to implement it, so that a different the icon will be displa