What is the equivalent of db.UnprocessedDocuments in Lotus Notes Formula Language -


i want hold of selected document view. have use formula language. using lotus script can access document(s) e.g, way:

set dcselecteddoc = db.unprocesseddocuments

and can access individual fields. want same using formula language. tried no luck: @getfield ( "crmpath" ).

please help!

set agent property "target" = "all selected documents" , can access fields of selected document, @prompt([ok]; "crmpath value"; crmpath)


Comments

Popular posts from this blog

javascript - Clear button on addentry page doesn't work -

python - Error: Unresolved reference 'selenium' What is the reason? -

asp.net ajax - Jquery scroll to element just goes to top of page -