Hey mate, sorry if I’m on the wrong track, but are you just trying to print the frontend values of that field? If so, %asset_metadata_Project_Team% is the format for printing these. Mods and replacements can then be made to those values.
woo! that was quick. I tried %asset_metadata_Project_Team% as well and it was giving me no love. Sorry I should have said that as well. I will give it another whirl - CMS may just be temperamental this eve...
Step 1 in metadata keyword troubleshooting is case of characters. Is the field name definitely title case as you’re referencing it? Sometimes I have to triple check this!
ello there thanks so much for the help - especially so late as well!
Yep it is. I think it is because I also have another schema referencing these fields that's attached to the asset. I thought I would be able to reuse what was inputted in these fields to save some time
MySource Warning
File:
[SYSTEM_ROOT]/core/assets/metadata/metadata_section/metadata_section_edit_fns.inc
Line:
430
Message:
Cannot use asset_metadata_XXX keyword for metadata field value. Replacing asset_metadata_XXX keyword by metadata_field_XXX [SYS0344]
Backtrace:
<a>Show</a>
no matrix mysource warning popped up when I did the assets individually rather than cascade - but the circular key warning still pops up
Warning
<img height="21" src="https://cms.csu.edu.au/__lib/web/images/section_icon.gif" width="27" alt="section_icon.gif">
<a></a>
<ul><li>keywords</li>
</ul><span>Circular Keyword Reference(s) found</span>
<p> <p>would I need to output the value rather than a field in a field
Looks like the metadata field keyword replacement you are using there is eventually referenced back to itself.
The "Circular Keyword Reference(s) found" warning is shown if a metadata field "A" references to another metadata field "B" that eventually references back to "A". For example following will give you such warning:
Example 1: Referencing itself
name: %metadata_field_name%
Example 2: Circular referencing through 2 or more fields
field_a: %metadata_field_field_b%
field_b: %metadata_field_field_c%
field_c: %metadata_field_field_a%
Can you show us your metadata screen for which you are getting this warning?