cancel
Showing results for 
Search instead for 
Did you mean: 

Alert for Delivery

Former Member
0 Kudos

Hi All,

I am using the below mentioned query which is assigned to generate alert to employee after addition of delivery. This alert works fine.

My requirement is: when alert is open in Inbox by user their is an column for attachment i want to provide link to user to access the PLD for delivery.

Solution will be appreciable.

SELECT T0.[CardName], T0.[DocDate], T1.[ItemCode], T1.[Dscription],

T1.[Quantity] FROM ODLN T0 INNER JOIN DLN1 T1 ON T0.DocEntry = T1.DocEntry

Where DateDiff (dd, T0.DocDate,Getdate())=0

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Try this if this fissile

Whenever user make delivery document then ,he can send PLD using these step.

1.When user add document > click on e-mail option in icon bar ,

2.it will ask that you would like to attachment then click yes.

3.Select Add recipient(Select your SAP user)

4.Select ok main window.

5.You can check in Attachment tab for PLD.

And select send button.

it will send attachment to recipient with PLD .

Alert management provide alert.

Thanks

Manvendra Singh Niranjan

Former Member
0 Kudos

Hi thanks for reply

I am aware with the process but just want to know whether it is possible to provide attachement or link for the document through Alert.

Former Member
0 Kudos

I think need to SDK for same.

Thanks

Manvendra Singh Niranjan

Answers (1)

Answers (1)

Former Member
0 Kudos

Hi,

It is not possible through existing function.

Thanks,

Gordon

Former Member
0 Kudos

Thanks all.