I have a Keyword field in my component "somefield". It has one key and Value.
key: msg
Value: message
Is it possiblt to retrieve the key value of a keyword directly in DreamWeaver.
Can any one help me on that
Thanks in adavance
I have a Keyword field in my component "somefield". It has one key and Value.
key: msg
Value: message
Is it possiblt to retrieve the key value of a keyword directly in DreamWeaver.
Can any one help me on that
Thanks in adavance
In Dreamweaver it is not possible to do this directly. You need to use the TOM.NET API to get the key and place it into the package. Then you can use the package item in your Dreamweaver TBB.
You can use sample code from here to get keywords.Push them to package using c# tbb or use the logic in custom function.