cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
Showing results for 
Search instead for 
Did you mean: 

Community Tip - Want the oppurtunity to discuss enhancements to PTC products? Join a working group! X

Can I add new field AssetType in NetworkConnection DataShape?

bgupta-2
9-Granite

Can I add new field AssetType in NetworkConnection DataShape?

Dear Team,

Can I add new field AssetType in NetworkConnection DataShape?

I am creating network using

treeConnections : this  infotable contain to, from , assetType and connection type.

params = {

name: "serveHierarchy" /* STRING */,

description: "serve Hierarchy" /* STRING */,

connections: treeConnections /* INFOTABLE */,

tags: undefined /* TAGS */

};

Resources["EntityServices"].CreateNetwork(params);

Here in network I am getting only  to, from and connection type filed only.

How can I get all four fileds( to, from , assetType and connection type ) by using above service

2 REPLIES 2
posipova
20-Turquoise
(To:bgupta-2)

I believe currently it is not possible to add a new assetype in the networkconnection datashape.

Thanks

Top Tags