We currently are using document management and approvals of documents. When we start approval process on the document the approvers in the list of approvers on the document receive an email telling them about a document requiring approval and the document is attached to the email for them to view.
We’d like to utilize the IFS Notify Me application so someone who may not have direct access to IFS can receive the notification of the pending approval request and ideally be able to approve or reject the document from the IFS Notify Me application.
Is this functionality available within IFS Application 10 Update 8 or above?
Do we need to define a custom action to accomplish the functionality?
Regards,
William Klotz
Page 1 / 1
@JOOLSE?
Hi
We do not have the functionality for document approval in IFS Aurena Notify Me or IFS Notify Me.
Not sure what you mean with custom action?
Regards
Johan
Hello,
We currently are using document management and approvals of documents. When we start approval process on the document the approvers in the list of approvers on the document receive an email telling them about a document requiring approval and the document is attached to the email for them to view.
We’d like to utilize the IFS Notify Me application so someone who may not have direct access to IFS can receive the notification of the pending approval request and ideally be able to approve or reject the document from the IFS Notify Me application.
Is this functionality available within IFS Application 10 Update 8 or above?
Do we need to define a custom action to accomplish the functionality?
Regards,
William Klotz
Hi William,
I am actually trying to setup an event to email about a document requiring approval. Is there anything standard out there you used? Or could you show me how you have yours set up as a custom event?
Hi @BLLBrucemo ,
We created a custom action on the STEP_READY_FOR_APPROVAL to email users of a document requiring approval. We also attached the document to the email. This works well to notify the users and delivery the document to them via email.
We’d really like to enhance by creating another custom event action to send the notification to the user via Notify Me so they could receive it on their phone and approve or reject the document. We can send a streams notification which will provide notification on the Notify Me application but the user must still log into IFS Aurena or IEE to authorize or reject.
BEGIN EDM_FILE_API.REFERENCE_EXIST(f_,doc_class_, doc_no_, doc_sheet_, doc_rev_,'VIEW'); IF f_ = 'TRUE' THEN doc_type_ := 'VIEW'; ELSE doc_type_ := 'ORIGINAL'; END IF;
Would also be very interested in a NotifyMe way of viewing approving these
Ive given your event a try, as am sure that functionality will go down really well with our business but am receiving an error:
Error while sending data... Caused by: javax.mail.MessagingException: IOException while sending message Caused by: java.io.FileNotFoundException: (117482 - &KEY02 - &KEY04 - &KEY03) - 1. (The system cannot find the file specified)
Seems it cannot find the attached file.. any ideas?
Just to add, it seems to be that the event has pulled back an incorrect document no.
When i try in pl/sql, with the correct doc no it works a treat.
Wonder how the wrong one was selected?
@william.klotz I’m also trying to create a custom notification in notify me to catch the Document Approvals for Sales Quotations. I managed to create the notification and see it in notify me app, but I’m currently struggling with the actions.
Check below topic. Could be useful for you also. I’m hoping @rukflk or @James Ashmore could give me a tip on the actions so that I could get them working as well.