Hi All,On a lighter node, I think that teamsite metadata is truly becoming a rock star. Ruling the post these day :-)Some Serious Bussiness now: I am working on Teamsite 6.7.1 UNIX environment. I am aware of Metadata concept. I know that Tag can be calld thru...File-->Tag.Then Metadata capture form will appear which is customizable.Problem: I need to call this metadata capture form when a user start filling a dct. The dct itself should give an option to call metadata capture form so that he can fill the attributes on that form.Solution Required: Can this be acheivable thru inlines or callout?? Please suggest.-Thanks,Retesh
With common set of attributes, you can hard code them as hidden elements in your DCT and assign them as EA's on Save.
Alternately execute an external script that assigns EA for every DCR created.
Thanks for the quick reply guys.My Purpose: We have 15 common attributes in many dcts. Now we want to show these common dct fields as a metatag window when a user attempts to fill/edit the dct. Chicka: I am trying to understand the logic you have mentioned.To implement my above said purpose I need to give dcr path and tag path in two different java script variable.So when I save my dct after that a pop up window containing metatag attribute should appear. In the dcrpath path variable it should get the value of the dcr which I just saved with a name, Correct!!This procedure looks a bit complicated to me. Is there any other way to get around this?? Thanks,Retesh