(...) ags' text field, which contains tags (eg. black, bike, red). Every tag is separated by ','. 2. I have another process, for example 'Order'. On this form, user can enter what he is looking for, on 'Descript ion' field. I want to check if any word from order's 'Descript ion' field matches the 'Product' tag and return the number of that products + set proper products on Order form. Any ideas? :)
(...) screenshot). I can find the step in the db: SELECT * FROM WFSteps WHERE WFSteps.STP_ID = 95 But no associated Wf instances with it: SELECT WFSteps.STP_ID, WFSteps.STP_Name, WFSteps.STP_Descript ion, WFSteps.STP_IsFinish, WFElements.WFD_ID FROM WFElements JOIN WFSteps ON WFSteps.STP_ID = WFElements.WFD_STPID WHERE WFD_STPID= 95 It's not an option to use the admin tools to delete all ins (...)
(...) a dictionary process to a standard process. Before I start to create a complete new process from scratch I want to ask if there is an easier way to get this done. Maybe there is a tool or some script somewhere out there, which gets this done. Thanks a lot in advance & best regards, Nik
(...) ner I only found a static (checkbox) option. Background is only the clarity about the process steps to be done. I thought maybe it would be possible to simply show and hide the container using Javascript . Unfortunately, I have not enough experience in this area. Do you have an idea? I tried it once statically with CSS (See Screenshot). Thank you in advance!
(...) ange that 'unhides' the target form field. I've been doing it the following way: 1. Make the field that should not be shown upon form load visible in the Field Matrix 2. Insert the 'Hide' Javascript function into the main form behavior of the step 2. Create a form rule which shows/hides based on a condition 3. Add the form rule to the field that is supposed to trigger show/hide for the target (...)
(...) ils. In most of my cases there some special condition which relates to a field/tab. Having the option to execute a form rule would allow to: - focus the field - show the tab - execute some Javascript which would could display a subworkflow which needs to be closed. - etc When writing this it came to my mind, that it may be even possible today if each validate form action is an own automat (...)
(...) 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
(...) Hi! Is possible using REST WEB SERVICE to sent: { "type": 0, "firm": 0, "id": 0, "ord": 0, "descript ion": "string", "lines": [ //Item list { "ord": 0, "value": 0, "type": 0, "percent": 0, "direction": 0, "dimensions": [ { "id": 0, "type": 0 }, { " (...)
(...) kflow which in the end requires (business requirement) adding payment confirmation (PDF) from banking systems. Manual process is very time consuming. 2. Each payment confirmation has in transfer's descript ion instance signature from the invoice workflow. 3. I've created another workflow, which is monitoring hotfolder for new payment confirmations and then after adding text layer and OCR AI steps (find (...)
(...) 2.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
(...) s. Or for such standard content to appear immediately in the documentation section after adding a new workflow, process, form type, etc. with the possibility of changing, of course, entering your descript ion. Another idea is that when generating the documentation, you can select the type option, 'Fill in the blanks in the documentation: attribute name, path, etc. Then if the documentation section (...)
(...) Hi, Is anyone having trouble calling a PowerShell script that connects to MsolService? After updating WebCon to version 2023, the action calling the script ends with the error as below.
(...) TT_ID index in [BPS_Content_Att].dbo.WFAttachmentFiles. is not increased by 1 - it is increased by number of attachments i tried to add using this button. As i said im new in webcon so if my issue descript ion is too haotic please tell me if I could provide you with more informations.
(...) 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 (...)
(...) 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, cre (...)
(...) nstances 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. (...)
(...) e 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
(...) e (in item list) / field value (regular fields) that needs to be replaced by user with proper values. Such placeholder would be a better option to suggest expected content in field(s). Hope this descript ion is quite clear :) Best.
(...) edge base articles where figures are not correctly displayed e.g. https://community.webcon.com/posts/post/the-picture-form-field/32 https://community.webcon.com/posts/post/wfelementdetails-table-descript ion/34 and more. Could you please correct it? I tried various browsers, the results have been the same.
(...) cture environment also containing multiple BPS Content Database it would be helpful to runas BPS Studio to the exact environment and exact content database. Then it would be possible to create .bat script to run exact environment, e.g. TEST to the specific database e.g. BPS_Content_1 The script "BPS Studio PROD Database 1.bat" could then alike below runas /user:Domain\Login "C:\...\WEBCON Designer S (...)