Jump to content
  • 0

How to keep track of changes


Cablecutter

Question

1 answer to this question

Recommended Posts

  • 0

hi,

What kind of DataPage is this? If it is an update Datapage/Detail DataPage, you can write a simple script and receive the value of the field before it is changed. Then send this value in email.

Steps:

1) insert a virtual field in 'Configure Fields' (let's say the name of virtual field is Virtual1)

2) insert a HTML BLOCK and write following code in it.

window.onload=preval;

function preval()

{

document.getElementById('cbParamVirtual1').value=document.getElementById('EditRecordFIELDNAME').value; //FIELDNAME is the name of the field that will have new value. The field you want to send to web master.

}

3) in the email insert the 'virtual field' as the old value storing field. and insert the regular field which will have new updated value.

hope this helps.

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...