(...) in SQL with single quotes to something like WFD_AttText4). This way, in the SQL WHERE condition, it would say something like "and WFD_AttText4 = '7512373' ". The problem is that you can only pass values as parameters, not objects. Does anyone know how I can get the column name from my value field? Otherwise, I would have to manually enter the column name, just like in reports. Thank you in advanc (...)
(...) Hello, I want to clear some form fields after path transition that leads to the same step. I tried using action template to change values of multiple fields by inserting null values , howewer I get an exception when it gets to the datetime fields: System.ArgumentNullException: Value cannot be null. Which value should I insert to set date form field to empty, or is there another way to do it (...)
(...) User group = Person 1, Person 2 ... Person X c) All = Lider + User group Now I have conditions to few cells in "item list" If user is one of Lider (group) then he need to fill and set proper values in each row in "item list". if user is one of User Group then he don't need to do anything or is filling first part of "item list" Paths: if Path Zapisz (save) >> resets [cancel all and assign (...)
(...) ify that the same error hasn't been made in other cases? Of course, this won't actually prevent an error, but this change will make it less likely. I'm wondering whether all variables from the values tab should be inserted with single quotes. I know a lot of other situations, where I forgot to add them but at least they caused an error immediately. :) Best regards, Daniel
(...) Hello all, I have an item list to enter quotes. In the quotes step, the user must enter the rows with the different values for the quotes and then send for approval. The next user must select what is the row of interest, but clicking on Select Option column. The thing is that in that step, because I want the item list to be editable, the Add button is available. Is there any way to allow the user (...)
(...) Dear Community, I would like to propose a change in WEBCON BPS to improve the ease of copying field values to the clipboard. This could be introduced as an optional setting within the field options in BPS Designer Studio. I particularly like how this feature is implemented in the Azure portal: a "Copy" icon remains hidden until you hover over the field, at which point it appears, allowing for quick co (...)
(...) What would be the easiest way to achieve this using WEBCON? I was thinking of writing the content of my XML file into a technical multiline text field via SQL and then extracting it with the "Change values " action. The lists would be handled with the "Update Item List" action. Is this possible? Thank you very much for your help!
(...) lete 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 IsOld column, then I want to just simply delete that line using the basic SubelementDelete(#{WFCON:2602}#, rowID); functio (...)
(...) I used the "Update related workflow instance". The action tried to update choose fields which have been set to read only. The result was the following error: Error in On enter action Copy new risk values to project risk. (Step: Completed, path: Complete action) Cannot find value 1 in data source Best regards, Daniel
I have a process that creates 10 reports each month. After creating the initial reports, I would like to clone them automatically at the end of the month, only changing the reporting month. The user (author) updates the data and submits it for verification. I proposed the following procedure: 1. I created a BPS source that lists all 10 reports from the last month. 2. The BPS data source has c
(...) Error: [Quote] Error occured during business rule evaluation. String values cannot be multiplied at: Evaluation requested at: Evaluation node: Operator (+) at: Evaluation node: Operator (*) at: Evaluation node: Operator (*) [/Quote] What I have : -process static A -process static B -process static C -process static D attribte a,b,c attribute a,b,c is changing dynamically vs Item Lis (...)
(...) Hi, A useful option would be the ability to capture and save the output of a powershell action, either to an attribute or to a local variable. Similar to the mapping of response values in a REST action. This would allow the received data to be further processed/used in subsequent autumatization actions. Regards.
(...) Hi, It often happens that the list of items should have unique values , at least in 1 column. Currently, I often create and add a script to check when adding an item with this value already exists. A great convenience would be the option in the column configuration, 'unique item'. The user would receive an alert that an item with this value has already been added to the list. Regards.
(...) HI, How to monitor the moment of typing characters into an attribute using the SDK. I would like to, for example, call an API after typing 3 characters and save the retrieved values to another attribute.
(...) he question is, if this field is hidden on the form how can i make it to always be visible on the instance history page? This is for troubleshooting, in a scenario where we want to check the variable values if they're correct. I already tried enabling the "Always show in instance history" setting on the Visibility tab of the field on designer studio but still isn't showing on the history page of a task (...)
(...) he system and business (global) administrator would have such privileges. From the BPS Portal level, he could use the icon to switch to any user's account (administrative mode). Sometimes data source values are filtered and there is no way to see what the user actually sees. Regards, D.
(...) confused why this easy logic does not work. I have a single value field which contains an SAP-No. I'd like to know if this No. "is in" a Dictionary (collection by "Return all rows" of Data Source values ). Always returns the "then" Value of my If-Clause...Think its really an easy mistake i make, but i cant see it :-(
(...) d of the selected item list was saved (1) without using the variable syntax (2). In turn the integer value wasn't replaced during the import and the execution of the action will fail, if the integer values are not the same on both systems. In the worst case the value does exist for item list on both systems but for different ones. You can use the below query to get all actions which have a faulty co (...)
(...) As the title states, there are some autocomplete fields(with values in them that cannot be found) i have that prevent me from moving to the next step(in one case i would maybe like to "cancel" the subworkflow/return with negative). I tried to deactivate the form field validation on the paths, however the error still occurs.
(...) Hi, is it possible, to show a leading zero in a numeric formular field? Example: 09678 instead 9678 If i change the field type to text, all existing values dissappear due the change of field type.