Topic Options
Rate This Topic
#110398 - 01/12/05 10:31 PM Diary field stamps
yabenyj Offline
newbie

Registered: 03/09/05
Posts: 3
Does anybody know of a way to configure the Diary field so that it includes
more than the standard timestamp and user name?

For example, I would like to include Status and Assignee to the diary stamp.

Thanks,

Jackie Yabeny-Bahe
Support Systems Analyst
University of Arizona Library


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)


Top
#110399 - 01/12/05 10:48 PM Re: Diary field stamps [Re: alan_williams]
arslistlilly Offline
enthusiast

Registered: 03/11/04
Posts: 306
The only way to do that is via workflow.
Have a filter fire on Modify with the run if of 'TR.DiaryField' != $NULL$, and then perform a set fields into it. Don't forget to include the field or it will be overwritten. e.g. $Status$ + "" + $DiaryField$

Later
Stephen


"Yabeny-Bahe, Jacqueline" wrote:
Does anybody know of a way to configure the Diary field so that it includes
more than the standard timestamp and user name?

For example, I would like to include Status and Assignee to the diary stamp.

Thanks,

Jackie Yabeny-Bahe
Support Systems Analyst
University of Arizona Library


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)


ARS 5.1.2
Oracel 9i


---------------------------------
Post your free ad now! Yahoo! Canada Personals


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)

Top
#110400 - 01/12/05 10:54 PM Re: Diary field stamps [Re: alan_williams]
jack_covert Offline
enthusiast

Registered: 03/11/04
Posts: 398
I would create an Active Link that when the diary field is being added to
you do a set fields of $Status$ + " " + $Assignee$ + " " + $Diary$

-----Original Message-----
From: Yabeny-Bahe, Jacqueline [mailto:yabenyj@U.LIBRARY.ARIZONA.EDU]
Sent: Thursday, January 13, 2005 2:32 PM
To: arslist@ARSLIST.ORG
Subject: Diary field stamps

Does anybody know of a way to configure the Diary field so that it includes
more than the standard timestamp and user name?

For example, I would like to include Status and Assignee to the diary stamp.

Thanks,

Jackie Yabeny-Bahe
Support Systems Analyst
University of Arizona Library



UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)


UNSUBSCRIBE or access ARSlist Archives at http://www.ARSLIST.org
(Support: mailto:support@arslist.org)


Top