Page 1 of 1

DSPROJECTNAME in Sequencer

Posted: Thu Oct 11, 2007 5:19 pm
by nkln@you
I am using DS 7.5.2.

I need to pass the value of DSPROJECTNAME in Routine activity of a Sequencer. Is this possible.

I could not find how to access this variable from a Sequencer.

My intention, whenever a mail is sent through mail notification activity, the reader of the mail should know from which project this mail is coming.

Posted: Thu Oct 11, 2007 5:21 pm
by ArndW
If it isn't a builtin, then you can create a user routine activity and call DSGetProjectInfo(DSJ.PROJECTNAME).