Retreiving the value of a computed for display field

Hi

I want to access the documents in the Cluster Directory database ( cldbdir.nsf) through Lotusscript to retrieve the replica id. But the only field on the document that really holds that value ( ReplicaDisplay) is a computer for display field. Is it possible somehow to retrieve that value through lotusscript ( in the background through an scheduled agent)?

Kind Regards

Subject: Retreiving the value of a computed for display field

Have a look at the formula used to compute the field:@Text(ReplicaID; “*”)

For your purpose use the contents of the field “ReplicaID” ( this field IS available in the documents! )

cu axel

Subject: RE: Retreiving the value of a computed for display field

Maybe by using Evaluate to calculate the same formula…