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

search results

for process

(...) There are two date fields in our workflow. To pass the process to the next workflow step, we use an action "on timeout". Checking for a date field works. However, we need a condition for the timeout that takes both date fields into account: If date field 2 is non-empty take this date for the timeout, otherwise take date 1 for the timeout. Can this be implemented with an "on timeout" action and if (...)

(...) ow to current instance. My case is opposite: 1. I have an invoice approval workflow 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 description instance signature from the invoice workflow. 3. I've created another workflow, which is monitoring hotfolder for (...)

(...) rything works well on dev environment but after export and import on test environment hyperlink is not working causing above error. It seems that Workflow ID tag isn't "translated" during the import process and remains the same on TEST like it was on DEV, but on TEST it's obviously completly different workflow with the same ID. DocType ID is changed correctly. Did you encounter such a problem in vers (...)

(...) Hello, I would like to build an app based on a parallel approval. (2 different tasks) 1. Approval for Manager 2. Approval for Economics The process must wait for those 2 approvals responses and then decide on condition. (continue process or stop process ) Do you have any ideas / suggestions on achieving that? Thank you.

(...) o the screensot Simplified history.png Core Such simple history on the form - WHO clicked WHAT and WHEN is part of our Internal Company WebCon BPS Guidelines. We put in on the every form in the process es. Is it for FREE? :) Yes, it is if you like SQLing :) Like we said WebCon BPS platform has got full history in the SQL and in history view (detailed one). Custom SQL taking data from WebCon BPS (...)

(...) rePoint ones. It is worth to some have naming convention for them. It is also crucial to know which are used within the specific Application. We can dig into the BPS Studio and check Application, process , Worfklow, Document Types permissions. We can check actions, business rules, etc. We can try to do it better via SQL or/and WebCon BPS Application. It is well described here: https://community.webc (...)

(...) n't know exactly what, but generally describing what the form type is, what workflow is. 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 description. Another idea is that when generating the documentation, you can select the type option, 'Fill in the blanks (...)

(...) the future" ones. Works great. I created the same for the calendar report and there is a problem - the calculated column is not visible to choose from in the dynamic coloring module (only system and process iems are visible there). This seems to be something that should be there, but was somehow forgotten. Calculated values make no sense in the calendar reports now If they can not be chosen in any dial (...)

(...) Hello everyone, I have a question for you, maybe you can help me. I know you can set user privileges for each application or process separately, but I wonder if I can also restrict user visibility depending on some criteria.. For this scenario I've created: BPS user group: Software Engineer person X, person Y, person Z are part of software group Let's say there are also multiple projects and th (...)

(...) HI, When installing Webcon, the SQL Server compatibility level is set to 120 (default). To use advanced functions like `string_split` and data process ing functions from JSON, it is necessary to manually change the compatibility level to 150. These functions are essential in developing more complex process es. If we manually upgrade the compatibility level from 120 to 150, Webcon will no longer provi (...)

(...) Hello everyone In a process I run a cyclic action in the Global Actions. This action contains a "Start a subworkflow (SQL)". When the subworkflow action is executed I just get the message 'Incorrect syntax near '}'.' in the *Last error* field. As seen on the screenshot There is no '}' in the SQL query of the subworkflow action... So now I am facing the mystery where exactly this error occurs at a (...)

(...) Hi, I think it would be helpful if the data row field, when set to the percentage type, also displayed negative percentages when selected. This would be highly beneficial for various process es, especially when we want to track project progress or profitability. Currently, if we have negative percentages, it shows as 0. I believe negative percentages could be highlighted with a different color. Th (...)

(...) We have an issue related to the usage of columns from a datasource (dictionary, BPS internal view) within a choicefield-type field. The user 'windows user' has created a new application, a new process , and a new dictionary. After configuring these, the user created the corresponding datasources for them. They created a new process where they associated the dictionary/process with choicefield-type (...)

(...) Hello, I'm facing a new challenge, maybe someone already had to deal with it and will be able to help :) I've created some time ago process for handling Recruitments, which connects two departments - HR and IT. On starting form, there are yes/no fields for required permissions/equipment for a new person. * Access to system X * Access to system Y * Laptop * Wireless mouse After the process h (...)

(...) r not [see other steps] (done) 3. change excel file as pdf. ( ? ) 4. sign pdf ... [I can live with it for now ;-) ] ( ?) there is any way to do 1-4 steps in one pass from step 1 to step 2 in process ?

(...) How to add list of Attachments from the Form to Word Template? 1. A created word template 2. If filled by Automation process 3. How to add to template DOC the Attachment section ? 4. How to add Comments to template DOC [Bonus] ? I don't see the fields in Word plugin to create template .... 11 - word template 12 - the section from WebCon Form

(...) Hello, Does anyone has a rest api configured to access Sales Force? I have a connection and I use it in a process but I'm getting the data from Opportunities. I would like to bring in a specific report. I've checked how to do this and I came up with this query using the GET /services/data/v52.0/analytics/reportTypes/Opportunity But when I use the field as a Data table in order to check the informa (...)

(...) Hello, I copied one item list from one process to another and after trying to save the process I get the below in the attached image. There are some datarow field in the item list that are showing data coming from business rules. I guess they are causing the problem. The main issue is that designer studio doesn't show the fields anymore so I'm unable to delete the item list that I copied. As you can s (...)

(...) e - i have to start 1-10 subworkflows (each having different start condition), with different workflows, and forms, but with partially shared attributes (marked blue). I'm configuring actions in new process , so i've copied them from existing process , to avoid refilling data about workflow/form/path etc, as those are same, but I had to change attributes (different process ) It would be great to have Bu (...)

(...) n to start another workflow but I want to pass the current instance ID so I can relate the two instances. I'm using the info from Webcon but I don't know how to pass the ID: Legal Request process Using this, I'm basically writing WFD_ID in the destination field. Does anyone know how to get this working= Thank you