This topic is locked

Add link to edit record in email message

10/2/2014 11:37:00 AM
ASPRunnerPro General questions
G
gwr477 author

I would like to add a link in an full message event that links back to edit the record. Is that possible?

G
gwr477 author 10/23/2014



I would like to add a link in an full message event that links back to edit the record. Is that possible?



Any ideas?

admin 10/23/2014

Sure, here is the sample link to Employee Edit page:

http://xlinesoft.com/livedemo/asprunner/livedemo1/Employees_edit.asp?editid1=1

G
gwr477 author 11/5/2014



Sure, here is the sample link to Employee Edit page:

http://xlinesoft.com/livedemo/asprunner/livedemo1/Employees_edit.asp?editid1=1

G
gwr477 author 11/5/2014






But how is this edit link generated in an email event? I know what a link to an edit page looks like, but need the link to appear in an email so that my admins can just click on the link in the email to go directly to the edit pages.

admin 11/12/2014

It all depends on what kind of code you use, where you put this code etc. As a rule of thumb - you need to figure out the key column of the record in question and add it tot he URL after editid1= part.