Community Tip - Need to share some code when posting a question or reply? Make sure to use the "Insert code sample" menu option. Learn more! X
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
I believe currently it is not possible to add a new assetype in the networkconnection datashape.
Thanks