Who has viewed the form

P

p_wills

I want to display on the form a list of who has viewed the form (i.e. Windows
login id and date). Is that possible.
 
S

Swathi (GGK Tech)

Hi,
Set the user name and date to a repeating field when the user opens the
form. Add the names to this node and save the form every time after opening
form.
 
P

p_wills

I have created a repeating table and used a rule on-open to set column 1 to
get-role() and column 2 to now(). However, that doesn't add a row each time.
The one and only row just gets updated.
 
S

Swathi (GGK Tech)

Hi,

You need to add a new node manually in the code.(ex: If you have the xpath
of the repeating row is like /my:myFields/my:group1/my:group2/my:role then
you have to insert a group2 node.) and assign the values to the fields every
time when form is opened.
 
P

p_wills

I have no idea how to code that, I would have thought it should have been
possible without coding. Oh dear!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top