Issued Reminder

Hello,

i have a problem on Dynamics Nav 4.03.

I have a Report “#50034 Issued List” and the report had the following Dataitems

Issued Reminder Header

Integer

Issued Reminder Header

Issued Reminder Line

The Report print the Issued Header No. and do it right, but i´d like to show the Customer.Payment Terms Code in relation of the right Customer.

I have 2 Variables programmed

Customer - Record Table Customer

Cus Zlg - Text 20

In C/AL for the Issued Header - On after get Record is this code programmed

“Cus Zlg” := Customer.“Payment Terms Code”.

In Sections is show the Field “Cus Zlg” and the Source Expression in the Properties of this field is the Variable “Cus-Zlg”.

When i print the report is the Field Cus-Zlg empty but the Customer.“Payment Terms Code” for the Customer is not empty.

Please help me but i don´t understand where my error is?

Thanks

Peter Flemming

I am sure you are not a tecjnical person…

Write

IF Customer.GET(“Customer No.”) THEN

“Cus Zlg” := Customer.“Payment Terms Code”.

Thank you very much - that is it!

I´m so silly.

Sorry for the silly question!

Peter Flemming

Welcome

Please verify the post which solved your problem…