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

search results

for query

(...) a subworkflow". Issue: all attachments of the parent workflow are copied Idea 2: I create the instances and create an action template to copy the attachments from the parent workflow using a SQL query , reading the ATT_ID from the attachment column. Issue: with single attachments per line it will work, with mulitple I get an error as webcon stores the Att_ids with a comma (e.g. 6603,6604) which (...)

(...) In which table can I find information about the time of editing a given ID by a user? Mayby do you have a query ?

(...) emList = #{BRP:151}#; setTimeout(() => { var itemListElement = document.getElementById(itemList.fld + "_" + itemList.id); if (itemListElement) { const provenientaElement = itemListElement.query Selector('th[data-key="#{SFLD:512}#_#{DCN:512}#"]'); if (provenientaElement) { const textElement = provenientaElement.query Selector('.header-cell__content__text'); if (textElement) (...)

(...) Via public api we can query reports and views. However, they lack of the possibility to apply filters, search in specific fields or apply a full text search. Basically all the things we can do within a report on the portal To achieve this, we currently have to use the undocumented internal api, that reports use when we apply filters and search for elements. This works perfectly so far, but it w (...)

(...) ly 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}#").query Selector(".grid-template__panel .upsidePanel__content").classList.remove("upsidePanel__content") or with CSS: #SEL_HTML_#{WFCON:7009}# .upsidePanel__content {margin-inline-end: 0px;margin-inli (...)

(...) Hi everyone! After upgrading to version 2025 we noticed that the Advanced settings are not working in the same way as they were in the previous versions. The query that was working just fine before is not doing its work. Does anyone else have the same experience? If this helps, this is the query that we're using: IF ( /* Number of all child workflows */ SELECT COUNT(*) FROM WFElemen (...)