cancel
Showing results for 
Search instead for 
Did you mean: 

Crystal Report DocKey@ for payment wizard PWZ3

0 Kudos

Hi

i am working on crystal report for payment wizard recommendation report, appreciate if anyone can tell me the dockey@ for payment wizard (PWZ3), as i have tried 'IDentry', 'docnum' etc, but when i preview the layout in payment wizard recommendation report, it's still request the parameter of the dockey

Thank you

Regards

Chloe Ng

Accepted Solutions (0)

Answers (2)

Answers (2)

azizelmir
Contributor
0 Kudos

Hi Ng,

Try the combination of these two key fields "IdEntry" and "PymNum".

cast(IdEntry as Varchar(20)) + cast(PymNum as varchar(20)) as 'DocKey@'

Thank you,

Aziz

0 Kudos

Thank you

but, also cannot

kvbalakumar
Active Contributor
0 Kudos

Hi,

You may try to use "IdNumber" of OPWZ table.

Regards,

Bala

0 Kudos

Hi

Thank you, but i have tried, also cannot.