Recently active
I'm using ThingWorx 9.6.3 and adding tags to a Thing using the Manage Bindings feature. The properties get added as read-only by default and are not set to be persistent or logged.Is there a way to bulk edit these properties after binding them to enable persistence, logging, and set the appropriate dataChangeType (like ALWAYS or VALUE)? I don't see any bulk edit option in the UI.Any suggestions on how to handle this efficiently would be really helpful.
Hi all, I am wondering if there is a specific reason that Master cannot be bound in thingworx mashup builder. I have a mashup in one project that I want to use the same master on as all of our other mashups but the master is located within our main project with stuff to be commonly used among all projects. This creates a dependency issue preventing pushing between projects and I am not sure if there is really a good way around this, but if I could just bind a string like "KT.MasterMashup" to the Master parameter then I could solve that dependency.
I am using ThingWorx Platform Release 9.5 and DatecodeF000I would have a "general" question about the Combo Chart widget. Unfortunately I did not find any examples on the internet. I see that with a combo chart I can have multiple y-Axes which is great. Now I saw that you even have the possibility to have it stacked. Which would mean in my opinion I have multiple y-Axes therefore multiple lines but they all have there own space. Not all together in one graph but stacked as I would need to have it. Now I played a bit with the widget and tried out what I can do but unfortunately nothing happens when I choose the Stacked option. I mean there are a lot more parameters then that i tried to correctly fill but in the end result nothing happened. So I would kindly ask you if there is a better description on how to obtain this stacked result that i definetly need or is it maybe a bug that this is not working?
Hi, Tried below code but no luck @supports (ptcs-style-unit: "PTCS-CHART-AXIS") {[part=tick-label] {font-family : 'Segoe UI' !important;}} Please provide custom css to effect x-axis and y-axis tick labels of line chart.
Using thingworx 9.6 I have infotable data shown on a ptcsgrid I want to apply a "static" filter to hide some rows based on a value (NOTLIKE), and I would use the queryfilter parameter. Note that I don't want to filter at service level when generating infotable data because in other objects I need to have all the rows. I may leave on the ptcsgrid the "filter box" visible on the mashup to filter the visible data, but this should work after the queryfilter, just on the visible rows Is there a way to apply a static queryfilter , not using for example a ptcschipdatafilter ?I tried with an expression with output type queruyfilter, but it's not clear how to "code" the filter
Hello everyone,My goal is to open pop-ups of different sizes in an SVG plan when clicking on different elements. For this I have built a service which calculates the required parameters for a navigation. Additionally I open different mashups in the navigation with different mashup parameters. In order to be able to bind them all in the navigation function, I have generated a dummy mashup with all existing mashup parameters (see images).This works wonderfully in practice. However, in the background I am bombarded with error messages in the application log.These are as follows:Unable to dispatch [ uri = /Things/PersistentSessionfd8e1b3e-6e94-4cad-8e77-523fc0aa8f90/Services/AddDynamicRemoteSubscription/]: Unable to Invoke Service AddDynamicRemoteSubscription on PersistentSessionfd8e1b3e-6e94-4cad-8e77-523fc0aa8f90 : Validation Failure: Attempting A Dynamic Subscription To An Invalid Property [thingName] on [Lageplan_SVGVerwaltung]error executing APIRequest Message: Validation Failure: Att
Hi @YT_10897741 With reference to this topicI have just installed this extension in my thingworx 9.3 and it would be great if you would let us know that how to use this extension. So our use case is that there is a template like page which i can create in mashup. user has to fill it and then we create a pdf of the mashup and save it somewhere. The question is how can i create a pdf with this extension in the mashup... please let me know..
I am storing array in sessionstorage. I'm able to update the array using sessionStorage.setItem(Op_withoutSpaces + "_" + i, array); but i couldn't remove or clear the array in sessionstorage using below code. sessionStorage.clear(Op_withoutSpaces + "_" + i); sessionStorage.RemoveItem(Op_withoutSpaces + "_" + i); Let me know what is wrong in this.
Using thingworx 9.6 cloud hosted .has anyone used the MarkerField field on that widget ?I tried using this field as IMAGE and IMAGELINK format but seens not working in any way ...there is no doc ... may be because it's not supprted any more? I'm now using the markerformatting to change the marker (using an integer field to select a style through a state-definition), but would use a specific "image" field passed directly on the infotable data ...
Hi, Please help me with css code for combo chart that effects tick labels using Thingworx 9.6.
During testing of our Application post ThingWorx upgrade from 9.3.8 to 9.6.1 it is found that a custom theme which does not had any visibility permission setting in 9.3.8 was not getting applied to the Mashup in runtime for the non-admin users.After adding Composer Organization in visibility permission for the style theme, it is getting applied and the UI is rendering properly. We wanted to know the reason behind this. Is there any change done with respect to permission.
Need to resize the width of the upload widget. Tried following css codes. It's applying but somehow overridden by default size (300 px). #root_pagemashupcontainer-2_fileuploadext-33-bounding-box{ width: 240px; !important }
I have thingworx ThingWorx 9.6.2-b447 (PTC cloud hosted) I have a mashup#0 with a mashupcontainer widget set it to open mashup#1. All is fineI also have a button on mashup#0 to trigger the refresh of the mashupcontainer (clicked action linked to Refresh) ... because I want to reload the cotained mashup#1 By pushing the button, the refresh of mashup#1 seems to not happen.Just mashup variable passes through mashupcontainer, but the refresh action is not done ...What I'm doing wrong ?
In Thingworx 9.6 , below code works for grid headers. Please help me with part detail and code that effects font inside each grid cell @supports (ptcs-style-unit: "PTCS-CORE-GRID") {[part=header-label] {font-weight:700 !important;font-size:14px !important;}}
Steps to customize a service which export infotable data to xlsx format
Dear PTC Support, We are currently developing a custom extension to connect ThingWorx to an Amazon Redshift database. Due to our company’s security policy, we are required to use IAM authentication to access Redshift, which makes it impossible to use the standard JDBC Extension provided by ThingWorx, as it only supports username and password authentication.We have reviewed the technical article CS293064, which describes how to connect to Redshift using standard JDBC methods. However, this approach does not meet our security requirements, as it relies on static credentials rather than IAM-based authentication.We would like to develop an extension that can connect to Redshift using IAM authentication and functions similarly to a DBThing, specifically being able to use SQLQuery, SQLCommand, and other typical database interaction services within ThingWorx.Could you please provide guidance or documentation on:How to properly develop such an extension that supports IAM-based authenticat
Hi, i want to make a mash-up using drop down and numeric entry. I have three numeric entry for my 3 columns in my data table. And I also have 1 drop down list for selecting which rows this numeric entries will fill. I am using addorupdatedatatableentries services. The thing is my drop down is not connecting to the numeric entry and my addorupdatedatatableentris services.I choose on of my area_id in drop down, and input my 3 numeric entries. when when I executed the service using my mashup. My data table is not updating, instead It created a new row using "1" as area_idea. I attached my dropdown list, numeric entry, and button bindings.How to make my selected drop down list as updated area_id for my data table?
The Grid widget seems to be causing a lot of issues when editing mashups. Has this been reported before? It lags the systems and causes my computer to use a lot of resources. It's bad enough that developing is very difficult. I cannot even bind things because it freezes for 20 seconds or so. Edit** 9.6.2
Version: Windchill 12.1 Use Case: Rest API Endpoint not visible Description: I have the v6/DataAdmin in OData Connector Connection Settings on the OdataConnector. I am able to see the getContainers API but I need to get list of Products, so I'm looking for this end point but it is not visible in thingworx connector. /Windchill/servlet/odata/v6/DataAdmin/Containers/PTC.DataAdmin.ProductContainer
Hi, i am trying to show a google map in a HTML text area i am trying to use the following code <!DOCTYPE html> <html lang="en"> <head><meta charset="UTF-8"><meta name="viewport" content="width=device-width, initial-scale=1.0"></head> <body style="margin:0;overflow:hidden;height:100vh;"> <iframe src="https://www.google.com/maps/d/u/0/embed?mid=17BRiRK6EoYVRxF........." style=" position:absolute; top:-60px; left:0; width:100%; height:calc(100% + 60px); border:none; overflow:hidden; " loading="lazy" referrerpolicy="no-referrer-when-downgrade"> </iframe> </body> </html> what i get is a map fine, but it only takes the left top corner in small size only not taking the whole container area , also it feels like the css is not applying, I also tried to separate the css to assign it to the customclass section but also the same result , Also is there a way to use web frame ins
thingworx 9.6I use ptcsgrid on many mashupI want that when I select a row, by using the keyboard up-down arrow keys it will move up down the selected row directly.Instead it will leave the selected row unchanged (I see the background) and by arrow keys it will mark a different cell, and only pressing spacebar it will update the selected row to the selected cell. Is there a way to change this behavoiur ?The most of the times it's required to just scroll up-down the selected row with arrow keys The old widget dhxgrid was running fine on this !
I am using a ptcsgrid in one of my mashups and i am currently facing an issue where when the user tried to scroll through the grid the vertical scrollbar start jumping up and down like it's glitching, unable to identify the rootcause for this problem. This issue generally happens when the screen is re-sized (tab dimensions are changes or zoom level increased to more that 100%.Using ThingWorx 9.4.3-b523
Is there a way to allow rows to be wrapped and push down the row below instead of scrolling? For example: Create two rows. The first row has 3 columns and is set to wrap. The second row has one column. When the content of the first row is wrapped it always adds a scroll to the container. Ideally I'd like it to push the content of the 2nd row down and display all of the first rows content. This is the behavior when using flexbox on a normal webpage. Is this possible in ThingWorx? Using ThingWorx 9.4.
Hello, After enabling private end point connection on Azure SQL service, Thingworx server is not running. Is there any other configuration do we need to do on Thingworx side. I have updated private end point link for database in Platform settings file. Below is configuration in Platform-Settings.json file for Azure SQL . "PersistenceProviderPackageConfigs": {"AzuresqlPersistenceProviderPackage": {"ConnectionInformation": { "driverClass": "com.microsoft.sqlserver.jdbc.SQLServerDriver","jdbcUrl": "jdbc:sqlserver://xxxxx.privatelink.database.windows.net:1433;databaseName=thingworx;applicationName=Thingworx;encrypt=true;trustServerCertificate=true","password": "x",xxxxxx"username": "twadmin"}, ..................................... ........................................ Thanks&Regards, Latha
I am using ThingWorx Platform Release 9.0 and DatecodeSP1We are unable to access the ThingWorx runtime on our server. The error displayed is 502 Bad Gateway.Additionally, localhost:8080 is not responding.We need your immediate support to resolve this issue.Loop @DL_01-itgsftsupport@pepsico.com in further mail communicationsThanks
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.