New Response
Cancel
Copy to Archive
Move to Archive
Document Library
Main Topic
Kurt Tomicich
2005/02/15
Procedure
Reference
Subject:
Default recipient when forwarding a document with a button
Category:
Tips\ Notes\ Programming
Version:
Revision Date:
2005/02/15
Modified:
2005/03/07
Reviewers
Originator
Previous
Current
Future
Kurt Tomicich
Kurt Tomicich/KRT
None
None
@Command
([
MailForward
]);
@If
(
@Version
<
166
; @Command
([
EditGotoField
];
"SendTo"
);
@Command
([
EditGotoField
] ;
"EnterSendTo"
));
@Command
([
EditInsertText
] ;
"Information Systems"
);
@Command
(
[
EditGotoField
] ;
"Subject"
);
tempCName:=
@Name
([CN];
@UserName
);
@Command
([
EditInsertText
] ;
"Project Request - "
+
@Left
(tempCName;
1
) +
@RightBack
(tempCName;
" "
) +
" - <description>"
);
@Command
([
EditGotoField
] ;
"Body"
)
Currently, the last line is pointless as it doesn't place the cursor into the Body field as intended.
Submitted for review on 2/15/2005
Review completed by Kurt Tomicich on 3/7/2005
All Documents
   
By Author
   
By Category
   
By Alternate Name
   
Review Status
   
Help