cancel
Showing results for 
Search instead for 
Did you mean: 

Notification in cFolder

Former Member
0 Kudos

Hi All,

We are having the following requirement.

I have sent the notification to my supplier and now I wanted to know whether he has viewd it or not.

Is there any way by which we can get notified as soon as the supplier view the notification?

Thanks

Yogesh P

Edited by: Yogesh Pande on May 14, 2010 10:36 AM

Accepted Solutions (0)

Answers (1)

Answers (1)

0 Kudos

HI Yogesh,

my first Idea would be to write a Report that runs periodicly that checks the table

CFX_NOTIFICATION (mainly the flag IS_READ and the attribute read_on )

That has the information you need. Yet there is not standard way to solve that issue.

Annother way would be :

the BSP Page

nft_de.htm

eventhandler ON INITIALIZATION

in the CALL of cl_cfx_ntf_ui=>get_attributes you could check the attributes and maybe generate a new mail there to see that

NOTICE: this coding is run thorugh evertime a notification is read.

sincerly yours

Marcus Wagler

Former Member
0 Kudos

Thanks Marcus,

I will work on both the options and will share the outcome.

Thanks

Yogesh Pande