Ask a question or have a conversation about the Thinkwise Platform
Recently active
But when is it going to be supported?
Currently when testing development (SF) the Web GUI, my colleagues can log in using their domain account (COMPANY\User). Even if they are not defined in the SF as User (Settings > Users), they're able to log in.Now we also want the same users have access to a Universal GUI environment, but unfortunately they cannot login. Is there something we have to allow/add in the SF/IAM?I notice that they can log in on the Indicium service, but cannot do particular calls which for example the Universal GUI uses when logging in.I.e. http://localhost/indicium/iam/sf/i_ui_usr gives a 404.When logging in using a developer account I see this:When logging in with a non-developer account this is the Chrome log:It looks like the login succeeds (204), but there is something with permissions I guess due to the 404 on i_ui_usr.
Hi All, I print a report, and that is all ok. However, I want to print a report with some language settings. So, I want my report to do the following: I give the parameter account_id to the Report Based on account_id I want SF to check in a table Account for the Language_id Set this language_id in the Field 'Language’ in the print prompt. I've been trying for quite while, but somehow.. the lookup fails. Is there someone out there to shine some light in this dark world? Thanks,Alex
I was trying to use the Microsoft SQL Server system data type Hierarchyid. This data type is extremely useful for data that contains some kind of hierarchy. For example multi level BOM structures. However, when I set up a domain as a DTTP my context couldn't handle it and later on the mobile GUI wouldn't even start since it couldn't handle this data type(said the error log). My question is if someone can confirm that this data type is not supported by the GUI's (Web, Windows and Mobile)? If so I will submit an idea with further explanation why I think this is a useful feature. See this link for more information about the data type: Hierachyid
When I was downloading a new version of the Windows GUI I noticed that it allowed me to download 2 options, a full and minimal option. What is the difference between those 2 options?
We are looking for system requirements regarding the Universal GUI. Do they exist already? If so, where can i find these?
When using the Universal GUI, a tsf_send_message execution from a task shows the following message: "Stage task commit failed. Error: unknown_error_occurred”. When i use the same task in the Web GUI, it shows the message i'm expecting: “Invalid quantity, there are more quantities delivered then ordered".The response headers contains the following data (decoded string of TSFMessages):{"MessageType":"ApplicationDbMessage","RawMessage":"<msg id=\"purchase_order_line_not_deliverable_invalid_quantity\"></msg>","MessageID":null,"NamedParameters":null}The "msg” element is sent with the right data. The returned status code is "500 Internal Server Error”. Any idea what causes this problem?
When exporting data to Excel the character “&” is being shown as “&amp;”. This is done by the button “Exporteren” in the toolbar of the Windows GUI. Can this be fixed please?
I'm using a task variant to hide some fields in the form when executing the task. But when i execute the task in Universal GUI all fields of the task are still visible in the form (even the indicated hided fields of the variant). The task button is linked to the right task variant. When using the task variant in the Web GUI, the hided fields are hidden (what i was expecting).Any ideas why this isn't working in Universal GUI? Are task variants not implemented in Universal GUI yet?
hi all, I was wondering, can anyone shine a light on this. I have a record (shipment - saved). I edit and add a Ship. This ship has some info like time of departure. These field are displayed in my Shipment screen as Expression fields. However, when i Edit Shipment, with the looking glass Add a new Ship, insert this… the expression fields remain empty until I save the shipment. Is this the normal flow of things? It happens in both web gui and windows gui. I of course would like the fields to be refreshed after inserting a new ship and connecting it to my shipment (so without the save). Who knows?! Alex
To ensure that no duplicate values are entered in specific columns that do not participate in the primary key, you can create a unique constraint. A unique constraint automatically creates a corresponding unique index. Does the SF also give this option?
Does anyone know if it is possible to add a static layer to a map?With a static layer I want to be able to mark an area that is continuously visible, but has no link with the records in the table. The layer must therefore remain visible regardless of the records in the dataset.
Does anyone knows about a strange behaviour of the calender scheduler tool after the upgrade from the 2018 SF to the 2020 SF.See the screeshots below. The 1st screenshot is our production server. Application generated with the SF 2018.2The 2nd screenshot is the same function generated with the SF of 2020.2.The resources are now columns in stead of rows on the left hand side.The tasks are now columns.The time is transformed to row, which normally are the resources.And normally the time was horizontal - as a zoom-in of the date.But now the date and the time are become columns and rows?
Does anyone can help me out, starting my end user application ‘against’ the SF.I’m testing the upgrade from the SF 2018 tot the 2020.2 version, but I’m really struggling starting up the end-user APP ‘against’ the SF.In the 2018 version we have several INI files and in 1 of them metasource = sfserver = nlveksa-sql-01database = saan_sfruntimeconfiguration = nullauthentication = mswindowsproject = SERPprojectversion = nulllanguage = nlexecutionmode = developerI read the blopost but this don’t give me a clue how how to accomplish this.I read about the runtime configuration but I don’t see a solution to start the application ‘against’ the SF.I tried a (according the old fashioned way) a new INI and a new shortcut (refering to this new INI) with the following settings.metasource = sf rdbms = SQLSERVERserver = nlveksa-sql-01project = serpprojectversion =nulldatabase = saan_sf_testlanguage = ENauthen
Is it somehow possible to receive a ‘push’ message via Indicium? E.g. when there's a new file available that a client could download.For example when having a (C#) Windows Service that gets notified when there's new data available which he can download and process further, instead of continuously pulling for new data.
Hi all,Been fighting the resource scheduler now for a few days on the Web gui. Not all going as smooth as I hoped it to be. Current issue is: I have a resource scheduler that displays a few rows. I want to create a Task button that opens another table as a popup.Is this possible on web from the resource scheduler? I can’t get it running… Alternative: I could try a workaround with a popup screen type, but same same, I can’t get this running in the resource scheduler. Any thoughts on this? Thnx! Alex
Hi, SF version 2019.1 I want to make a scheduler for a project. But i get a error when I start the GUI. I filll out the mandatory fields for the resource_scheduler I use the right variables. With assign to subjects i try for order and for shop. But i get this error And for the visual left side shop and on the top of the scheduler order. Suggestion or help? Many thanks in advance
how can i set the focus to filter in a look-up
Hi, I was wondering what is the best way to deal with timezones? I noticed this comment: https://community.thinkwisesoftware.com/ideas-18/translating-domain-elements-556?postid=1643#post1643As an ISV our customers are in different timezones. We currently deploy the application via Azure where we use 'UTC' time. But that isn't the locale time of the user / customer.We currently only use time for 'inserted on' and 'modified on' and 'print date' for reports. The times the user sees should not be UTC, but its local time. I was thinking about storing the offset/timezone (sys.time_zone_info) in the customer database and use a helper function to display the local time (bit like https://community.thinkwisesoftware.com/development-13/is-there-an-easy-way-to-let-the-sf-handle-timezones-for-one-server-1124). For now that should be sufficient expecting all customer employees being in the same timezone.Input wise we currently don't have any case of saving time-information, but I was wondering if an
Does anyone know if it’s possible to design a list view with for example a row height of 120 pixels where the memo fields in that list are line wrapped.I now see only one line furthermore only the first part of that line.With an alt_enter in the memo field I also don’t see the next line, even if the first text is really small.
I'm trying to get a response from a webservice, located outside our organisation. The site is secure (https), but other than that, the piece of code (dbo.make_soap_http_request in this case) is doing the trick on an internal webservice (http, not secure, Navision webservice).The parameters (url, username, password etc etc) used when executing the instruction below work fine when executed from my or another desktop (no special certificates installed by our IT department) when using SOAP-UI for example).Parameter @http_uri below contains an URL to a secure (https) site. exec dbo.make_soap_http_request @http_uri , @http_request_method , @soap_request_body , 'http://gateway.integration.volvo.com/soap/1_0/WsMqServices/processMessageRequest' , @username , @password
When I execute the task “Synchronize to IAM” I get the following error:Synchronizing could not be started. User 'Rene W' is synchronizing project 'PROJECT', version '123.4' since 2020-08-31 13:50:09.How can I fix this? The project version is new and I cannot remember that I've started synchronizing before.
Is is possible to refresh a document when switching between tabs (in the web gui)?For example when switching from Functionality to Domains, Domains should be refreshed (when not in edit mode).
If I look at the ‘feature matrix’ in TCP, the TOTP-authentication in not available for Universal.I think Universal will first replace mobile and web. When could we expect this feature?
So I’m wondering what do you do to get a grip on the SF DB - would love to hear from you what nifty little secrets you do to keep things running smoothly and in tune…The current size of our SF DB is going to pass 100GB anytime soon.What is your size of the SF DB, and how do you maintain it?Do you keep letting it grow or do you drop stuff like branches or projects into an archive or something else maybe to keep the db from growing (too fast)How many branches and projects do you keep track of in the SF DB and do you just delete them when it has reached a certain age or?Do you have import/exports scripts for items ( i.e. projects or branches) that you’d like to share? Do you (re-)import the exports before doing an upgrade and then export it all again and drop the ‘archive overhead’ to make sure you can always ‘reload’ a situation as it was before?How often do you run your statistics? Every new branche or every new project or everyday or three times a day or after every merge or maybe afte
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.