Community Tip - You can subscribe to a forum, label or individual post and receive email notifications when someone posts a new topic or reply. Learn more! X

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

SwapnilP
12-Amethyst

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 */
};

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

Announcements


Top Tags