Ask a question or have a conversation about the Thinkwise Platform
Recently active
Is it possible to hide the lookup popup button when you are in read mode and display it when you are in add/edit mode?And is this also available in the Universal UI?
Hi,I am trying to match a CID (Content-ID) with an attachment of an email that was synced using the Exhange Connector.With other attachments, the filename is in the CID, like in the example below: This is the case with most of the attachments. And when it’s like this I can match the attachments to the CID easily. Because in the exchange connector saves the file name in the exh_attachments column. With this I can show them in the HTML body, since the HTML body contains the CID’s. However, in the image below the you can see that the CID is not having the imagename in it. Therefore it would be very nice if I was able to get the content-description (in this case image2.jpeg), with the CID. Then I can use the content-description to match the image in the HTML body of the email. Can someone help me with this? Thanks!Peter
I’m trying to execute a task through an HTTP POST requestI’m getting a HTTP 200 response, but it looks that the task has not been executed actually.What I'm I doing wrong?See: https://docs.thinkwisesoftware.com/docs/indicium/api
Hi,I have a task that generates an invoice. Before I checked in the sql code some values, and showed an error if a certain value was missing and stopped the code. When this first value was corrected, it could break on the next mandatory value. And so on.. not very user friendly… To improve on this, i've done the following. Process flow is triggered by a dummy task. → a Decision checks if all mandatory values are okido (name, vat, billing address, debtor code). → if not ok, show relevant (ie; say what is missing) message. / if ok., execute task to generate invoice.In general, this is ok; However, if 1 or more values are missing, I want to show 1 message. Example. Scenario 1: message; “Debtor code, vat code, and billing address are missing. “Scenario 2: message; "Debtor code is missing.”Now, I have a process flow that, based on the outcome in the decision, shows a message. But that means (I think) I must create a matrix for all possible outcomes. So, I currently test for 4 values, I hav
Hello I am implementing a http_connector process action which works perfect in the windows GUI but seems to do nothing in the universal GUI.Its a simple call to https://sv443.net/jokeapi/v2/ ( url: https://v2.jokeapi.dev/joke/Any)Indicium_universal is hosted in an azure webappI've attached some images of relevant settings as well as gifs of both universal and windows results. http connector input settings Process flow designwindows gui succes Universal Gui Fail
Disabling multirow task execution is possible by setting the extender 'disable_multirow_select' on a table, which is working fine.But is there also a possibility to set this per table task? Some tasks belonging to a table may be performed for multiple lines, others may not. Can this be achieved with a process flow or is there another trick?
Hi, I want to fill some values in a form on the moment that the user starts editing. I wanted to do this in the default procedure, but this is only executed after an edit has happened and not on the moment that the edit button is pressed (like the layout procedure). Is there a solution for this in thinkwise? Thanks
Hi,Is there an option to have a mulitselect lookup? I have a task where a user can select values in a lookup. I want to give the user the possibility to select multiple values in the lookup field.Is this possible in TW? Thanks,Peter
i’m planning to read (every second) an external webservice.If I query the URL via http (http://some_ip/webservice/_read) the output is:How can i read this http output and store the informations ?Should I use HTTP Connector?
Which headers for an API request are implicitly filled by the SF?I want to call an API and the error message is -4 - Unsuccessful (invalid headers).I also use a header [{ "Key": "x-api-key", "Value": "123"}]. I have successfully called the API with the following headers in Postman. Again there is too little information in the documentation and this costs me a lot of time to figure out by trial-and-error.
I have a procedure B that is called by procedure A.In Creation- Execute source code I do get warning: The module 'A' depends on the missing object 'B'. The module will still be created; however, it cannot run successfully until the object exists. I had changed the Generation order no. on procedure A to 99 and on B it is 100 (Functionality)but that did not do the trick.How can I fix this?
I have a question regarding the decision task. I created a small process flow that needs to execute the create wallet task based on whether or not a variable has been set. (see diagram) In order to get this result I have implemented a decision activity and corresponding process functionality. But no matter the outcome it always seems to execute both tasks. declare @has_wallet bit = 0;set @has_wallet = ( select coalesce(( select 1 from wallet_employee we where we.location_id = @location_id and we.employee_id = @employee_id ), 0) )if @has_wallet = 1begin -- wallet available set @has_wallet_execute_task_create_wallet = null; set @has_wallet_execute_task_create_employee_lunch_transaction = 10;endelse if @has_wallet = 0begin -- no wallet available set @has_wallet_execute_task_create_wallet = 10; set @has_wallet_execute_task_create_employee_lunch_transaction =
More than once we get the request from our clients to have more control on grids where we can preset which columns to show and where the hidden columns could be shown when desired. At this point we have only in the web GUI the following tool from Thinkwise: However, it would be nice to have the option to make presets from within SF/Subjects. Or, if somehow we could create this programmatically. Maybe there already exists a way how to accomplish this? Please advise,thank you,Paul
In a grid screen of a table. I have different tasks to start, depending on the type of record that is selected. So multi-row is not wanted here. Is there a possibility to set the screen of this table or variant to single-row selection?
When using indicium (basic), a user will be locked out after an x number of wrong login attempts.My question:Is it possible to change the number of allowed login attempts? Extended propery perhaps. Can the number of minutes a user becomes locked out be changed? Extended propery perhaps. Can Thinkwise change the message a user gets after reaching the number of failed attempts?Currently the message: “username and password combination is wrong” is NOT correct. After applying the correct password the message stays the same…. One has to wait the number of minutes shown in the indicium log (see below).Ideally the message should read “You are locked out for another 4 minutes because of wrong credentials”Log (example)2021-10-21T13:23:58.2391860+02:00 0HMC4OISQL7AA:0000004A [err] Login failed for 'Klaas.Vaak@home.nl' because the maximum number of failed login attempts was exceeded. Retrying is disabled for another 5 minutes. (26a1e4c9)2021-10-21T13:23:58.3016692+02:00 0HMC4OISQL7AF:00000035 [er
I noticed that, when making a conditional layout, if I specify the condition like this:the relevant columns in the table look like this, where I’d expect a conditional layout to be applied.However, by simply interchanging the columns in the conditionI do get a working conditional layout:What’s going on here? I’d expect the order of the columns in the Condition to not matter. Is this intended, or would you like me to report this as a bug?
I have an API for parsing barcodes, this was the advice from my previous topic. Am I obliged to pass a JSON array if I want to pass one value?Error message ThinkWise:Using process variable Postman:
I've got a subject with prefilters. I have changed some default settings for the prefilters and this works fine… However… Where is this information stored? I can't find anything in IAM (table usr_pref_tab_prefilter_status), nor do I see the information where I'd expect to find it within IAM:Anybody an idea what I'm missing here?
When I use cubes with a time dimension, I often have to add empty entries for a time dimension (e.g. dates, weeks or months). This gives a better view in time. Is there a solution in the model to extend the time dimension with missing entries?
Showing email messages with the previewer is a very nice feature, exept this message which appears before a message can be previewed. In our scenario msg files are saved in a shared network folder.Any ideas on how to get rid of this warning? I hope there is a way to do this, without changing settings in the Trust Center of Outlook/Office.
In IAM it is possible to specify environment specific settings (similar to app.config in C#). See Authorization >> Applications >> Properties. Is it possible to encrypt fields here (e.g. in case of a security token or password?)
Hi, is there something changed in call_web function? When we try to start some websites, for example www.thinkwisesoftware.com we get an error "The request was aborted: Could not create SSL/TLS secure channel." Other websites don’t (www.google.com, www.nu.nl) call_web www.thinkwisesoftware.comon www.nu.nl it’s working fine: c# - The request was aborted: Could not create SSL/TLS secure channel - Stack Overflowor do I have to change something on our server? We have 4.7.2 installed Any idea or suggestion?
Hi,I've made a process flow where users can assign multiple groups to an article. The flow starts with a task (nr 1) with several task parameters, the output values are bounded to process variables. I want to use these variables later in the flow when task 2 is executed.The flow goes through a list of articles, and in the detail tab the user can assign multiple groups (in the step ‘Grid edit’) to that article, with a checkbox.What I want is that task 2 is executed after the user left the grid edit-mode, but at this moment the task is executed immediately after starting the flow.Is it possible to ‘wait’ until the user left the Grid Edit-mode or how do I achieve this?I'm quite new to process flows, so maybe this isn't logically built at all..
Hi,How can I overcome this error that happen on some tables but not all - without altering the current code (i.e. expression fields from the table) or the datamodel:It looks like the query is that is behind the load task has been shortened/truncated/cut-offrgds Ricky
I'm trying to convert some trigger logic to default logic, because I would like to use the 'system versioned tables'. Having triggers causes a lot of records in the history table, which isn't necessary.I'm currently using a trigger to update the 'update_user' and 'update_date_time', and also an update_counter for preventing concurrent editing. I've tried to set up a default which sets the update_user and update_date_time. Problem is that it's only fired when a column has default logic enabled and the value is changed. What I want is that the default is also triggered when the user starts editing. Or maybe after he's done editing. Then I would like to update the update user / datetime. When inserting a record this happens (e.g. @cursor_from_col_id is null), but when editing it isn't.A work around is passing all table columns to the default, but I don't want this because it's unneccesary and a performance killer.Any suggestions on this case, preventing unneccesary records in the history
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.