R
ridawg
I've created a form for logging calls. Essentially, the form is used by one
person and they enter all their calls into this one form (kind of like the
asset template where you just click insert to insert a new asset). So the
form would have 1 to many calls. I would like to create an email button that
would create an email message based on the call information entered (ie.
subject would be equal to Call Subject, body would be equal to call id & call
description, etc).
I'm not sure if this is possible and if possible how to actually do it. I'm
not that familiar with xml or jscript. I've created email stuff using
vbscript (which I prefer to use vs. jscript), asp/vbscript, asp.net/vb.net,
and vba. With my current setup I'm limited to jscript, vbscript & vba.
I guess I'm not sure how much control I have over the creation of the email.
I don't want to send the whole form just data related to this particular call
and even then not all the data but a certain subset of the call data. I
thought the best way to do this would be to create a button that is part of
my repeating table but I'm not sure how to make it directly related to that
call instance or how to actually create the email message with only certain
fields vs. sending the entire form
Hope what I wrote makes sense! Any help would be greatly appreciated!
person and they enter all their calls into this one form (kind of like the
asset template where you just click insert to insert a new asset). So the
form would have 1 to many calls. I would like to create an email button that
would create an email message based on the call information entered (ie.
subject would be equal to Call Subject, body would be equal to call id & call
description, etc).
I'm not sure if this is possible and if possible how to actually do it. I'm
not that familiar with xml or jscript. I've created email stuff using
vbscript (which I prefer to use vs. jscript), asp/vbscript, asp.net/vb.net,
and vba. With my current setup I'm limited to jscript, vbscript & vba.
I guess I'm not sure how much control I have over the creation of the email.
I don't want to send the whole form just data related to this particular call
and even then not all the data but a certain subset of the call data. I
thought the best way to do this would be to create a button that is part of
my repeating table but I'm not sure how to make it directly related to that
call instance or how to actually create the email message with only certain
fields vs. sending the entire form
Hope what I wrote makes sense! Any help would be greatly appreciated!