cancel
Showing results for 
Search instead for 
Did you mean: 

use current user in the user Defined alerts

Former Member
0 Kudos

Hi

i created a UDQ with a filter on the Current user (where ???=$[USER]

and it's working fine.

but when i use it in the User Defined Alert, nothing happen. the UD Alert doesn't fire.

is there any solution?

10x

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

Could you post you entire query?

Thanks,

Gordon

Former Member
0 Kudos

H Gordan

for example:

select t0.docentry,t0.docnum,t0.cardcode,t0.cardname from ordr t0 where t0.docstatus='O' and t0.usersign=$[[USER]]

if you save it as UDQ and run it, it will return all open sales orders for current user.

try to link it to an alert, it won't show you any thing

regards;

Edited by: Dany Bittar on May 12, 2011 1:08 PM

Former Member
0 Kudos

Because alert function is not directly link to any user session, your goal may not be achievable.