How to Pass Model Tag value manually in parameters ? It doesn't accept String Value.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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 */
};
Solved! Go to Solution.
- Labels:
-
Coding
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Notify Moderator
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