Find the specific "Sales Price" the used to validate "Unit Price" on Sales Order Lines

GFBirk
Member Posts: 2
Hi!
This is in Business Central cloud.
I'm looking for a way to find the specific "Sales Price" the system fetches to determine the "Unit Price" when validating the "No." field on Sales Lines for orders. I have a custom field on the "Sales Price" table that needs to be transferred from the correct "Sales Price" line to the Sales Line on Validation. I'm having trouble finding the correct event to subscribe to that includes information of the specific "Sales Price" line used.
Advice and thoughts are greatly appreciated.
This is in Business Central cloud.
I'm looking for a way to find the specific "Sales Price" the system fetches to determine the "Unit Price" when validating the "No." field on Sales Lines for orders. I have a custom field on the "Sales Price" table that needs to be transferred from the correct "Sales Price" line to the Sales Line on Validation. I'm having trouble finding the correct event to subscribe to that includes information of the specific "Sales Price" line used.
Advice and thoughts are greatly appreciated.
0
Answers
-
I think "No." shouldn't be enough because in sales price it's a setup of mininum quantity too. I would go for after quantity0
-
You will need some trigger published by Codeunit 7000 Sales Price Calc. Mgt.
Which one exactly depends, but check if OnAfterFindSalesLinePrice does it for you.
How do you find the right place? Follow the code (in your head, or in the debugger) as it gets executed, until you find a suitable spot.1 -
this should be your correct event:
[EventSubscriber(ObjectType::Table, Database::"Sales Line", 'OnUpdateUnitPriceByFieldOnAfterFindPrice', '', false, false)]1
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
- 320 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