WELCOME TO THE COMMUNITY
find what you are looking for or ask a new question
Home > Forum > Most commented

most commented

Hi, We would like to transfer our test license from one test server to another. Before we proceed, we would like to know the correct procedure. Does anybody care to give step-by-step instructions? Thanks in advance!

Hello all, I'm trying to set up a calendar with a dynamic condition that will set the color of each instance taking the difference from a date field when comparing with Today's date. Does anyone knows how to set up something like this? Thank you!

Hi, I have 2 dictionaries: Countries and Cities. In the Cities dictionary, the form field 'country' is a picker field from the Countries dictionary.I would like this field to become a hyperlink which would take me to the Country dictionary instance for that country. I was expecting this to work at least in the Dictionary report Cities but it doesn't. For example when creating the Barcelona city instance in the Cities dictionary I selected Spain as a country. After saving I want to be able to (...)

hi there, i can add a business rule for condition step, but how if i need to have more than one rule for different fields in the same condition step? so i need the condition step check for more than one rule., for example: check attachment. please note that every rule separately works but together not. please any solution?

Hello It's my firs question, so please dont "eat" me at the start :) In our workflow we assing form to specifich worker. Workers are assingned first by AD groups (which decide if they can acces webcon or not) and than by specific BPS groups. Problem arise, whet person to whom job is assingned stops working. He's automaticli removed from AD and any atempt to move proces is an error. We circumvent that by adding field: Owner, and using it as source of job assigment. This way if such situat (...)

Hi, is there a way to make the description required in case a specific category is picked for that document? Pretty much what I'm saying is that if an user is trying to add an attachment and they choose OTHER for its category, to make them complete its description as well. Thnak youuu.

I want to use "Invoke rest web service request" action and in response I don't have json but message in Header: Response-Code: Forbidden (403) Response-Body: {"type":"/challenge","title":"Challenge requested","status":403,"detail":"Request to perform challenges described","instance":"fe66c6a2-2cc5-42f9-a4ce-96bea7cd716b"} Response-Header: Date: Thu, 28 Sep 2023 07:06:57 GMT Connection: keep-alive Vary: Origin, Access-Control-Request-Method, Access-Control-Request-Headers x-challe (...)

Hi all, Is there any possibility to change an URL field adding the link in the address and the text we want in the name? I want to create an URL link using a field from (through Change field action) the form but I don´t to display a more friendly name than the address. Thank you!

Hello everyone I was just wondering about the best way to implement this: We want to build a process (basically it is a research proposal/request process). But we also want to be able to start a new change request for "completed" requests. The change request is equivalent to the normal request, with the only difference that you have to select the original request in the change request (so that both the request and the change request can be referenced). Now I am wondering what the b (...)

MVP

Hi everyone, who else will join the WEBCON DAY? My flight and hotel are booked and I can't wait to be there again. :) Maybe we can take the opportunity to meet in person and take a picture as a group. :) Daniel

MVP

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 a server-side endpoint that would serve the PDF to, e.g. PDF.js. But I was wondering if th (...)

MVP

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 fine. :) Best regards, Daniel

Is it possible to create custom email that sends the information to the autor with the link to the element when user clicks on the path? If yes how so

Hello. Has anybody an idea if and how it is possible to create a data source from two different data connections? I.e. I have a database (MS SQL) with visitor data and the CacheOrganizationStructure table in the webcon content DB (MS SQL, too). Now I want to create a datasource for a Choice field, where I could query for names in both tables. It is purely for reading data. Kind regards Klaus

Hi Guys I need your help. I start tasks based on a workflow but attachments do not transfer. If I do it manually as a action on path then the attachments move to subworkflow and its ok. But if I use a cyclical action to call the same action -> "create SQL subworkflow", tasks are created but without attachments :/ Example in the attachment, I trigger the same action: Uruchom zadanie TEST (en: Run the TEST task) I use version 2022.1.4.223

Hi All! Does anyone have experience with integrating WEBCON with SAP Success Factors, particularly Employee Central?

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.

MVP

Hello everyone! I have an item list with a dropdown field where user chooses a WFD_ID value. I would like to execute an action (Update related workflow instance or Invoke REST web service) passing the WFD_ID chosen in the mentioned field to the action. Is something like that even possible? I can't find a solution myself. Thank you, M.

Use case: We are using an offer process/workflow, where we fill in the costs in a table - e.g. columns "descripition, quantity, price per unit, total price." In case the offer is accepted and we'll need a change request of the costs we need a two separate process steps. The first step will start the change request, opening two additional columns in the table - "quantity for change request, total price for change request". This can be done for every existing row in the table. In the next wor (...)

Hello all, Is there any way to use the same data table field but having different filters in each step? For example, on the start, I want the info to show request's open for the requester In the approval step, I want to check the request's for the project code belonging to the approver Is there any way to do this without having three different fields to achieve this? Thank you!