Recently active
Hi,How can i use the ImportSourceControlledEntities service to import a single entity: I guess i need to use the entityFilter parameter, but i'm not able to find the correct syntax: let entityFilter = Resources["InfoTableFunctions"].CreateInfoTableFromDataShape({ infoTableName: "InfoTable", dataShapeName: "EntityDifference" }); entityFilter.AddRow({name: "myTemplateToImport", entityType:"ThingTemplate"}); Resources["SourceControlFunctions"].ImportSourceControlledEntities({ entityFilter: entityFilter, repositoryName: "SystemRepository", path: "src/twx-source" }); Any help or example would be appreciate.
Hi all, I am trying to replace '_' underscores from a given string, using the string.replace function,but I am not able to achieve this,can anyone tell me where I am going wrong. Thanks,Sujith
Hi, I am updating a style definition to different colors based on a logic in my Thingworx screen.But for the updated style to be reflected in the screen, I am reloading the whole page now. Is it possible to see the updated style definitions in the screen without page reload? Thank you in advance,Sadagopan PSSKP
Hi, I found the system ThingShape [ValueStream] has lots of depending entities, while it's property, service, event, subscription are empty. where do the relationships of the ThingShape [ValueStream] come from ? Regards, Sean
Hello, how to dynamically create an InfluxDB database and a Persistence Provider from a Thing service? Best. Pietro
In Thingworx 9.1,how to format the list widget like dropdown?? Right now it is coming with list of values. The bdropdown should show the list of values only when the user clicks on the list widget. How to do this in twx 9.1.0-b10877.
Hello community, I am newbie to C SDK. I am using Linux odroid 4.9.277-122 aarch64 GNU/Linux I compile the C SDK program by using the following command. make PLATFORM=gcc-linux-x86-64 BUILD=release I got " unknown type " error in the twMessages.h, twMessaging.h, twApi.h header files. In file included from ../src/twMessages.h:13, from ../src/twMessaging.h:7, from ../src/twApi.h:21, from ../src/main.c:99: ../src/twInfoTable.h:88:2: error: unknown type name 'twList' 88 | twList * aspects; /**< A ::twList of the aspects associated with the entry. **/ | ^~~~~~ ../src/twInfoTable.h:186:2: error: unknown type name 'twList' 186 | twList * entries; /**< A list of the entries associated with the ::twDa taShape **/ | ^~~~~~ ../src/twInfoTable.h:303:2: error: unknown type name 'twList' 303 | twList * fieldEntries; /**< A ::twList of the entries associated with t he ::twInfoTableRow. **/ | ^~~~~~ ../src/twI
The error message I receive is: unable to convert from org.Mozilla.javascript,uniqueTag to info table.var json=me.jsondata_JS();//result = JSON;for (let i=0;i<json.lenght;i++){var con=me.jstsql({id: json[i].id /* INTEGER */,email: json[i].email /* STRING */,first_name: json[i].first_name /* STRING */,last_name: json[i].last_name /* STRING */,avatar: json[i].avatar /* STRING */});result = con;}
Hi Developers, I have created a mashup with all the user input selection widgets. The user selections are put together as an infotable and set into the mashup parameter(which is a bi directional one) of that mashup. Now I'm using the Input mashup inside another mashup through the contained mashup widget. My only problem here is that the mashup parameter from the contained mashup doesn't have the changed event which i need to trigger the data service which consumes the infotable mashup parameter. How do i overcome this? Also i cannot use sesion variables. Regards,Saran
Hello, community, I am trying to back up my project on ThingWorx. I have created a subscription that listens to a scheduled event.I also made a user and password property on my "helper thing" that I use in my subscription.I followed this article: https://www.ptc.com/en/support/article/CS210224However, no exports are being created in the ThingWorx storage folder. What might be the reason for this? Regards,Jay_nisa.
Hi community team,I want to set the limitation of selecting dates on the TWX datepickers within the range of 30 days only. If the selected date’s duration is more than 30 days then the data should not be accessed.Like, There are two date pickers, In the first date picker (StartDate) I want that the user can select any date (For example user selects the date of 7th June 2022 ) then I want that in the second date picker (EndDate), Only those dates are visible which are next to the 30 days from the start date (For eg: till 5th July 2022) and all the other dates and the year dropdown will be disabled.OrIn the second date picker, it should show only dates till 30 days from the first date picker (Start Date).Is it possible in ThingWorx Date Picker widget to set it for the specified dates only? ThingWorx Version 9.3.2 @PEHOWE @PaiChung @slangley @
Hi ,Creating/Working on the Custom Widgets, is there any already made widgets available for PTC side or through any Github, where team can explore and experiment the custom widgets for Thingworx 9.3 version. @slangley @c_lowy @CarlesColl @paic Thanks,Shashi.
Hi,Trying to develop an Google Chart widget extension, when imported the Extension in to the TWX shows following error: Attached the Extension Zip File for reference@slangley @c_lowy @PaiChung @CarlesColl @VladimirRosu_116627 @VladimirN @Rajkumar_20673 Thanks,Shashi.
Hello Guys,Is it possible to do a State Formatting not by fixed values for a label chart? For example the main value is 24 581 and I want that the bar is red when it hits below 25 percentage of that value.
Hello, Thingworx version 9.3. our customer has two Thingworx environments, Test and Production, respectively.Application development and tests are performed in Test environment,Final deployment in Production environment is done by importing the project from the Test environment. Since data and property values differ between the two, the import is done without overwriting property values (i.e., the "Overwrite property values" option is deselected in the Import panel). Now, let's suppose we change an existing Thing in Test enviroment by adding some new Services and Properties.We need to import such changes in Production, without overwriting property values.However, after the import process, the new Properties and Services of the Thing are not present in Production. They are correctly exported in the generated xml.. Can anybody confirm this behavior?How to import new added Services/Properties of a Thing without overwriting Property values? Best,Pietro&n
Hi, We are storing info table data in datatable. Is there any way to add indexing in info table columns storing in Datatable? Referring to below article:https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/indexed_properties.html#wwID0ER5EV Thanks,Meghna
Where can I find the platform folder?
Hello community 🙂 I am trying to get the output from my service to appear on my list widget. I've pulled my service and "All Data" onto my mashup. However the widget gives me the error in the attachment below. How do I go about fixing this ? Your suggestions will be much appreciated thanks. Jay_Nisa.
We are obliged to use naming conventions, based on PTC proposals, so every mashup has to have name like [organisation].[projectname].[mashupname]_DS.On the other hand, when I view final mashup as end-user, I see this name in browser as tabname. How can I declare tabname in browser different than mashup name, something more functional and less scaring for final user, like Efficiency reports?To clarify, here is printscreen, with red what's standard for thingworx, and blue - for what I want to achieve.
Hello everyone, we want to send images saved in a ThingWorx Repository to a SharePoint list. The service in itself works, however we have only achieved to send download links of the images (by using the service GetFileListingsWithLinks, column downloadLink), but not the image itself. We were wondering if it is possible to generate a link that doesn't automatically download the image, when the link is pasted in the browser? Has anyone ever achieved this? Is this technically even possible? Thank you so much!
i installed thingworx foundation installer for postgresql. The url localhost:8080 is not showing that tomcat is running but thee url localhost:8080/Thingworx is connecting to thingworx composer. What is the reason for this? Then how to check tomcat is running or not in browser.
So I got all the enabled schedulers in an infotable and want to disable them so I wrote this code that sends them to a property and then disables them: for(i=0; i<=t.rows.length; i++){me.Schedulers = result;Things[t[i].name].EnableThing();}and I get this error: Error executing service testSchedulers. Message :: Index 9 out of bounds for length 9 - See Script Error Log for more details. It all seems to work well until I try to disable them. Any idea how I can fix this?
we upgraded windchill server, we using thingworx mashups for windchill UI. Now these pages are not displaying after upgradation. What might be the reason ?
How to edit user logo dynamically? can anyone provide step by step processes
While installing thingworx. Tomcat is not running and successful_license_capability_response.bin is not created in the ThingworxPlatform folder. the following errors where noticed in application log: 1. Acquisition Attempt Failed!!! Clearing pending acquires. While trying to acquire a needed new resource, we failed to succeed more than the maximum number of allowed acquisition attempts (3). Last acquisition attempt exception: 2. Having failed to acquire a resource, com.mchange.v2.resourcepool.BasicResourcePool@71f704f6 is interrupting all Threads waiting on a resource to check out. Will try again in response to new client requests.3. *** CRITICAL ERROR ON STARTUP: Connections could not be acquired from the underlying database!4. *** Web Application STATE is being set to ERROR! ***5. >>>>>>> PLATFORM SHUTDOWN START <<<<<<<<< In tomcat logs: 1. Apache Commons Daemon procrun stdout initialized. &n
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.