(...) It would be great if an option would be added to place the field name above the picture field, like it is avAI lable for the 'multiple lines of text' field. The attached picture shows an ugly mockup of the result. Most pictures I have seen are rectangular instead of square, so the default value would be above. Implemented with 2021.1.3.163 Thanks, Daniel
(...) people need to export data from an SQL-Grid to Excel for data-verification. Unfortunately the export to excel only allows exporting the header + 999 rows of data - At least i couldn't find a way to rAI se the limit. It would be very helpful to get a parameter for a variable maximum row count for the Export in the SQL-grid configuration. Thanks!
(...) y to define additional class attributes on the path properties would make the styling easier. The custom styles could be defined in the new html-field (for every process we would have to define it agAI n) or much better, let it define in the themes editor! Update 06.04.2021 Apparently is now in back-log https://community.webcon.com/forum/thread/404/15
(...) guys, I've I some suggestions for the task management process : 1. Add reminders configuration for tasks * possibility to define reminder templates:list of reminders: WHO, WHEN, MESSAGE, channel (emAI l, sms, other ?) * you can attach reminder templates to each type of tasks (workflow steps) 2. Add escalation configuration for tasks * possibility to define escalation actions. Good to define escala (...)
(...) Hi everyone, does anyone has an idea, how to create a timeout for existing instances? The workflow wAI ts in a system step until the date of the timeout execution is reached. Unfortunately the insert condition was wrong, so all instances will wAI t there forever. One option would be to define an invisible path, which leads to the same step to trigger the timeout agAI n. I don't like this approach. In (...)
(...) Hi, just a simple, easy request - can you please add a usefull code editor to SQL rules, JavaScript rules and HTML fields detAI ls ? Sure, one can copy paste the code from external editors, but it takes time, having an embedded editor would be a great feature.
(...) is posibility to prepare Gant Chart in HTML attribute? I mean off course Gantt charts in Modern Webcon BPS, because we wouldlike avoid to built new app on classic SharePoint, where gantt charts are avAI lable.
(...) b','clientSecret':'*','impersonation': { 'login': '*' } }", Token_Response = Json.Document(Web.Contents(api_url, [ RelativePath = token_path, Headers=[#"Accept"="application/plAI n", #"Content-Type"="application/json-patch+json;charset=UTF-8"], Content=Text.ToBinary(Content) ] ) ), access_token = Token_Response[token], AccessTokenHeader = "Bearer " & access_to (...)
(...) It happens that special privileges have to be applied on workflow elements, dashboards or views. Unless we work on a system with different test users, it is quite difficult to check whether a certAI n user really has access to right artifacts or not. Sometimes i also get support tickets from customers telling they would see or not see artifacts. As an administrator oder system administrator it wou (...)
(...) ton to the modal dialog so that you can easily go through the rows. 2. No fixed height for modal dialog. The max height of 400px makes it quite hard use the modal dialog. It would be better if the avAI lable space is used. I already added a style overwrite for this. 3. If single row editing is used it would be better to display the icon on the left instead of the right side. Depending on the width o (...)
(...) Hello agAI n, Is there a possibility to add an HTML Button to a dashboard, which leads to another dashboard? I Implemented an simple button, but when I add an href with the URL from dev system and import this version on prod, it doesn't work anymore, because the URL doesn't match anymore. Greets Georg
(...) ble "Use proxy" in System settings I get the following error: Request Url: https://test.findynamic.com/iris/credit-card/api/buyers Response Code: MethodNotAllowed (405) Exceptions: Rest service call fAI led. Http code MethodNotAllowed (405). Inspect log to get more information. If I disable this setting, I get this: Request Url: https://test.findynamic.com/iris/credit-card/api/buyers Response Code: (...)
(...) Hey all, agAI n I need your help. Do you know any possibilities to create a new user when you register with the new openID feature? For example, a new user register over openID. After redirect the user has no access to the application, because he only exists in, for example, azure ad but not as a bps user on the plattform. I hope my question is clear enough =) Greets Georg
(...) Hello all, agAI n its me =) Do you have any idea if I can change the lable of the attachment? Somehow its always in English, but customer wants it in German. I added a screenshot, that you understand what I mean. Greets and have a nice day, Georg
(...) low I'm using as conditions having the candidate name as not null and a flag set to true and i'm using this as an execution condition with the following SQL: if exists ( select 1 from WFElementDetAI ls where DET_WFDID={WFD_ID} and DET_WFCONID={WFCON:1726} and isnull({DCNCOL:119}, '') '' and {DCNCOL:118} = 'Yes' ) select 1 else select 0 But it doesn't trigger my subworkflow. Does an (...)
(...) copying into is a Person/Group one and it doesn't get the value. I'm using the following query: select '{WFCONCOL:1769}' as {DCNCOL:105}, 'Requester Manager' as {DCNCOL:104} from WFElementDetAI ls where DET_WFDID='{WFD_ID}' and DET_WFCONID={WFCON:1652} with the unique value set to be the row identifier Anyone with ideas? Thank you!
(...) rmdata is kept in a json property called liteDate.liteModel as a json-object as you can see when calling /api/nav/db/{dbId}/app/{appId}/element/{wfdid}/desktop I guess that this liteModel must be avAI lable via javascript. I'm wondering, because there is this form from the offical 2021 release paper (see below) with the nicely presented workflow steps on top of it. And I believe that this a Html (...)
(...) re we can configure some informational text (e.g. as header/footer) and of course one or more fields as parameter. The configured parameters we then can use to execute an action. The dialog could contAI n a cancel and a okay
(...) hedule for the employees? My client has many different shifts for employees and I was thinking of presenting the data with the mentioned process. Any ideas would be appreciated. 2. At this point my mAI n problem are the colors presenting the vacation type (which in my case would be the shift). The Vacation Type data source has only 6 avAI lable colors. I need more than that. Does anyone know if we ca (...)
(...) icker fields are usually based on datasources, it would by great, when the api would be extended with methods to query datasources. There should be at least two methods: 1) getting a list of all avAI lable datasources (overall / by application) 2) query a datasource with a filter. To make it easier, the filter should be passed in as query string