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

search results

for steps

(...) I have a form with drop down list. This drop down list is using static list. Static list have 8 "items". steps are A>B>C>D I would like to use items 1-3 in step A and B where index ID of stem is for example 111 and 112, and if is in step C or D then the list have only options 4-8. of course i would like to reset value a drop down list when enter to step C . BTW: I don't know SQL yet ... and (...)

(...) Hi, The name of the virtual machine where the service was installed has been changed. Does anyone know the required steps to get WebCon working again? Thanks, Raluca

(...) Hello, Right now there are Next step, and Previous step buttons on the Step Edit window, but if we need to edit two steps , which are X steps apart, then we have to: * Click X times - and every have some delay - loading the data. * Close step editor, and use list on the workflow, or the diagram to select step which we want to edit. I've got an idea that in the Step Edit window, we could add list (...)

(...) Hello, I have a simple workflow that is translated from fields to steps and paths. When I change the language from the portal the preview picture of the workflow does not change. Should the language of the workflow preview change based on the language of the logged user? Regards

(...) ive language as well as English. This way our clients will have a more professional experience. Even if we have everything translated, the preview that we see is in the language used for naming the steps /paths initially. It would be a nice touch if the language of the preview would be the same as the language selected in the users settings. Obviously, if a path/step has missing translations, the de (...)

(...) Hi everyone, Does anyone know if it is possible to move the whole folder "C:\Program Files\WEBCON\WEBCON BPS Search Server" to a different disk? What are the steps needed to do that? Thanks, M.

(...) Hi, I think it would be beneficial if we could have a place in the global configuration where we can define custom default values for the steps and paths of dictionaries / document templates. For example I always rename the "Dictionary step" to "Entry". Of course, I also define translations for the the step and paths. Therefore it would be great, if we could define the translations for the step (...)

(...) It is possible to make descriptions required by default in Designer Studio for Applications, Workflows and steps ?

(...) plemented menu buttons for Help Desk and Printing. In 2022, every user who have acces to instance can push button and print form or start help desk (button in menu was accesable in every step or last steps etc). After the update buttons apear on the form but after clicking there is error... and users cant use it. Is it new feature or is it a bug. It looks like some save restrictions - but it was not (...)

(...) have open 2 windows separately [now I open 2x Design Studio, where 1st is for editing, 2nd if for "to see more ... " So I would like to have option to: - simply open window with graf (paths and steps ) in separate window - open source windows in separate window (no I need to print screen paste to mspain/irfanview) then do to configuration od field function ect. [I don't believe that no one in "We (...)

(...) It would be useful to be able to group the data in the itemlist at the column level and on the main form. Currently, we can group at the level of each step, but sometimes when we have many steps , it would be more useful to be able to set it just on the main form. Thanks, Raluca

(...) Hello everyone, Is it possible to set the attachment function so that users can upload files in all workflow steps ? Currently, in my app, this only works if the user has editing rights for this instance. But I don't actually want that the users have editing rights on all instances and do not want to create complicated rules, that then unlock the overall rights, but immediately revoke the rights for (...)

(...) t the correct word is for this). What I need on top of the "actual document" is the life-cycle of the single articles/pages, i.e. the development of the content (history) and the review and approval steps before it is published. My idea was to move the entire life-cycle into Webcon and after approval it should be outputted into the docusaurus system (that I'm sure will not be an issue via some REST (...)

(...) user at that moment, even if it's a row added previously by other user in another step.. I just simply want that column C to be "enabled" only for a certain condition. What I did, I followed the steps from this thread https://community.webcon.com/forum/thread/2646. But seems that for me it doesn't do the correct thing.. What am I doing wrong? Thank you!

(...) rol field to check if the invoice number exists in the external database 4. Process can only be moved to Finish if all the rows have a match So this works, if I just have one row. In the control steps , For Each is not available so I will probably have to check this using SQL command? Does anyone have suggestions? Thank you

(...) Generating a Word document, converting to a Pdf and deleting the Word afterwards, so the result is a Pdf only, are often used document generation steps . Unfortunately, it is not possible to overwrite an existing Pdf when converting a Word document to Pdf. So we usually have to delete the original, but I would prefer having an updated than a new Pdf. I would wish there was an option like the Mode (...)

(...) which depends on data from the parent form, and a path [Validate] which checks for required fields. To make sure that children forms are filled properly - when I'm moving the parent form to further steps I'm invoking that [Validate] path on all childrens to make sure, that data is filled correclty. It works almost perfectly, but there is an edge case. When user registers parent form, then childre (...)

(...) Hey, I am creating a workflow where I would like to give option [Send Back for LEGAL Check] on different steps (Screen shot added ). However, I want to create a restriction so on the legal check step users can see only paths related to the step that it came from. Not all paths because that would be extremely confusing (screenshot of all paths added). So for clarification if the flow was send to "le (...)

(...) econd one for suborders - on suborders I'm able to show 'customer' using custom column. With SQL like this: ( SELECT dbo.ClearWFElem(WFD_AttChoose2) /* Customer */ FROM WFElements JOIN WFsteps ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142-7ad9-44e1-9xy2-550c2cxz361cf' AND /* GUID WF Order */ WFD_ID = wfelems.WFD_AttChoose5_ID /* Field Order R (...)

(...) ND ISNULL(WFD_AttBool1, 0) = 0 AND ISNULL(WFD_AttBool2, 0) = 0 AND ISNULL(WFD_AttChoose45_ID, '0') = '0' AND ISNULL(WFD_AttBool8, 0) = 1) THEN 'Tak' ELSE 'Nie' END FROM WFElements JOIN WFsteps ON WFD_STPID = STP_ID JOIN WorkFlows ON WF_ID = STP_WFID WHERE WF_GUID = 'af556142-7209-44e1-9aa2-550c2cd361cf' AND /* GUID of the workflow */ WFD_ID = wfelems.WFD_AttChoose4_ID /* (...)