Recently active
Hi team, I tried to delete entry using built-in service DeleteStreamEntry given the entry id, but it looks like this service did not delete successfully, the entry is still there. Is this an issue or any workaround to resolve this problem? Thanks.
In mozilla firefox browser of computer moniter, thingworx composer is showing in mobile view in mozilla firefox browser of computer moniter. How to change it. I attached screenshot of it.
I am writing a custom service to a Data Table to update the data table with the count and summation data from another data table. Input to the service is an infotable DowntimeData which is the infotable from QueryDataTableEntries service of another data table and below is the javascript code. When executed the Error message as in the subject is displayed. // result: INFOTABLE dataShape: ""var Category = Things["DowntimeCategoryDataTable"].GetDataTableEntries(); for(index = 0; index < Category.rows.length; index++) { DowntimeCategory = Category.rows[index].DowntimeCategory; // Provide your filter using the format as described in the help topic "Query Parameter for Query Services"let query = {"filters": {"type": "EQ","fieldName": "DowntimeCategory","value": DowntimeCategory}};var params = {t: DowntimeData /* INFOTABLE */,query: query};var result1 = Resources["InfoTableFunctions"].Query(params); DowntimeCount = result1.rows.length;DowntimeDuration = 0;for(x = 0; x < res
in organization page, how to disable copy & pasting functionality in password textbox.
Hi Team, I want to insert entire data from csv to Table using Bulk Insert, so that entire data from CSV goes to Table by connecting one time to database , please suggest is there any option in PTC Thingworx Regards, Datta
Hi all, I want to get rid of manual import/export from dev to qa/pro. Is there any way by which I can complete these kind of migration automatically? Thank you!!
I need to return a string of words without using comma and in output every word should come in a new line. Is this doable? For example, "äpple mango strawberry guava"
I face the same issue but I don't know how to resolve it. the Thingworx is installed in my computer: http://localhost:8443/Thingworx/Composer below is Kepware and Thingworx configuration:
Hello, quick installation question. I am installing Thingworx 9.2 for Windows / MSSQL / and I want to know what the main difference / benefit is between the Platform and Foundation Version of Thingworx for MSSQL Most Recent Datecode installation version? I have downloaded and installed the Platform version and working through the Java / Tomcat / SQL configurations using the PTC guide for manual installation Method, and I am wondering if using the Foundation Installer <ThingWorx-Foundation-Installer-mssql-windows-9-2-1>would simplify the installation? This is my first time installing Thingworx and wondering if anyone has some tutorials or updated documentation on the process. Thanks again,
I have several lists of things that I want to assign visibility permission to a certain level of my organization In this case MyOrganization->Root->Th->TT 1 and console user group to the runtime permission: How can I do it programatically? There is a snipet for run time: var params = {principal: undefined /* STRING */,allow: undefined /* BOOLEAN */,resource: undefined /* STRING */,type: undefined /* STRING */,principalType: undefined /* STRING */,collectionName: undefined /* STRING */}; // no returnResources["CollectionFunctions"].AddCollectionRunTimePermission(params); And a snippet for visibility var params = {principal: undefined /* STRING */,principalType: undefined /* STRING */,collectionName: undefined /* STRING */}; // no returnResources["CollectionFunctions"].AddCollectionVisibilityPermission(params); How do I change the parameters to set these permissions to a list of things? I ha
I am using autorefresh in mashup for every 15 mins & idle session timeout set to 25 mins. To handle rare case scenario, the navigation also set to organisation page if session timed out. Unfortunately the internet connection turned off for 20 mins. Now what will happen? 1. Autorefresh will work even if internet disconnected? 2. Or the duration 20 mins will be considered as idle time?? 3. If session variables loosing data, will it navigate to organisation page? 4. Or auto refresh will start work after 20 mins?
I'm using a Trial version for training, as it contains PTCDefaultProject, which has been encouraging good results in other trainings. However in developer training https://developer.thingworx.com/en/resources/guides/connect-adafruit-feather/run-arduino-demo in step 3, the tutorial asks to create a Thing called ESP8266, this thing contains abstractions for this microcontroller. In Set-03, apparently a PTC removed this thing from their base, according to the same. I would like guidance on how to proceed, in this situation, if it is possible to download a mod or even the Thing itself to continue the training. Or even if there are other training for the same microcontroller and or ESP32.
Hey guys I have an application which logs in all Users as TVUsers and uses its own authentication system. I was hoping for there to be a way to switch languages on demand without setting the language preference for TVUser. If that's confusing feel free to ask below. Thanks!
Hi, I have an prod env. I decided to have staging environment. So, cloned prod instance including the cred. certificates and access keys. If I start my clone environment is that will impact/influence my prod instance ?
HI I try to create a thing linked with the Kepware Server ....it was working really well with the trial version but with the license is not working.. i created the industrial connection with Kepware and is working well I can read all the tags from kepware with the Discover function of the industrial connection I created a thing with the bind function but the new thing still alway disconnected here the log Im sure that someone can help me ...thank you 🙂
The user have to fill value in textbox and click proceed button. On clicking the button, the text box should change to non-editable mode and also it show the value entered by user. How to do this?
On clicking a row in grid, I am passing 5 mashup parameters to a navigation widget which will act as input to open another mashup in popup along with those mashup parameters. Now the issue is on clicking the row in grid, the popup takes 4 to 6 seconds to get displayed. How to reduce this delay?
Hi developer's, I have small doubt regarding. How to display the Full label on the x axis, I just don't want to display like this. I want to display where I contains full name:
Even if no one is editing the particular thing, on clicking "Edit" button it is showing that "It is currently being edited by the user..". Any error is occurring which stopping me to edit the entity? how to deal this?
Hi, My Infotable has around 21 Fields, for an particular situation I need just one Field Results, how can I remove unwanted feilds at a time instead of doing the following coding: result.RemoveField("X1"); result.RemoveField("X2"); result.RemoveField("X3"); result.RemoveField("X4"); result.RemoveField("X5"); result.RemoveField("X7"); result.RemoveField("X8"); result.RemoveField("X9"); result.RemoveField("X10"); result.RemoveField("X11"); result.RemoveField("X12"); result.RemoveField("X13"); result.RemoveField("X14"); result.RemoveField("X15"); result.RemoveField("X16"); result.RemoveField("X17"); result.RemoveField("X18"); result.RemoveField("X19"); result.RemoveField("X20"); is there a query or any shortcut to remove all the Fields at a time ? @paic @slangley @c_lowy Thanks,Shashi
How to Retrieve Data from the Thingworx based on the particlar condition(Name).Can you please suggest the query for that..
HI, I have been following this guide https://developer.thingworx.com/resources/guides/enabling-ldap-authentication-thingworx to connect LDAP with ThingWorx. While creating LDAP users in ThingWorx, with which attribute I should create username (user entity name in twx)? cn or uid?.
Hi, I am trying to connect LDAP with Thing Worx using Apache directory studio. I am not able to enable Directory service entity. After enabling and saving the entity it becomes disabled again. I have attached the configuration images below. Can anybody tell me where I am making a mistake? any help would be very much appreciated.
hi, i want to play the video on mashup.......here i am using html5-video widget to play video but whenever i play it, it shows only blank page....please let me know what exactly problem is........i have created one service which gives me the video location and the service is running properly but when m trying to bind that service result to the widget it shows "Source parameter "videoLocation" is not bound any target" in reminder section. For testing purpose i have bind the same service result to the value display it gives me proper output or video location, below i am attaching the mashup view please check and let me know what i have to do now.
Hi, Is it possible to update the Title of a Master Mashup dynamically? Thanks in advance @CarlesColl
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.