cancel
Showing results for 
Search instead for 
Did you mean: 

pld

Former Member
0 Kudos

Hi Experts,

Is it possible to get the A/P invoice Due date in the outgoing Payment............

Regards-

Mona.

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hi Mona,

Yes. It is possible. However, you may need to add UDF for this purpose.

Thanks,

Gordon

Former Member
0 Kudos

hi,

could u pls provide the query for the same...............

regards-

mona

Former Member
0 Kudos

hi,

could u pls provide the query for the same...............

regards-

mona

Former Member
0 Kudos

Hi Mona,

I am agree with Gordon. You have to create/use existing one UDF and set one FMS on that.

You can use below query for that FMS. pls change as per requirement.

select opch.docduedatae

from opvm inner join

vpm2 on ovpm.docentry = vpm2.docnum inner join

opch on vpm2.docentry = opch.docentry

where ovpm.transid = $[ovpm.transid]

I think it may help you.

With Best Regards,

Chintesh Soni

+91-94276 08674

Former Member
0 Kudos

The query which you have gave i tried it out but its not working ........

Former Member
0 Kudos

Hi,

Try this

select opch.docduedatae

from opvm inner join

vpm2 on ovpm.docentry = vpm2.docnum inner join

opch on vpm2.docentry = opch.docentry

where ovpm.transid = $(ovpm.transid)

user squere brackets insted of common bracket

Chintesh Soni

Former Member
0 Kudos

Hi ,

I tried out every possibility could anyone help me out in getting the query for the same......

mona

Former Member
0 Kudos

Hi ,

I tried out every possibility could anyone help me out in getting the query for the same......

mona

Answers (1)

Answers (1)

Former Member
0 Kudos

Hello mona

Edit the PLD of outgoing payment

1.Do formsetting for Outgoing payment PLD --- Enable Due date option

2.Put the the due date(1) in the PLD.

3.Now, see the print preview and check the due date(AP Invoice ) is displaying .

Thanks

Santhosh.k