Options

Retrieve name

Anand25Anand25 Member Posts: 2
hello all,
as am new to nav.. trying to retrieve name from customer table... pl help me..

am working with cust. led. Entry and Detailed cust ledge entry

Answers

  • Options
    Create flowfield on CLE an DCLE for lookup in Customer.Name
  • Options
    Anand25Anand25 Member Posts: 2
    @bostjan.les@gmail.com Thanks, am trying to do in report. using setrange.. can you explain how could i achieve in report
  • Options
    Ok in report:
    1. Add Global Record type Customer. Lets name it recCustomer
    2. OnAfterGetRecord on dataitem CLE/DCLE add code recCustomer.GET(DataItemName."Customer No."),
    3. Use recCustomer.Name in section.

    ijwvxx5t7qbc.jpg


Sign In or Register to comment.