Recently active
Hello, I create subscription for user ex. for 1 months after 1 month user subscription is expired. for this ,I write JavaScript code .I also create one login page by using organization .I want to restrict user while login when user subscription is expired . I'll refer this Post but not getting any solution. please refer below attachment and suggest Is there any way to restrict user while login ?? if Yes then How do I restrict??
Hi, which widget i need to use to achieve my requirement in thingworx 9.1. Attached a screenshot for your reference.
Hi everyone, We’re back! And we’ve got exciting news about Solution Central! As tempted as I am to share the news myself, I thought it only fitting to have Janie Pascoe, Product Manager of Solution Central, share the news with you. You may remember Janie from this post on ThingWorx's OPCUA functionality or this one on what it’s like to transition from a ThingWorx developer to a ThingWorx product manager. Janie, welcome back! The floor is yours. Janie, PM of Solution Central: Thank you so much Kaija. I wanted to bring your readers up to speed on some of the latest and greatest in Solution Central. If you haven’t logged in to the Solution Central portal in a while, I highly recommend you do so because you will immediately be notified of what’s new in the application as you can see here due to our newly added what’s new popup blurb! But in the spirit of giving you even more detail, let me tell you a bit more about what is new in Solution Central 3.0. This rele
Hi, I want to add custom CSS to the confirmation box action and cancel buttons. I tried applying with unique id and part attribute, not getting applied. Any suggestions? Thanks, Janakiraman P
I want to add 3 pie-charts in one row which should be responsive. Tried creating a responsive size container and add 3 responsive size containers with piechart each. However, this results in scrollbar at each container as size of pie chart is not changing as per container size. this works well with line chart and there are no scroll bar. How can we resize piechart size as per container? Attached is the snap of result we are getting
hi there, when i used advance grid to delete rows, Can I select all of them at once, instead of clicking on them one by one to select all of them? Thank you!
Hi, I am getting the following error, on running the client program (C# console) target with .NetCore 3.1 and referencing .Net SDK 5.8. I am following SteamSensor example Kindly let me know on it's limitation to .Net framework only..? Also guide me to resolve the issue, if supports .Net Core 3.1. "Unable to find an entry point named 'CopyMemory' in DLL 'kernel32.dll'." at com.thingworx.communications.common.SecurityClaims.CopyMemory(IntPtr destination, IntPtr source, UInt32 length)at com.thingworx.communications.common.SecurityClaims.twCopyMemory(IntPtr destination, IntPtr source, UInt32 length)at Thingworx_RemoteThing.RemoteThingClient.<>c__DisplayClass4_0.<Main>b__0(IntPtr password, Int32 maxLength) in PoC\Thingworx_RemoteThing\Program.cs:line
Hi, I remember there was a guide about creating a custom factory layout in ThingWorx , but I couldn't find the guide in the link https://developer.thingworx.com/resources/guides/ is it relocated to somewhere ? Regards, Sean
Hi, Is there any possibility to add both line and bar chart together in thingworx 9.1 version Attached image for your reference
Hi, In line chart widget ,is there a way to display multiple data values for a single value in x axis? For example , if am displaying data with respect to every minute , is there a way show multiple values for each minute? Thanks in advance, Sadagopan PSSKP
Hello all, What I am trying to build is the following: I have a main mashup with a banner at the top and a contained mashup underneath. When this main mashup is loaded, I select a certain mashup to be added in 'name' of contained mashup. Based on button clicks happening in this contained mashup, I want the contained mashup to switch between 2 different mashups. Is this possible? If yes, I will need some help please My idea is the following: Have 2 contained mashups on top of each other and make them visible based on button click inside them. Is this feasible? 🙂
Hello, I want to write service for inserting data in infotable property of thing please suggest how do I insert data from service to infotable property?? Thanks in advance
I want to know how to implement security enhancements like Injection,Broken Authentication,Sensitive Data Exposure,XML External Entities,Broken Access Controls,Security Misconfigurations,Cross-site Scripting,Insecure Deserialization,Using Components With Known Vulnerabilities,Insufficient Logging, etc for one of my thingworx energy management application?
Hi All, In grid widget I need to display a bar based in the value passed onto it. The color of the bar should change according to the value
Hi, How to achieve this pie chart attached below. I tried this pointer using guage and d3 pie chart widgets its not worked and i need to show the same pointer along with threshold colors which i attached below. Can someone help me out this?
Hello, I'm using a mashup collection to handle my menu. In the menu mashup I have a value display. Unfortunately when the user click on it a border appears around it. I think this is due to root : { --ptcs-focus-overlay--border-width: 2px; } How can I avoid that? I'm using ThingWorx 9.1.1-b483
Hi, Currently I am trying to get/add collection level visibility permissions for Media. code : result = Resources["CollectionFunctions"].GetCollectionVisibilityPermissions({collectionName: "Media" }); If I try to execute I am getting error like : Message :: Collection [Media does not exist - See Script Error Log for more details. Thanks in advance..
Hi, I am using TW 9.1v. In grid advanced, when checking the property 'Use theme' the grid header borders are not set. But when I inspect the screen, I am able to see the border. I have set the cell border in style theme but still it doesnt appear. Is this a product bug or am I missing anything? Thanks in advance, Shalini V.
Below is the snippet for my test code. The body works fine if it has string key-value pairs. But it fails when numeric values are passed in the body. Also, I cross checked by using Postman that this same snippet containing numeric body works OK. Any suggestion as to what could i try next would be appreciable. var body = {"List": {"pgSize": 1,"pgNumber": 50,"State": "On"}};var headers = {"Authorization": me.AccessToken,"Content-Type": "application/json","Accept-Encoding": "gzip, deflate, br","Accept": "application/json",};var params = {proxyScheme: undefined /* STRING */ ,headers: headers /* JSON */ ,ignoreSSLErrors: undefined /* BOOLEAN */ ,useNTLM: undefined /* BOOLEAN */ ,workstation: undefined /* STRING */ ,useProxy: undefined /* BOOLEAN */ ,withCookies: undefined /* BOOLEAN */ ,proxyHost: undefined /* STRING */ ,url: url /* STRING */ ,content: body /* JSON */ ,timeout: undefined /* NUMBER */ ,proxyPort: undefined /* INTEGER */ ,password: undefined /* STRING */ ,domain: undefined /*
How to move the file from local directory to Thingworx repository folder using service.
Is there a way to slow down the input of the Events Router function? I'm trying to use an events router function, but the first input will always be the latest because it is refreshed every time the page loads. The thing is, I want the second input to evaluate as true whenever a menu item is not being selected, which will be most of the time.
Hi, Everything can be searched by its identifier. I used to think that this field is indexed. But recently noticed that this field does not have any index in the table thing_model. Is this correct ? Regards, Sean
Dears, I used change advanced to display something, and I can use grid config to change String type font color, but I used same way to hyperlink type, it not work, how should i do to change the hyperlink type font color, thank you!
Hello, I want automatically remove the member from user group by using service. please suggest how do I write code to remove member from user group ?? Thanks in advance
Hi All, https://www.ptc.com/en/support/article/CS243088 When I try to follow this article to connect MySQL with ThingWork, I got an issue. According to step 4, I need to upload the JDBC driver file in JdbcCreator mashup. (Does this JDBC driver file refers to MySQL-connector-java-8.0.23.jar???) But I can not upload MySQL-connector-java-8.0.23.jar. When I click the “Upload” button, nothing happened. I didn't see a link displayed below the buttons. In my case, I want to know if I upload the correct file. If I uploaded the wrong file, what file should I upload in this place? Where can I get this file? If it’s correct, why doesn’t it respond after clicking the upload button? 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.