hi,
I want to set field using document unique ID.
now my problem is , the document for which i want to set the field is in different database. so i cannot use @SetDocField . it want work
and I want to achieve this in formula language itself.
Please help me…
Thanks in advance
Regards
paaras
Subject: setting the field using formula language by using docuniq Id
You could use lotusScript by taking reference to that database and can do archive
Cheers,
Dev
PCLP 6/6/.5/7.0/8.0
Subject: setting the field using formula language by using docuniq Id
Paaras,
I do not think that you can update documents in other databases directly using formula. You would have to use LS. Why does this need to be done in formula language? That seems like kind of a ridiculous design restriction.