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.
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
Comments
Co-Founder Liberty Grove Software
Author: Programming Microsoft Dynamics NAV (V5.0), 2009, 2013
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.
Shiv
Co-Founder Liberty Grove Software
Author: Programming Microsoft Dynamics NAV (V5.0), 2009, 2013