: 25 : 29 : 4 |
I would like the ability to get a handle to the current document's UNID BEFORE it is saved for the first time. Currently if you grab the UNID prior to its first save, the UNID changes on save and rightfully so. I understand I could save onload via a wqo or the like or do a myriad of saves during the course of working on the document. I have even gone so far as saving the document then handling a premature exit and/or draft by prompting the user if they want to save the current document. I just thought it would be nice to "reserve" the unid prior to save (ie if the doc has a unid , then don't override it or something similar). |