Is there a way I can get the field value of a document if I know the document UNID?
I have the following code:
var a = database.getDocumentByUNID(sessionScope.unid);
- sessionScope.unid contains the documentUNID.
I can't see any methods avaible if I do a. . Is there something wrong?