Ask a question or have a conversation about the Thinkwise Platform
Recently active
We were trying to create a synchronization script for the Application Model and we noticed that it is not creating lines with “exec sync_transl_nav ...” for language other than ‘NL’. Since we do have lines with “exec sync_transl_full ...” for all our languages that are defined in Software Factory, we expected this as well for the transl_nav. We thought we have already fixed everything for the newly added language based on the ticket: but we still see problems for the Tree Menu and Toolbar What can we do to fix it?
Hi. I've updated the platform to 2023.1 and I noticed that alle models (projects) now have the Windows and Web platforms added (only created them with Universal). How do I delete them again? The delete functionality is turned of for these new entries. And is this a deliberate action?
Hi,I would like to process some json content. The code I have to process it works quite well, except that I do not know how to access the file in the gui. I currently have a task, with a file upload and a Functionality. This func. writes the json data into the db. However, instead of the contents of the file, it tried to process the filename, not the contents. Also, I would like to handle the file without uploading and storing it in Azure, since I do not need the file afterwards. Any guidance in this would be very welcome. Thanks, Alexander
Hi all,For a task I want the column width to be increased since the text on the right side is not fully readable. As you can see in the second image, the windows GUI does increase in size. Increasing any width for the task does not work. Is there a set max width for task columns in Universal? Or is there another way to increase the length of the task columns?Kind regards
Hi everyone,We want to run our end application with Indicium running as a service without IIS, it’s default available at port 5000Is it possible to set it to another port as it may conflict with other services.
Hi, The field with password control was created to store password , its working as intended in GUI. However the password is visible in Universal after running creation and syncing with IAM.GUI Universal https://docs.thinkwisesoftware.com/docs/sf/domains#password-control-fields Please guide what needs to be done.
Hi, I saw that someone asked this question previously, but that person also created a ticket. Can you help us why this error appears? The system is also very slow this day, so my presumption is that some records were locked (and it was slow) and some other processes already asked for those records.
I am having troubling setting up a http connector to pass a variable to my system flow. It is not working for me with either Thinkwise or insomnia. I made a system flow to make a certain process a true background process which is called by starting a system task to http connector in a process flow, that in turn starts the background system flow, this is all working fine. The only trouble I am having is I am a bit lost when it comes to setup the variable handoff from the process flow to the system flow. I have tried sending the content with and without wrappers (although insomnia give error 500 with the wrappers, 204 without). I have enabled deeplinking for the variable in the system flow. I am at my wits end. I am using a task in the first process flow to fill the parameter: api_content_input ( i am filling with just 1 employee_id) then sending it to the http connector. Then in the system flow i am trying in the first process to pick up the api_content_input variable fill @employee_id
Hi, I’m running into some things with Indicium I don’t understand. We have some dev environments - all copies from each other and we want to use an API for a patch-request. We have an All Rights users. Every environment has its own Indicium. In 1 everything works fine, in 1 some columns in Table Item give a 401 or 403, but table Activity works fine. But then in number 3 Activity throws a 403 but Item is fine. So, it feels a bit random. All have the same version, upgraded to last versions of Indicium. A GET works fine, a Patch is denied. I have no errors in the Indicium log. How can I debug this? And, what can cause this? Any guidance would be appreciated. Thanks, Alexander
A customer of ours accidentely upgraded their handheld scanners from Mobile GUI 2021.3 to the newest version.Now the scanners no longer work, but we cannot locate the APK files to downgrade back to the 2021.3 Mobile GUI.Can anyone pointus to the location of these APK files?
We recently downloaded the Windows GUI 2022.2.16.1. When we are now changing a checkbox in an editable grid (row by row), the first click only results in selecting the row (focus). We need to click again to get the checkbox checked. In our previous GUI (2022.1.18), this could be done with one click. Is there a reason for this change? Or is there a solution to prevent an extra click?
Hello everyone,We're experimenting with the API functionality and its OData query possibilities. We have a situation that we can't seem to get "right" though. Let's consider the following situation:Table "car"Table "driver"Table "car_driver"Car_driver obviously is the linking table between car and driver. To query that, we need to "expand" the relation, as explained in the documentation. So, we can do like this:https://our-fabulous.thinkwise-app.net/indicium/iam/our-app-id/car?$expand=detail_ref_car_car_driverto obtain the car and all ID's of the drivers, orhttps://our-fabulous.thinkwise-app.net/indicium/iam/our-app-id/driver?$expand=detail_ref_driver_car_driverto obtain a driver and all the car ID's he or she drives. Both queries can use an addition filter and other goodies.So, how do we "expand" our data model, so that it gives a car with its drivers in one go, or all drivers with their cars in one go? We can expand one level, but not beyond that. What do we need to do, to hop over a
I wanted a task to let the user fill out some information as long as that information has not been provided. Each time they login they would get this task but as soon as the information was there it would no longer popup. To achieve this I found this topic: Open a screen first time and ignore it the next timeHowever in this topic one of the answers was:"I'm not sure the suppresses message will work in all (future) GUIs." hereSince the topic is more than 2 years old I started thinking of a different solution.The condition to show or hide the task is does the employee table have a record that contains the login user.dbo.tsf_user()1. Create task 'provide_user_information'This task asks for the first name, last name and email address of the employee. The task does not require confirmation, neither does it contain a template 2. Create a process flow 'provide_user_information_once'This flow solely consists of the task 'provide_user_information' 3. Create a layout for the task 'lay_provide_u
Hi,I'm trying to apply a conditional layout on a column containing a “best before” date.I hope to mark it red when the best_before < CAST(GETDATE() AS DATE) but CAST(GETDATE() AS DATE) obviously isn’t a constant…When creating prefilters I can use a query but that doesn't seem to be an option for conditional layouts?For now the only solution I can think of is adding an additional column (expression) that contains the beforementioned CAST(GETDATE() AS DATE) and use that column.It works but I'm not 100% pleased with this workaround 🤔
I am unable to fetch users from IAM over indicium which have a special character in their name like a domain user. In such a case indicium returns: "Invalid OData URL".An example URL:/usr(tenant_id=1,usr_id='DOMAIN_NAME\\useraccount')However without a special character (backslash) it does work as follows:/usr(tenant_id=1,usr_id='IAM_USER1')How do we escape special characters in such an OData Indicium request?
Hi,I’m trying to move a file to another folder after importing the data. However, I’m getting the error: ‘An unhandled exception occurred while processing the request. (ffba027a)System.NullReferenceException: Object reference not set to an instance of an object.’I’m filling the following parameters in the ‘move file’ process action:Process action settings:Storage location: C:\ThinkwiseSoftware Tools\File_storageInput parameters:Source file (pointer): C:\ThinkwiseSoftware Tools\File_storage\Boost XML import\file123.XMLTarget file name: C:\ThinkwiseSoftware Tools\File_storage\Boost XML import\done\ What do I do wrong here?
We have a filter issue for a non-reference field with datatype NUMERIC. The filter condition set in the SF doesnt reflect the filter in the GUI. In the SF ‘equal to’ is set to filter condition, but in universal it keeps showing up as ‘bigger then or equal to’. When set to ‘equal to’ in the SF, we would like to see a combobox populated with all existing values in the table.
Hi,For our project, we want to implement a dashboard having all employee names in the form of tiles. When clicked on it, the details will be seen.Can we have data in the form of tiles?Please guide.
Hi everyone, we’ve been using the ODATA API for quite some time, but recently we’ve ran into a bit of a limitation. It seems like the Odata API does not support SKIP & LIMIT, which are necessary if we want to build pagination in the application we’re building. The only option right now is to use TOP as a initial limit, but that does not scale well when working with large & increasing datasets.
Cursor_to_col_id does not seem to be working in the grid while adding a row. We are using the Windows GUI version: 2022.2.16.1.As you can see the cursor is always on the first field. The first field is an image combo.Is there something I can do to make this work?
Hi Team,I have a process flow which send email with attachment(multiple attachment are separated by semicolon)& file_location when ever any email_status is open.When I run that task to send email - The process Flow 1st run the process action - excute_tab_task then move to → decision → decision_attachment_to_disk → write_file,After the write_file Process Action ,an infinite loop will run which always then goto process action (decision_attachment_to_disk → write_file) from where the process flow Nevers Go to the Process Action SMTP_Connector.Here I attached both Process Flow Design & Process Monitor windowCan anyone suggest me ,how to move SMTP_Connector Process action Also attached the functionality which written under process template attachment_to_disk.I have attached input parameters for wite_file Process action If this information is not sufficient, Please free to reach me i am waiting for your ReplyRegards,Sujit
How can I make the mailer use one different email address in Outlook than my default email address. Have already tried reply_to, account, Is there any other parameter I should use?
I want to select more than one value as an input for my task parameter Something like this:
Hi, I have used the following guide to create an api call to my Systemflow in Insomnia.This works like a charm, the system flow is working and callable. I am now trying to setup another process-flow that uses a task to start an API call to the system flow, but I am getting the following error: The remote server returned an error: (411) Length Required. I have to admit my knowledge of API's is very limited, I tried to setup the http connector with the same settings as I used in Insomnia. As input for the http_connector i have the following input: https://[server]/indicium/iam/clevrr_test/test_api_system_flow (same URL as the working one in insomnia). Http method is set to: POST. I have tried to use authentication username + password as well, but that does not work. Do I need to send empty content? Is there something Insomnia does, that is not done automatically by the http_connector? What am i missing? Tnx in advance.
How do I use the expand functionality in indicium? Whatever i try i always end up with invalid odata url. I tried creating an expand statement based on the documentation, either the documentation is incorrect or I am missing something here. https://docs.thinkwisesoftware.com/docs/indicium/api#expandthe community wont allow me to add the link I use so i added a picture. I tried on tablename, id name, lookup name. Nothing seems to work.
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.