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

search results

for Data source

(...) get the (translated) step name? Is there some option inside the SDK? I haven't found one, so I'm thinking about passing ids/translations via the PluginConfiguration. I just thought about querying a Data source . Maybe I could create a SQL view which is utilized by the Data source . Did someone do something similar and has some experience? Best regards, Daniel

(...) Hi, I really like the new default picker option "Show link to selected workflow instance". Unfortunately it's only available for the Data source "BPS Internal view". If I select a dictionary and probably a template process, it's not available. Therefore I have to create an Internal view in addition to the automatically created dictionary Data source . For those who don't know what this option does: The pick (...)

(...) following changes would be implemented: 1. Adding the new Input placeholder 2. In case of data tables the display name should be used instead of the column name. This is especially a problem if the Data source is a BPS internal view. WFD_AttChoose1 isn't really helpful for translating. :) 3. There's a slight labeling issue. The PathAndTasks sheet doesn't contain the correct label for object type 33. It sho (...)

(...) Hi, I add new connection (MSSQL database) - test it with success. Next I add new Data source with some SQL query which returns some data when I test it. If I save that connection Webcon shows the error: "Failed to retrive column from Data source XXX. No connection settings." If I want to test that Data source in choice form field I've returned: Nieznany błąd: The ConnectionString property has not (...)

(...) Hi, I have some problem with privilages. I have the choice field which is sourcing by BPS Internal view. One of user don't see the data in this field (she see field but Data source is empty for her). I checked already if there is some space sign or any other which limited the search result. She has privilages to application, form, on choice field there is no limit. I've seen everything because I h (...)

(...) Im trying to construct a Workflow using GDPR settings. For the data to be stored im using personal data dictionary. How to configure external Data source s and how to configure the SDK actions to search into the Data source s.

(...) Hi. When I import data from an external Data source and the content of a field doesn't match the data type of the target field (e.g. target field is "Date", but the source delivers a "text") I get an error and the import is aborted. Is ther a chance to "catch" that and set the value e.g. "empty"? Kind regards, Klaus

(...) y bearer token back) but I have no real way to test it in webcon, so I have to assume it´s working. then you still have to set up the REST Web Service connection, then the actual Rest Web Service Data source . but it is not possible to get the actual response layout. I am at a loss. has anyone successfully connected Webcon with Dynamics Business Central ? Could anyone provide some insight (maybe (...)

(...) Hi everyone, I noticed on version 2022.1.2.31 that it can take a really long time to populate the target field of choice field, if the Data source is a web service Data source . In this case the Data source is a REST Data source and the picker field is of type popup search. Once I activated the diagnostic mode I noticed that after getting the picker results (1) the chosen value is validated again bef (...)

Hi there I am pretty desperate as this drives me nuts Has anyone - successfully - used the combination of 1. webcon integrated OAuth2 APP Authentication (APP) 2. REST WebService (or any other way to get data from BC SaaS with webcon) to connect to Business Central SAAS to use as a datasource ? could anyone provide me with screenshots on how to set it up and provide screnshots of

(...) Hello, I have the following scenario: - Webconapps - Data source s > Connections > MSSQL Database > Azure_SQL: I have server name, database, user and password filled. When I click Test, I get "OK" so Webcon can connect to the database. However, when I try to create a MSSQL database Data source and chose the above connection, I get the following error: "Unknown error: The SELECT permission was denied (...)

(...) nted instead of putting Car Type (ID) = 1 - you have to create 'Constant' CarType Sedan with value 1 and so on. Structure like enum would make this easier, and more condensed - instead of having a Data source , and constants (1 app, x app, or global) there could be the enum structure, which should have a possibility to be used as Data source , and it's values as values in for example buisness rules. Any (...)

(...) Hi, I'm trying to update an existing instance or create a new instance with REST API. I'm using api version 3.0 and Postman. I want to put data to choice field, but I know only name from Data source . It's possible at all? I tried to put a value in two ways: "formFields": [ { "guid": "c2e37260-5d57-410e-997c-1f19bb12a4c0", "svalue": "USD" (...)

Has someone met the problem with "Giving privileges" action, after update to v. 2022.1.4.127? Action stopped matching user data on "DisplayName" (COS_DisplayName) or ID that is stored as BPSid (COS_BPSid). Finding user is now possible only by email address (COS_email). COS_BPSid and COS_email are not the same in my case. That seems to be a bug as the log of action suggests that data is searched fi

(...) Hi everyone, for Data source s you can define a common Data source and add child sources for the parent "Superior source". These child sources can then be associated to business entities, which allow you to target different backend system for each business entity. If I haven't missed anything I don't have a similar option for the Connection themselves. This is fine as long as I can use the connection in (...)

(...) Hi, is it possible to manage colors in the graphic - Gantt chart? My "holiday schedule" Data source retrieves data from two processes (remote work at the initiative of the employee and occasional remote work). By inserting the source into the process, all elements are marked with the same color. I would like elements from two processes to be colored separately with a color of my choice.

(...) Hi everyone, does anyone has an idea, why a Data source dictionary would not return all data, also "access data in the context of system account" is checked? I was banking my head on the wall, why the form validation stopped working until I noticed that the lastest workflow instances are not returned by the Data source . The screenshot shows the data from the "Data source s" navigation pane, it's not (...)

(...) Hello, in the "Absences" application I have two processes: Employee file, Holiday request. I wanted to ask you, how do you organize Data source s for such a process? 1. Should the source of data be an employee's file with a list of items that reflects holiday leave limits? In this case, each submitted application should update the parent workflow (Employee file), but I am afraid that over time the fi (...)

At Webcon BPS, on the form's list of items, I have a checkbox field and a second field of dropdown(choose) type. The second filed - dropdown field retrieves data from a data base and allows for adding values outside of the database. The first filed - checkbox field determines whether the value in the second field is from the source or added externally. How can changing the value of the checkbox

Hi all, I was wondering what the best practice is when using SQL queries in Webcon with attributes, tables or views that have different names in different environments. One example is the views. These are automatically generated by Webcon and the name is combined from the process name and the process ID. The process ID is of course always different in the three different environments. This