Thank you for the thoughtful response.   Could you please remind me where my activity's persistant storage can be accessed?<br><br><div class="gmail_quote">On Mon, Nov 29, 2010 at 7:34 AM, Aleksey Lim <span dir="ltr"><<a href="mailto:alsroot@member.fsf.org">alsroot@member.fsf.org</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;"><div><div></div><div class="h5">On Sun, Nov 28, 2010 at 06:38:58PM -0500, Erik Blankinship wrote:<br>
> If you wanted to [attempt to] automatically name new sugar activity<br>
> instances incrementally, what is the best technique to do this?<br>
><br>
> The solution I've come up with (not implemented, and not sure it can be<br>
> implemented): scan the journal, look at all of the existing filenames, and<br>
> then rename the new instance after some analysis?<br>
<br>
</div></div>It might be too expensive...<br>
<br>
Personally I'm not sure that it is the right way for common usage.<br>
More over we already have such identifier:<br>
<br>
* object_id, for internal usage<br>
* date, for user friendly usage.<br>
<br>
But you can experiment with setting incremental names on your activity<br>
side, i.e., just keep current seqno in activity persistent storage and<br>
increment it every time your create new object.<br>
<br>
--<br>
<font color="#888888">Aleksey<br>
</font></blockquote></div><br>