Ask a question or have a conversation about the Thinkwise Platform
Recently active
When I change the default active view type for the resource scheduler (extender) to ‘Full week’ (see below), the GUI adds and opens the scheduler. When I use ‘Work week’ as default, it works fine. I also downloaded the latest GUI 2022.2.15, but it has the same result. Is this a known issue?
I am trying to upload a file using a simple task with a input parameter using the file upload control. Using the windows and webgui everything works fine, but in the universal gui it does not. I tried to use a file system and ftp storage location, this makes no difference, the universal gui fails. Sometimes I receive a file_upload_not_finished error, sometimes the second error shown below. In case of the second error and ftp storage there is the following entry in the error logs:[ERR] Failed to get E-Tag for file path ftp://ftp.****.nl/test/2022-0267.xml. (88ca394d) Currently using:Indicium 2022.2.15Webgui 2022.2.14Windows gui 2022.2.14Universal gui 2022.2.14
We wonder if there is a way to show the data in the grid horizontal fashion .This is how we do it nowgrid vertical We want to show the data something like this :horizontal grid
Every now and then we see a prockees.exe process active which seems to be part of indicium.Can anyone tell me what this thing does? It also seems to start on a certain trigger, but we are unable to determine what trigger that is, because it’s not always active.It also looks like there is only one prockees process active per server although we are running multiple indicium services per server. Does this impact the service due to the prockees process not being bound to a specific service (i.e., performance or environment separation).Thanks in advanceRicky
Hi,we plan to automate our DTAP deployment via Powershell in the future. For this, we need to authorise ourselves against Indicium. Normally, this is done by forwarding to the login page. However, since the process is to run without user interaction, we would actually have to pass the required credentials via the Authorize call.Unfortunately, I could not find an example for this in the documentation. Can someone explain to me how best to implement such a scenario?
Hello everyone,We'd like to get user details in our application. This means, that we'd like to be able to link an IAM user to an application table. Say, we have an IAM role "driver". This role can log on to the application. The application has a table "driver" that links drivers to trucks, cargos and what not. In order for us to filter data for that driver specifically, so that the driver doesn't see other drivers' details. How would we set this up?As far as we can see, we can call tsf_user() from within the application. This results in a GUID. But this GUID can't be traced back to any IAM user "out of the box". There's no username, email or anything recognizable. Are we overlooking something?Best regards,- Alex.
Hi,My objective is to have Next task button in each form with fields to enter, after clicking Next button, data will be saved and move to next page. So i came across this question in community and tried to follow it.So i created a table with fields and at least an identity column and current_step (int domain) column. Made three self references. No fields are mandatory except identity column. While running the creation, validation throws error message. How to properly define the self referenced table and make this scenario work? Please advice. Validate error messages Variants assigned for each reference Process code group for table taskif @current_step=1begin update ce set ce.current_step=ce.current_step+1 from container_employee ce where ce.container_employee_id = @container_id and ce.current_step = @current_step select @execute_tab_task_container_employee_activate_detail_container_employee = 1endelse if @current_step = 2begin update ce set ce.current_step = ce.current
Can someone help me with setting up the HTTP-Connector with a form-data type API? Is there an example? Normally I set up a raw JSON body, but now the API is expecting different input. I attached a Postman printscreen which is succesful and what I need in the HTTP-Connector. I have read 2 other topics about this, but none gave me a proper solution of how exactly the input of the HTTP-Connector should look like and what data-types should be used in the Process Flow.
How can i delete an appointment (execute task) ?
Hi all, i've got some strange behavior with the current setup:1 universal gui connected to 1 indicium api, connected to 1 IAM database. using the following (example) urls:https://web01.example.com/indicumhttps://web01.example.com/universal In the IAM database there are 2 configured applications, which are created from the same project and project version. See below, and note the different server and databases: When we login into the UI, select app_1, and open a menu item, resulting in the load of data in a datagrid, (loading data from a table in database A)and now, select app_2, open the same menu item. I would expect that the data would be loaded from database B, except this is not the case. We still load the data from database A.If i connect a windows GUI to this iam, it is perfectly fine to have this configuration. And am able to load the data from both database into separate tabs. Can someone confirm that this is indeed intended behavior of the universal UI, as this would mean i h
I have a question about issue https://community.thinkwisesoftware.com/questions-conversations-78/configure-the-size-of-popup-windows-1284When I look in the SF, the popup window for the taskboard and the work overview (open selected work item) is much larger then the default popup size. It looks like standard screen types. How is this done?
We have a problem using radio buttons. We want to show it on a FORM in Universal GUI, but only the first 2 options are shown.Situation:- domain created with 6 elements (data type INT)- table field added with this domain- created screen with FORM element on itWhen displayed in the Windows GUI, all 6 elements are displayed.When displayed in the Universal GUI, only the first 2 elements are shown. When "playing" with the size of the screen (responsive) in the browser, the position of the field does shift and the distance between the 2 radio button options, but consistently only the first 2 elements are shown.Does anyone have an idea what could be causing this so we can fix it?
Using Indicium Universal, I am trying to update two values through a view using a PATCH request. The view in question has two columns specified as PK and 3 additional mandatory columns, all of which are supplied in the request body. However, every time I execute the request, I get a 500 Internal Server Error response, and in the Indicium logs the following exception;System.ArgumentException: Invalid key segmentAs far as I can tell, all mandatory fields and primary keys are present in the request body and I am confident the URL is not missing any required segments (https://<server>/indicium/<app_id>/<app_version>/<view>). I have also tried including all the columns of the view in the request body and only updating the values of the columns to be updated, but that also resulted in the exception. Am I missing anything? I am not quite sure what else I could be doing wrong or what other issue there could be that could result in this exception. Thank you in advance!
Hi, how can I achieve this workflow?user clicks on task user selects a .xml file as parameter user executes the task write logic behind the task which inserts some data into tables based on the information given from the .xml file(used for Web GUI)If not so clear let me know. Thanks!
……..
1.kantenbreken 2.lassen 3.snijden 4.vormen 5.zetten 6.laskanten this is operation_Id (checkbox) and 5.snijden/zetten 6.zetten 7.snijden/vormen 8.snijden 9.snijden/vormen/lassen 10.snijden/laskanten 11.snijden/laskanten/zetten and this is workchain_id (workchain_id) when I select multiple choice like(snijden/vormen/lassen) in checkbox In workchain_id it should select default example like: snijden/vormen/lassen select w.workchain_id from workchain w join workchain_operation wo on wo.workchain_id=w.workchain_id join operation p on p.operation_id=wo.operation_id where p.operation_id= (select operation_id from operation where operation_id=3) this query is working in ssms and In gui its not working Guys you know any solution for this
Hello, is it currently possible to search in the ‘code search’-field with a regex? I would like to query all control procedures where there is still ‘hard’ queried on a integer id, like: where production_plant_id = 1I want to search not only for the production_plant_id fields, but all ‘_id’-fields where %‘_id’ = [0-9]%. Is this possible?
In the Universal GUI, when are tabs shown and when not?This screentype it translated in not tab-headers for the 2 components on the left, only the one on the right shows a tab-header. And if not supported, when will this be supported?
while sending a email with an attachment in Smtp connector work action in a process flow , we are getting file location but in file data it showing (system byte) , how to get file data ?
hi,We use http connectors to get data from 3rd party API’s and we have the account info (username/password) stored in the database, and use this with process variables in the processflow http connector:So now, when a user starts the process flow monitor while executing this task, the password is shown in plain text. The domain of this variable is a password control, so why is this shown? Any idea how to fix this security issue?
HiWe’ve created a Task under ‘email Table’ that will send email & document as an attachment to the Receiver email id when over email_status=’open’ in the Email table. Task(send_status_email) which sends email with attachment Process Flow Design Page When we Start that task to send email - In The process Flow Monitor 1st time the process action are Excutes in this way start_tab_task → decision → decision_attachment_to_disk → write_file, After the write_file Process Action ,an infinite loop will run which always then Go to process action (decision_attachment_to_disk → write_file) from where the process flow Nevers Go to the Process Action SMTP_Connector.process Monitor windowSMTP_Connector Input ParametersProcee Action - Write_disk file input Parameters Need Some Suggestions from some expert who can help to complete this Task.If this information is not sufficient ,Please free to reach me .Regards, Sujit
Hi,We have few domains with all Upper case and Initial Caps as case types. It works as expected in Windows GUI, but when i tried to add new row through Universal, the data is not changing to Initial Caps/Upper case based on domain case type. How do i make it reflect in Universal? Please advise.
We have an item database with about 50.000 records, limited to 200 records (we need 200, this cannot be lowered for better performance) a lot of records contain an image with the varbinary database storage method. I am unfortunately not able to test if the images are the cause of the performance lag, but i am quite sure, because within seconds there are 100's of mb's used when viewing the item table (other larger tables with just text cause no problems). The problem only occurs on the windows client not on universal, and the problem is exaggerated on wifi or vpn because of the mb's that are transferred to the clients. I have tried to hide the image column (the one for viewing) but the performance dip stayed. Almost as if it is slowed by the existence of the image blob varbinary column. Is the system perhaps trying to show the full images instead of smaller thumbnails? is there a way to limit the mb usage while viewing the grid?
We have a domain which looks like follows: In the GUI this is shown as: How can we limit this to 10,93 in this case eventhough our database holds a more specific value. I am aware there are multiple domain controls which can be used. Numeric, percentage and currency have been tested, however this did not do the trick.Plan B, is to add another column with a scale of 2. But we are trying to avoid this if possible. Does anyone know if this is possible?
We want to create a flow where the end-user can enter a new record. There is a main form and a task bar at the bottom. A menu item is available which starts a task and a process flow. In the process flow the record for the main form is created, the document opened (table variant), the row is set on the new record id and edit modus is on. In Subjects » Settings the auto-save is On and in the screen types » Settings (Universal) Hide Main action bar is On. However, it seems that the task buttons are not available (active="false") when the form is in edit-modus. In the old version of Universal the task buttons were available. Do you have any idea what has changed to make this feature stopped working in our application? Old version: Universal GUI 2022.1.12 b1.0 New version: Universal GUI 2022.2.15 b1.0 (Platform versie: 2022.2)
Already have an account? Login
No account yet? Create an account
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.