Recently active
CSS in my underlying mashup: .edit-sim .BMCollectionViewSupplementaryView, .BMCollectionViewCellWrapper {position: relative !important;left: auto !important;top: auto !important;transform: none !important;width: 100% !important;} I added a custom class to the collection in my underlying widget (edit-sim). However, the width 100% messes up my main mashup that contains a collection widget. All cells in this collection widget (that I gave the custom class 'collection') line out and fill the whole width. How to add an extra CSS part in this main mashup that puts away the width 100%? Thanks in advance
Has anyone integrated Walk-me with Thingworx, I know it is possible with Windchill.
Hi All, how to configure Adapter Settings in Ping? What can be the Instance Name and ID here? Regards, Janakiraman P
Hi All, I am trying to change colour of the slider (progress bar) but i cannot find any documentation regarding it. I am using thingworx 9.1 can some one share thoughts as to where is the configuration option. Kind Regards SO
Hi Everyone I want to show live sensor data on the collection widgets when it will come.use case: I have 10+sensor which having(member_id,heart_rate_device_id) parameter I have created a service which is storing that live data into DB I want to show all member live data on collection on time when it will come it should be a refresh of every member data I have created an info table property which I am inserting live data but it should not update on member id wise it is adding the next row for the same member id Please check the screenshot that I have attached I want to show the same as this. Please suggest the way how to overcome this problem in thingworx
Hi, I tried to remove a Thing from Network using code below. Networks["NetworkTest"].RemoveFromNetwork({ name: toolName /* STRING */}); Then I used IsInNetwork() on this removed Thing, however it returns true. var result = Networks["NetworkTest"].IsInNetwork({ name: toolName }); I took a look under the Network Hierarchy tab. Apparently this Thing no longer exists in Network. Not know how to solve this issue. Hope anyone can help. Thanks a lot.
I am trying to implement map widget, based on locations I need to populate my count data on the location ( for ex. india - above india i need to show integer or string values dynamically inside my color design ). now I need to show total count of each country value inside my green or amber circled state def.
Hello all, We are running TWX 8.4 on a Kubernetes environment. We want to if the following files remain constant after the initial installation? \\ThingworxPlatform\keystore-password \\ThingworxStorage\keystore.pfx I am aware that after an application key has been created, it uses the symmetric key stored in \\ThingworxStorage\keystore.pfx. When it uses, does the file get updated? Thanks
Dear Thingworx Community, a new colleague has joined our company and we are currently introducing him to Thingworx. My idea is to create a sandbox project solely for him where he can do and test whatever he wants, with full permissions. But he should NOT be able to save any test entities to other projects, neither should he be able to modify existing entities from other projects.Is this possible? If yes, how? Thank youBenny
Hi everyone, Following up on something that we noted in our documentation a while back, we are planning to deprecate the ability to disable the Filter Content-Type option in the Platform Subsystem. Although enabling this setting is the default in ThingWorx, and doing so is strongly recommended to prevent cross-site request forgery (CSRF) attacks, it is still possible to disable it. We allowed for this option because of concerns about backwards compatibility, but now that several major versions have passed we are planning to make the default setting mandatory in a future release of ThingWorx (likely by the end of calendar year 2021). Removing the ability to disable Filter Content-Type will further enhance the security of the ThingWorx platform. Please chime in on this post of you have any concerns. Best, Walter Haydock ThingWorx Product Management
Greetings.I'm trying to build a service to call the BrowseGroups service from the root of a channel and then recursively call it on all of its subgroups (if they're not a System group) until they've all been visited and then return them in an InfoTable. So, for example, I'd call the service on "HiProfile_LBR" and it would then call itself on "HiProfile_LBR.HiProfile" and so on... (I collapsed the groups, but the channel in the example has more levels than what's shown in the image.) This is the code I've written at the moment: var query = { "filters": { "type": "EQ", "fieldName": "IsSystemGroup", "value": "true" } }; var tempTable, unionParams, groupTable; var newField = new Object(); newField.name = 'Color'; newField.baseType = 'STRING'; groupTable = Things[indConnector].BrowseGroups({ filter: undefined /* STRING */, path: path /* STRING */ }); groupTable.AddField(newField); //------------------------------------------------------- groupTable = Res
Hi guys, I have an issue with GridAdvanced widget. I have a service with standard data shape defined and I am also creating new columns based on input coming from JSON (means: creating column names based on input). When I bind a data from that service to the GridAdvanced Widget, it happen sometimes at runtime, that rendering of columns is not as I want, e.g. for hyperlink I will get only URL instead of clickable href and instead of checkbox for boolean I will get only a text. But it happen only in some cases, when I am creating new columns at runtime and get the error in console: What can I do to avoid this behavior? (Using standart od Dynamics grid does not help, because when I select "Show all columns" it lost that renders (checbox/hyperlink))
hello, getting an error "Unable To Parse JSON Request" while adding membership plan through mashup. i have one code which gives me existing existing plan name in database and i my another code is validation service created for the mashup where i wanted to compare plan name present in database with the validation service input plan name. Now when i click on add button it gives me an error "Unable To Parse JSON Request" i dont know why i am getting this error. below is my validation service code:- // result: INFOTABLE dataShape: ""let resultName = Things["PostgreSQL_DB"].getPlanName({plan_name: plan_name /* STRING */});// result: BOOLEANlet Priceresult = me.validateInteger({number: Price /* STRING */}); if(plan_name == "" || plan_name == null){result = 'Please enter Plan Name';}else if(resultName.plan_name == plan_name){result = 'Plan is already exist';}//else if(resultName.count > 0)//{// result = 'membership plan name is already exist';//}else if(Price == "" || Price == null){result
Hi Team, Suppose we don't want to install the analytics on our server and want to write custom logic for mean , median , mode and standard deviation calculation on our Thingworx 9.1 portal itself.. Could you please help with the custom logic for all these so that we would become dependency free from analytics. Thanks in advance.
Hello, I have installed Thingworx 9.1 with Postgre SQL using Thingworx Foundation installer on last week. Installation was done successfully and license also applied. Today I have observed 2 license files. ignored_license_capability_response.bin,successful_license_capability_response.bin. Why it is generated 2 license files. Please refer the attached screenshot. This is first time used Foundation installer on fresh system. Regards, Latha
Hello, I want to apply subscription when the live data will come then only I want to refresh data so plzz suggest how do I refresh live data when the data come???? Thanks in advance
Hello! I have a mashup with a dashboard that when I'm with an Admin account looks ok but when I log in with another user it doesn't appear in my mashup. I've already given Visibility and Run Time permission to the Org and UG this User belongs and still no change. Does someone know how can I solve this? Is there another permission type I must give?Thank you so much in advance.
Is there a way to use the BaseTypes VEC[X] in the C-SDK? I did not found any information in the HelpCenter (https://support.ptc.com/help/thingworx/edge_sdk_c/en/) to use the Basetypes. The only information i found is 4 Jears old (https://community.ptc.com/t5/ThingWorx-Developers/widget-for-3d-coordinates-input/m-p/502598) that states that the Datatypes are only for Vuforia. I also didn't find any Informations about it in the TWX HC besides the Datatypes (https://support.ptc.com/help/thingworx/platform/r9/en/index.html#page/ThingWorx/Help/Composer/Things/ThingProperties/ThingProperties.html) So is there a way to use VEC Based Properties in the SDK or is it better to Switch to IT?
Hi I am facing one issue where i need to keep column in grid as non-editable when particular column name is not configured in another table. column will be editable only when that column name is configured(in another table). How we can achieve it. Thanks
Dear community, I would like to use aggregation on string values, comparable to other languages, e. g. SQL. Easy example of an Infotable: myKey stringValue 1 "mx" 2 "my" 2 "mz" Any chance I can use the Aggregate function (or anything else) to get myKey stringValue 1 "mx" 2 "my" with "my" as the first or minimum value? Thank you Benny
Hello all, I am aware on how to configure SSL/HTTPS with a self-signed certificate for TWX. However, I don't find any relevant information on how to configure SSL/HTTPS with a CA certificate. Are there any steps available that I am missing? Thanks!
I am using TWX 8.5, I need to change fonts for few of the labels in my mashup. I tried using custom css .label { font-family:"Segoe UI" !important ; } like this, but code is not working previously I used this method in 8.4 It worked fine, I don't know why I am not able to change Segoe or Roboto fonts.
Can we display XML of type XSL in thingworx mashup ? I have kept the XML file in Thingworx File repository but I am not able to load XML. getting below error when trying to use the LoadXML method in a service. Wrapped by: com.thingworx.dsl.exceptions.DSLRequestProcessingException: Execution error in service script [getXml] :: Content is not allowed in prolog. at com.thingworx.dsl.engine.DSLProcessor.executeService(DSLProcessor.java:328) Any suggestions ? Please find attached XML for your reference.
Hi , I am exporting the infotable data in CSV but before exporting i am trying to remove couple of fields and specific row but the below code not working as expected. can someone help to get this? Thanks
I am using Breadcrumbs widget in a responsive layout, In runtime, if I use 2 links the last link in the breadcrumbs not shown fully. If use more than 2 or 3 links it showing correctly. find the image for reference. Please any one give a solution ASAP. 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.