Recently active
Hello everyone, I have created a network and it looks properly under Network Hierarchy tab. Then I bind the Network data to Tree Widget via GetNetworkConnectionsWithTemplate service. When I hit view mashup it displays some nodes in wrong places. The configuration of Tree Widget is as follows: IDField: to, LabelField: to, ParentIDField: from, TooltipField: to, ValueField: to and rest of them are default. I'm not sure if my configuration is wrong or the widget has a bug. I'm attaching some screenshots to help you to understand. Best, Kaan
Hi Team, Could anybody let me know how to export as well as import entities (single as well as multiple entities) using and PTC script? Please share the snippet for both import and export (single as well as multiple entities) Thanks in advance.
I have a stream that has about 40 fields. The data in each field is unique so the stream cannot be normalized. About 2000 records are created each month. Most of the time, when the stream is queried, not all of the fields are needed. Should the stream be split into two or more streams? Will this have any noticeable improvement in performance? When performing queries, my understanding is that we cannot select the fields to be outputted as in the example below: https://bi-bigdata.com/2012/09/02/select-vs-select-in-sql-server-query
Seeing this error in the application logs: "Internal Error: /appl/thingworx/ThingWorxStorage/repository/SystemRepository/Fonts (Is a directory) ". The folder is available in the repository and required permissions are also applied. Unsure why this error is being thrown. Any suggestions would be appreciated.
Hi Team, Suppose I have a timeseries chart and a grid bounded with same service. I just want to select either data point on graph to get highlighted on grid or changing the rows selection on grid will select any data point on graph. Please guide with both process logic. Thanks in advance.
Hi, I created a customized authenticator and it throws AuthenticatorException exception if fail to authenticate. The exception does block the login, but the browser displays a blank page. I also tried to set the request status to 401, but no difference. I expected the browser can redirect to a general login error page with the error message of the AuthenticatorException, it this a out-of-box feature in Thingworx ? Regards, Sean
Good afternoon, I'm trying to use the MQTT in ThingWorx Foundation 9.1.0, but I haven't had any sucessfull. I might import the MQTT extension, the problem is the connection with the broker, I can't get it. Could you help me? Regard, Charlo
Hi Team, Suppose I have a full working application(consisting of popups too) with various types of widgets present in application and I want to change the color, font-style etc type styles in one go with some custom logic or usig PTC api then how it can be achieved. Is it possible. If yes, then share the logic. Thanks in advance.
Hi, According to this documentation, https://support.ptc.com/help/thingworx_hc/thingworx_8_hc/en/index.html#page/ThingWorx/Help/Composer/Things/ThingServices/QueryParameterforQueryServices.html, we should be able to do a query with those filters: TAGGED or NOTTAGGED filter var query = { "fieldName": "tags", "type": "NOTTAGGED", "tags": [ { "vocabulary": "Applications", "vocabularyTerm": "Testing" }, { "vocabulary": "Plants", "vocabularyTerm": "Sedona" } ] }; or with those: var query = { "filters": { "type": "And", "filters": [ { "type": "GT", "fieldName": "Duration", "value": "12" }, { "type": "TaggedWith", "fieldName": "tags", "tags": "MaintenanceIssues:PowerOutage" } ] } }; But it seems that none of them works with tags. Can someone confirm this troubleshouting? Thanks.
Hi, I see a lot of logs generated by PLC tag attribute changes in the logs, these logs don't mean much to me, and there are more remote devices, so they generate a lot of logs, can I configure somewhere to turn off this kind of logs? Thank you! Best Regards, Chason
Hi, Is it possible to highlight the grid cell when trying to edit it. I have enabled the grideditable option in advanced grid and wanted to highlight the cell which the user is trying to edit (Either change color till he saves or make the border thick while the cursor is on the cell). Thanks in advance, Shalini V.
Hi all, I'm passing an infotable from my parent mashup to the cell mashup using 'GlobalPropertyBinding' of the collection widget. I added in this property: {"Events": "INFOTABLE"} I added in my cell mashup the mashup property "Events". But I'm not getting any data through... When there is in the parent mashup. What am I doing wrong?...
Supporting influx tags, not just influx fields, is important for our use case too. Does the new ThingWorx v9 support Influx tags directly as a persistence provider or do we still need to rely on the separate influx api? Re: post
I have an install of Thingworx that I let the license expire on. In my attempt to re-license I encountered some problems and nothing seemed to work. I'm the point were I gone so far as to delete everything from the ThingworxPlatform directory and left only the platform-settings.json file. Upon restarting, the keystore-password file is created but nothing else. No licenseRequestFile.txt or ignore_license_capability_responce.bin files are created. I've tried using the old licenseRequestFile.txt file and I downloaded a new license_capability_responce.bin file but that didn't work either. Any suggestions on what to try next?
Does ThingWorx 9.1 allow using JQuery in expressions?
Hi, I'm creating entities for 100+ Machines where as each Machine has some common and unique information to be stored/accessed from DataTable. For creating DataShapes for those DataTables, there are 17 common attributes and as per Machine it may have 5-10 additional attributes. If I could get a chance to create a template with the 17 common attribute which will eliminate unnecessary name changes, naming conventions and will help me to have neat and generic code style. As of now I following one generic service to create datashape with 17 common fields by getting datashapeName as Input. In Future, if I eliminate or includes one common attribute, it will come to me as a rework for all the entities. So, How can I avoid this? or Is there a possible way to have a DataShape template? Please help. Thank you, Janakiraman P
After comparing the performance of displaying a modal popup on a windows device and an iOS device we came to the conclusion that displaying the modal popup on iOS devices leads to performance and stability issues. Comparison test: displaying an empty modal popup on iOS and Windows Chrome on iOS it took approx. 20 sec for the user interface to be responsible again (after the input it often crashed, and the page had to be refreshed) on Windows the modal page is loaded immediately
I am using Thingworx version 9.1.0. I want to reset or clear a dropdown value on a button click. I couldn't find any proper solution for this. If reload the mashup on that button click, the dropdown value will set to "Hint Text" property. But I do not want to reload the entire mashup. Thanks
Hi Team, What are the mandatory features of ThingWorx 9.1. For e.g. project tag should be present for all entities. Can you provide us the list of those mandatory features. Thanks in advance.
I have to enable an Button based on the Input of the Textbox, used an Validator to check the input of the Textbox, based on a condition validator gives the true or false to the button.Issue: The validator get's invoked only when the data is entered in the textbox and then clicked some where else, the user wants validator to get invoked automatically without clicking somewhere else.
Dear all, I have created a request in Postman, which can execute a certain service in Thingworx using REST API. I'm wondering is it possible to create a clickable text link in HTML text area widget to execute a service in Thingworx? Best regards, Yuan Bi
Hi, I'm trying to integrate ThingWorx SSO with a 3rd party IdP system, PingFederate acts as service provider to the IdP in this case if I understand correctly. I'm referring to the link Configure PingFederate to Redirect User Login Requests to your IdP to config PingFederate. It says I have to create two connections: IdP connection and service provider connection , but the page doesn't provide concrete steps. PingFederate has lots steps and new concepts such as : "SP Adapter Instance" for the two connections , it's hard to complete all the steps with confidence. Could someone provide a step by step guide for the configuration on PingFederate ? Regards, Sean
hello, i have one validation code which creates membership plans. This validation code is running personally but when i am running it using mashup it shows an error "unable to parse json request", when i clicked on Add button mashup is shows error, how i solve this error ? below is the mashup view snapshot which helps you for better understanding:- below is the validation code:- var Priceresult = me.validateInteger({number: Price /* STRING */}); // result: INFOTABLE dataShape: ""var result = me.checkPlanName({plan_name: plan_name /* STRING */}); if(result.length > 0){result = 'Plan Name is already exists';}else if(plan_name == "" || plan_name == null){result = 'Please enter Plan Name';}else if(Price == "" || Price == null){result = 'Please enter Price';}else if(Priceresult == false){result = 'Please enter price in number';}else if(plan_type_id == "" || plan_type_id == null){result = 'Please select plan type';}else if(plan_type_id == 1){ result= '';}else if(plan_t
Hi, i Stored image in Grid but it looks very small as it is inserted as a cell value..i used BaseType of the field is 'Image'. can we expand image by clicking on it in Grid? Thanks.
Hello evryone, I want to browse all items and subItems of a group but when I use BrowseItems services the parameter filter doesn't work well. so When I write that : / result: INFOTABLE dataShape: "IndustrialItems"var result = Things["TestIndConnEnergyRum"].BrowseItems({filter: "*" /* STRING */,path: "RUM_P1_MAG_VENTE" /* STRING */}); I get no result but when i Specify some channels i get data thanks in advance
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.