Options

I want to add two flowfields but its not working? Can someone help with other ideas

I am working on something like this:

customerPresent( flowfield count of all customers Present)
CustomerAbsent (Flowfield count of all customers absent).


TotalCustomer := customerPresent + CustomerAbsent;

keeps giving error of two record fileds or so.

Best Answer

Answers

  • Options
    maheshroyal34maheshroyal34 Member Posts: 19
    Hi,

    have you tried to call calcfields(field1,field2,..)?
  • Options
    SuDSuD Member Posts: 102
    Hii
    you should try "Rec.Calcifields(customerPresent,CustomerAbsent)"
  • Options
    zohaibu95@hotmail.comzohaibu95@hotmail.com Member Posts: 223
    Before using Flow fields in your code don't forget to call Rec.CALCFIELDS("flow field");
    Best Regards
    Zohaib Ahmed
    Dynamics NAV ERP Technical Consultant.

    please like / agree / verify my answer, if it was helpful for you. thanks.
Sign In or Register to comment.