(...) I need to change 2 values with REST, I use'd API v3 and PATCH method. This values is in another workflow. JS ON [ { "data": { "guid": "3567e810-6f44-41e5-9ac3-794d6e055db1", "value": "2024-05-27T14:02:26" }, "wynik": { "guid": "56e078eb-dc11-4960-a662-3974f0f837da", "value": "Ryzyko niskie" } } ] In other workflow history I have only (...)
(...) t user on the "legal check" step only to see paths: "Send back to business approval with comment", "Approve send to manager approval" and "Reject". Would be grateful for help. Kind regards, JS
(...) ould make it easier to identify the session. It would nice if the user could provide the details but it shouldn't be in the "end and save session" dialog. It happened to me a few times, that the a JS error occurred and the dialog wasn't displayed. Best regards, Daniel
(...) a more complex delete of line function. To explain this briefly, I have a list, where I can't use the normal delete button. So instead, I'm adding one using a dataRow form field, where I call the JS function like this: deteteFunction(list ordinal number); In this list there is a column called IsOld, and it's values can be OLD or NEW. * If the line I want to delete has the value NEW in the IsO (...)
(...) Hello, I am trying to update some form fields and columns in an item list after some actions. On my path i have configured a FOR EACH on my item list which is creating/composing JS ON payload for my REST. (rows) However, I am encountering an InternalServerError (500) when attempting to save this data using REST service on path for my current instance. PATCH: api/data/v5.0/db/#{DBID}#/elements/ (...)
(...) "UserName": "manager" } In response I receive receive 2 HTTP Cookie items (B1SESSION and ROUTEID) that I have to submit with every REST API call to SAP API. The problem is that I can't submit JS ON configuration in REST API Connections area in WEBCON BPS Designer Studio. And later use it to setup REST API Data sources. Maybe someone came up with solution how to deal with it?
(...) entered in current form (different fields in different workflows) and also should be fetched from database from another workflow. As I can see there is no way to use current form field values (in JS ON mode, not JS ON grid) in request body of datasource consuming a REST API. Is there a workaround for this? Another question: Is there a way to store results from a datasource as JS ON string in (...)
(...) rror OK, then is not saved data so I move step forward .. but again error ... so .. how to calculate: D = (A*B)*a + (A*B)*b+(A*C)*c ? why I don't have rulle in a,b,c to "fix" D" ? .. I did not JS and ten I had error multiple time run rule ... so next idea was change in transaction on path
(...) What is the possible and if, the most efficient way of getting data from a dictionary into a JS file that is supposed to read all the items from said report ? SQL(business rule, then convey it to the JS file as an argument) or we can natively do it in JS ?
External content by Daniel Krüger; September 12, 2024 ; The original post has appeared on daniels-notes.de Have you ever wanted to contact a person via Teams to whom a task has been assigned? If your answer is yes, you should take a look at the video and the blog post. I finally found a solution for starting a chat by clicking on an assigned user. In case Microsoft
External content by Daniel Krüger; September 29, 2024 ; The original post has appeared on daniels-notes.de Another post about starting a Teams chat? But this time it’s not about contacting a person who has a task but starting a chat/call with anyone who is referenced in a workflow. This could be: A single person field. A field which allows only groups. Or eve
External content by Daniel Krüger; October 13, 2024 ; The original post has appeared on daniels-notes.de After the last posts "Start Teams chat post" I was asked whether this could be utilized to get in contact with the support team. I liked this idea and implemented a little solution for this question. While creating the solution, a whole bunch of question arose