(...) 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 workflow step the change request will be send to the CU stomer and process is waiting for the order of the CU stomer. So far so good... Now to the question: In case the CU stomer did not accept the change request, there is a process step back to regular pr (...)
(...) Hello, After upgrading to 2023.1.1.89 I'm getting error "Attempting to launch workflow instance for a form type not connected with the CU rrent workflow." I found out that the reason for this error is wrong workflow ID in hyperlink function. Everything works well on dev environment but after export and import on test environment hyperlink is not working causing above error. It seems that Workflow (...)
(...) Hi All! Does anyone have experience with integrating WEBCON with SAP Success Factors, partiCU larly Employee Central?
(...) Hi everyone, I was wondering if it is possible to create an entry in an Outlook calendar with Webcon. I saw the action "Exchange Events" and as I understood it according to the doCU mentation, it should be possible with this action. However, I do not fully understand the different settings for this action. How can I specify, if I have multiple calendars in Outlook, in which calendar I want to w (...)
(...) put in on the every form in the processes. 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). CU stom SQL taking data from WebCon BPS SQL databases can give you such SIMPLE overview on the form. It is also configurable - with subworkflows or not, which columns, etc. BUT basic version is about W (...)
(...) 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, DoCU ment 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.webcon.com/posts/pos (...)
(...) Hello, it would be nice to have in donut and pie charts "category" label in popup that matches the legend (beside series name). With a large number of categories, it is diffiCU lt to distinguish colors on chart and popup contains only series name. The label was displayed in the 2021 versions and is still displayed in bar chart. Please consider adding it.
(...) Hi everyone, I've been working on a "to do" app and I thought that a calendar report view showing the tasks to be dane with their date would be perfect. In the calCU lated columns of my standard table report I have a calCU lated column with a red square for an overdue task and green for all the "to be done n the future" ones. Works great. I created the same for the calendar report and there is a prob (...)
(...) I have request from business to create report that will be showing all instances , which CU rrent logged user had task to do in the past. Some user can have more than one task in workflow. Is it possible to prepare such report and in SQL filter make a join statement similiar to this: SELECT * FROM (SELECT *, ROW_NUMBER() OVER(PARTITION BY [WFD_ID] ORDER BY WFD_ID DESC) rn FROM [BPS_Confi (...)
(...) Changing the RestAPI mode to "admin" should allow you to update fields, including readonly. The doCU mentation however mentions the requirement of "admin permissions" How to add requires admin permissions?. Below are excerpts from the RestAPI doCU mentation mode -Enum: "standard" "ignoreReadonly" "admin" Optional mode parameter that specifies validation behavior. When empty or standard, all fi (...)
(...) Hello! I think it would be a really good idea to be able to copy projects within Designer Desk. CU rrently, after exporting a project to Designer Studio, we lose all the work that could be used in the future.
(...) 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 exeCU ted 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 ocCU rs (...)
(...) Is it possible to create CU stom email that sends the information to the autor with the link to the element when user clicks on the path? If yes how so
(...) the percentage type, also displayed negative percentages when selected. This would be highly beneficial for various processes, especially when we want to track project progress or profitability. CU rrently, if we have negative percentages, it shows as 0. I believe negative percentages could be highlighted with a different color. Thanks, Raluca
(...) tive Directory environment it would be great to add an option to the people field which would configure it, whether external /guest users are selectable at all. Default value should be false. A CU stomer worked around this by limiting the selection to a BPS group and adding AAD Groups as members of the group. No external user was a member of the AAD group. Technically this worked fine, but it (...)
(...) reate an item list with all active workflow instance - Fetch the data from the ERP system for each row - Compare the old against the new data - Trigger an update if something changed Problem: ExeCU ting xxxx REST Requests in a "for each" loop in an item list will probably exceed the timeout of path transition. There's no option to filter the item list in the "for each" loop. Using a "any colle (...)
(...) Hello :) I have an issue with attachments. I added new .xlsx file into attachment form field - this was empty file with picture inside. Now when I am trying to open it in preview panel picture is CU t like below. Does anybody have an idea what can be a reason? Thanks a lot for help
(...) as 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 exeCU ting. 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. Maybe we can do something about his our selves by pro (...)
(...) ML, like Gecko) Chrome/116.0.0.0 Safari/537.36 Edg/116.0.1938.62", "events": [ { "id": 11030, "userTime": "2023-08-31T05:51:09.457", "category": 0, "exeCU tionTime": 8, "dbId": null, "appId": null, "data": "{\"Url\":\"/api/substitutions/new/forOther\",\"Duration\":2,\"StartDateTime\":\"2023-08-31T07:51:27.313263+00:00\",\"Deta (...)
(...) Hello all, I'm trying to set up a button to start another workflow but I want to pass the CU rrent 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