Document record FYI notifications sent for documents that don't require an approval?
Can we send document record FYI notifications that don't require an approval to a specified user? I'm trying to send a FYI to an HR employee when other employees upload a document to their Document Records for document that do NOT require an approval. Is this possible? So far I have this rule condition:
((getNewDoRByTransactionIdResponse.result.AuthorizationRequired == "N") AND (getNewDoRByTransactionIdResponse.result.categoryCode == "BENEF") AND (Requestor's Assignment.department != "Human Resources"))
and this is not generating a FYI notification.