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 -

c# - Selenium Authentication Popup preventing driver close or quit -

tensorflow when input_data MNIST_data , zlib.error: Error -3 while decompressing: invalid block type -