Expand my Community achievements bar.

Adding Metadata (Name, Autor, Version) eg,) to Footer

Avatar

Level 1

If been reading true the forum quit a while but didn't find my answer.

I try to add metadata information from the form features (working with a German version I hope this is the correct term) like Name, Author, Version, Date Created, Date of Version, into a text field in the footer. Unfortunately I didn't find any reference on how to do that.

Can someone help?

Chaefferli

Working with:

Adobe LiveCycle Designer from Adobe Professional 8.0

2 Replies

Avatar

Former Community Member

This command will get you access to the information:

form1.desc.nodes.namedItem("datakey").value

Assuming that your root node is called form1. Hereis a list of valid datakeys for each metaData item.

Hope that helps

Paul

Avatar

Level 1

Hi Paul

Your answer leads me to the one I was looking for:

this.rawValue = xfa.form.Form1.desc.version.value;

Thanks

Chaefferli