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

Community Tip - If community subscription notifications are filling up your inbox you can set up a daily digest and get all your notifications in a single email. X

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

SwapnilP
11-Garnet

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

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

1 ACCEPTED SOLUTION

Accepted Solutions
slangley
23-Emerald II
(To:SwapnilP)

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

View solution in original post

1 REPLY 1
slangley
23-Emerald II
(To:SwapnilP)

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

Top Tags