Hi i am using the getDocumentFromFolder() function from a plugin. The sortBy paramater was not accepting the value "created". Please advise on what to do. Thank you
Discussion posts and replies are publicly visible
Typically functions do not support keyword arguments, you will also want to pass a value for the recursiveSearch parameter such as:
a!localVariables( local!document: getdocumentsfromfolder( cons!LCP_QCK_FINALREPORTS_FOLDER, false, "created", false ), local!document )