Recently active
How can we create a custom widget without the use of java eclipse? which languages can be use to create a custom widget? I am planning to create Custom Widget of my own.
I am currently trying to configure SSO with Azure AD in ThingWorx 9.3 without Ping Federate. Support for this was one of the new features introduced with version 9.2I am following the guide provided by PTC here https://support.ptc.com/help/identity_and_access_management/en/index.html#page/iam/AzureADasCASandIdP.html But I was not successful. I am ending up with error messages in security log telling me that the SAML response is invalid. This comes from AuthLog.log:2022-03-01 09:01:28.160+0100 [L: INFO] [O: o.s.s.s.l.SAMLDefaultLogger] [I: ] [U: ] [S: ] [P: ] [T: https-openssl-nio-443-exec-9] AuthNResponse;FAILURE;10.2.5.4;https://server.domain.com/Thingworx;https://sts.windows.net/8c3fd900-8b7b-45cb-b2a0-aea95fa20530/;;;org.opensaml.common.SAMLException: Response doesn't have any valid assertion which would pass subject validation__ at org.springframework.security.saml.websso.WebSSOProfileConsumerImpl.processAuthenticationResponse(WebSSOProfileConsumerImpl.java
Hi All, I am in exploring a possibility to create Suggestible text field in TWX mashup, just like suggestion box picker in Windchill PDMLink. In simple term, as soon as user starts typing in the text field, it should start suggesting matching values. For ex:Any thought on how this can be achieved in TWX 9.2.x? Source of data for the field is external DB in our case. Thanks in advance! - Shirish
Hi! We've migrated our solution to 9.3, and a lot of styling was changed, including the time picker widget.Right now we are struggling with previous/next month icons. Not able to find a style which is responsible for that. Previously we were using 8.5 without Theme, now everything looks like it should be configured in theme/widget properties. We used migration to change legacy widgets/containers. Can you help me with styling this? Thanks!Adam
Hello , I am trying to pull data from json based on various inputs. i have placed some conditions and write 3 if statements and in that if statements i have created var newEntry- new Object() and also write result.addRow(newEntry) in all 3 if statements. in logger its working fine but unable to display infotable and its still executing and goes into infinite loop.so I want to know when and where need to create newEntry object and where i need to write result.addRow(newEntry). please help me out on this.eg:else if(leng==0){var newEntry1=new Object();newEntry1.Name="";newEntry1.Number="";newEntry1.partId="";result.AddRow(newEntry1);}else if(leng==1){var newEntry2=new Object();newEntry2.Name=dt.values[j].Name;newEntry2.Number=dt.values[j].Number;newEntry2.partId=text;result.AddRow(newEntry2);} Thanksksm
"Server error. Please confirm, if your portal environment is running"
Dear Developers,I cannot configure columns in grid (advance )widget even though I bound data to it.we can see columns in the configuration menu when we use "grid (preview)" widgets.Could you let me know if we need additional process or not ?( ThingWorx 9.2.3-b189 )
Hi Team, Advanced Grid is not working properly in ThingWorx 9.2 When there is data returning from the grid service it gives the selected columns of Configure grid columns which are allowed. (expected behavior) But when the data for the grid service is empty, its displaying all the columns of configure grid columns even if they are not allowed to show in grid. Please advise. Thanks in advance.
Hi! I am trying to Style new Grid available in 9.3 and this is simply not working for me. 1. If the column value is aligned to right and it is also editable, then alignment is not working.2. Edit text area of the cell is also something that is not stylable at all. I changed all possible settings on Theme and widget itself without success. Please tell me how to style ONLY this one, not every single label or label on the row itslef. Screenshots in attachments. Thanks!
Hi Experts, I am planning to migrate existing Thingworx 8 application to version 9 and would like to understand the major improvements in terms of :Data ingestion and QueryingMashup rendering performanceOOTB Support for external Time series DB.Looking forward to have a good discussion here. TIA.
If I wrote 10 functions in one service, how to call only one function out of 10 from another new service ?
Hi everyone, Please find the below image. I want to reduce the height of the graph, but also want to show data with the minimum value.
Hello, is there any method to publish a new representation of a positioning assembly via thingworx flow routine? many thanks
Hi all,Want to know what is the size limit for DataTable entries when using MS SQL as persistence provide? One of the help documents says, that the size limit should not be greater than 1,00,000 for Postgress. So which is better to be used at industrial level. Thank you,Divya Mirajkar
Hello, How to improve Performance for ThingWorx Platform using Postgres Database? Thanks
Hello I have written a custom service and and using querystreamentrieswithdata but it is taking too much time while executing. Is there any best practice which i can follow to improve the performance ? Thanks
Hello, I want to create custom Tool tip for my twx but i am not able to find out how can i achieve this. Thanks
Hi All, Hope to get some guidance, as i am new to REST API in thingworx I hope to know the plausibility: A bit from the field trigger an alarm, this bit is a properties of Thing:MonitorER.When this bit trigger, ThingWorx will Post/Put some data to trigger an remote REST API server.Is there any tutorial related to creating a Services in Thingworx or in Thing (eg:Thing:MonitorER ?) to Put/Post data to Remote REST API server with the bit is trigger? I read the Postman as Client to request Thingworx info, ThingWorx REST API Cheat Sheet and CS224211. I am abit lost.So i hope know if there is any tutorial or guide specifically on how to create services for POST data from Thingworx to Remote REST API server, any online training i can look into. hope someone can provide some info, i would like to learn more. Thank you in advance.Best regardsNewbieKek
Hello ,I have a series of bar charts in my collection widget. How can i apply state formatting on all the charts present in collection such that the color of the bars should be dynamically change depending on the values of it ?
Need some help. I have successfully install AMU in Tw 9.3 and is working. Unfortunately despite how may times i tried for RTPPM it is not successful. Downtime is working case no correlation to Job order product event change logged into the database, but not the job order. As an result , my availability is good but zero waste and zero product count as cannot find the job order orjob order data not insisted . Need help!!
Hi everyone, I'm trying to do a simple for loop to get some fields from getimplementingthingswithdata into another property to be used in a collection.When I execute the following code without the For loop, it works fine. But I can't seem to get the for loop working. Can anyone help me figure out what is wrong with my code? the var result is declared earlier in the code. // result: INFOTABLE dataShape: "RootEntityList"let sites = ThingTemplates["BALL.Sites_ThingTemplate"].GetImplementingThingsWithData();let tablelenght = sites.rows.lenght;for (let x = 0; x <= tablelenght; x++) {// SitesCollec_datashape entry object let newEntry = { Site: sites.rows[x].name, // STRING [Primary Key] Location: sites.rows[x].description, // STRING
I have created a button with HTML code. Can we use button click event to navigate the mashup as pop up.
Hi all,I am new to the thingworx platform, and I am trying to play around Date Time. Currently, I am using the 9.3 version. I have tried to set the default hours in service for that I used "result = new Date().setHours(0,0,0,0)" which is giving result as "2022-02-25 00:00:00.000" output is DataTime. My Thingworx server and browser both are in UTC. When I change the browser time to IST or EST the output varies. The output for IST is "2022-02-25 05:30:00.000"and for EST is "2022-02-24 19:00:00.000". How can I set midnight time irrespective of time zone? Thank you!!
Hello, I referred the following link - https://www.ptc.com/en/support/article/CS281359 - ptc support linkto add a clickable image in the column of the grid , on clicking the image icon it redirects us to the mashup whose URL is provided and opens the mashup in the new window ,, Now I want that mashup should be displayed as a popup in the same window.I am attaching the screenshots of the same . Is there any way by which a popup window opens ??Thanks in advance.
Hi All, Just a question comes to my mind, while learning about Connection Server.We know that Connection Server is routing WS from device/edge to remote things on platform and it is recommended to use when there are 50k+ remote things on the platformSo, we know that ThingWorx Federation is sending information from thing in the server A to be Remote Thing to server B.Is it worth to use connection server to route the remote things in the ThingWorx Federation ? Maybe become more scalable etc.Thanks
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.