LS Retail - Quantity Sold Not Posted
anilkumar
Member Posts: 136
Hi Nav Experts!
Good Evening!
Can any expert suggest or guide me how to store the value of Quantity sold not posted value as a field in table.
As you know we can see the value of Quantity sold not posted in Retail Item Card, it is calling the function (BOUtils.ReturnQtySoldNotPosted), and showing the value in Retail Item Card,
As I am customizing a form, but that form having multiple lines, so I am unable to get the values as per variants.
if I want to store the value of QtySoldNotPst in the Transaction sales entry or any other table. How can I achieve.
Any help would be greatly appriciated!
Good Evening!
Can any expert suggest or guide me how to store the value of Quantity sold not posted value as a field in table.
As you know we can see the value of Quantity sold not posted in Retail Item Card, it is calling the function (BOUtils.ReturnQtySoldNotPosted), and showing the value in Retail Item Card,
As I am customizing a form, but that form having multiple lines, so I am unable to get the values as per variants.
QtySoldNotPst := BOUtils.ReturnQtySoldNotPosted("No.",
GETFILTER("Store Filter"),
GETFILTER("Variant Filter"),
GETFILTER("Date Filter"));
if I want to store the value of QtySoldNotPst in the Transaction sales entry or any other table. How can I achieve.
Any help would be greatly appriciated!
Anil Kumar Korada
Technical Consultant
Technical Consultant
0
Answers
-
You mentioned you need it on a variant table?
You'll need to change the code toQtySoldNotPst := BOUtils.ReturnQtySoldNotPosted("No.", GETFILTER("Store Filter"), "Variance Code" ), GETFILTER("Date Filter"));0 -
[Topic moved from 'NAV 2009' forum to 'NAV/Navision' forum]Regards,Alain Krikilion
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!0 -
Thanks a lot Rashed.
Is it possible to create a field in Item table for QuantitySoldNotPost??
In my form now getting the values of QtySoldNotPst, but total getting problem.
As for Total, I created one push button, code written on push.
Please guide me.Anil Kumar Korada
Technical Consultant0 -
total for one item? or for all item?0
-
Thanks for the reply....
for all items.Anil Kumar Korada
Technical Consultant0 -
As per Variant wise.Anil Kumar Korada
Technical Consultant0 -
Is this list on the Item card or item list? or on variant list?0
-
It's a Customized form(looks like Variant list).Anil Kumar Korada
Technical Consultant0 -
Add another column Call Total for Item
QtySoldNotPstItemTotal := BOUtils.ReturnQtySoldNotPosted("No.", GETFILTER("Store Filter"), '' ), GETFILTER("Date Filter"));0 -
Thanks Rashed, for the support and guidence.
Its working. but when filters applying that time it is not working.
my customized form, having filters in header part like store filter, division filter, etc.,
in lines have to display Itemno, Variant code, Avaiable stock in stores, etc.,
for available stock in stores, need to caliculate for quantity sold not posted in POS.
I tryed this way, add two flow fields, one to caliculate quantity sold in POS and other caliculating quantity from table "Trans. Sales Entry Status", deducting both the fields, then getting the value of Quantity sold not posted(the same logic used in BOUtils.ReturnQtySoldNotPosted function.
this is ok or any issues.Anil Kumar Korada
Technical Consultant0 -
Yes, it's ok.0
-
Thanks a lot Rashed for your support and guidence.Anil Kumar Korada
Technical Consultant0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.6K Microsoft Dynamics NAV
- 18.7K NAV Three Tier
- 38.4K NAV/Navision Classic Client
- 3.6K Navision Attain
- 2.4K Navision Financials
- 116 Navision DOS
- 851 Navision e-Commerce
- 1K NAV Tips & Tricks
- 772 NAV Dutch speaking only
- 617 NAV Courses, Exams & Certification
- 2K Microsoft Dynamics-Other
- 1.5K Dynamics AX
- 322 Dynamics CRM
- 111 Dynamics GP
- 10 Dynamics SL
- 1.5K Other
- 990 SQL General
- 383 SQL Performance
- 34 SQL Tips & Tricks
- 35 Design Patterns (General & Best Practices)
- 1 Architectural Patterns
- 10 Design Patterns
- 5 Implementation Patterns
- 53 3rd Party Products, Services & Events
- 1.6K General
- 1.1K General Chat
- 1.6K Website
- 83 Testing
- 1.2K Download section
- 23 How Tos section
- 252 Feedback
- 12 NAV TechDays 2013 Sessions
- 13 NAV TechDays 2012 Sessions
