Options

Flow Fields in Webservices

SHIV_DYNSHIV_DYN Member Posts: 30
edited 2010-05-04 in NAV Three Tier
Hi everyone,
could any one tell me,
How can i retrive Flow Fields values in Web(Ex: Dot Net Framework) using NAV 2009 webservices
.
Thanks & Regards,
Shiv

Comments

  • Options
    davesdaves Member Posts: 49
    Create a function in a codeunit that does the CalcFields, then pass the results in parameters.
    Dave Studebaker
    Co-Founder Liberty Grove Software
    Author: Programming Microsoft Dynamics NAV (V5.0), 2009, 2013
  • Options
    SHIV_DYNSHIV_DYN Member Posts: 30
    Hi,
    Thanks for reply, here my requirement is, i need get all the fields from Item Ledger Entry table at a time throug
    Webservices. Except Flow fields system displying all the fields from ILE.
    Thanks & Regards,
    Shiv
  • Options
    davesdaves Member Posts: 49
    To the best of my knowledge, Flowfields must be calculated and passed back as parameter values, not in place in the data record. If you don't want to use a page for the Normal values and a separate codeunit function for the flowfields, you could pass all the fields as parameters in a codeunit function. Since the Item Ledger Entry table has many fields, you may possibly encounter some size limit (e.g. # of parameters, total size of data in parameters, etc.). IF you don't need 100% of the fields, just pass the ones you need.
    Dave Studebaker
    Co-Founder Liberty Grove Software
    Author: Programming Microsoft Dynamics NAV (V5.0), 2009, 2013
Sign In or Register to comment.