Skip to main content
SwapnilP
13-Aquamarine
June 17, 2020
Solved

How to Pass Model Tag value manually in parameters ? It doesn't accept String Value.

  • June 17, 2020
  • 1 reply
  • 960 views

var params = {
path: '/abc/' /* STRING */,
includeDependents: 'True' /* BOOLEAN */,
// collection: 'All' /* STRING */,
repositoryName: 'SystemRepository' /* THINGNAME */,
tags: Tag /* TAGS */
};

Best answer by slangley

Hi @spopat.

 

You have to create the model tag first, and then the vocabulary term.  As an example, if you have a model tag called "Applications" and a vocabulary term within called "File Transfer", the format would then be:

 

tags: "Applications:File Transfer"

 

Please let us know if you have further questions.

 

Regards.

 

--Sharon

1 reply

slangleyCommunity ManagerAnswer
Support
June 18, 2020

Hi @spopat.

 

You have to create the model tag first, and then the vocabulary term.  As an example, if you have a model tag called "Applications" and a vocabulary term within called "File Transfer", the format would then be:

 

tags: "Applications:File Transfer"

 

Please let us know if you have further questions.

 

Regards.

 

--Sharon