How to find code of Event/Subscription
navuser1
Member Posts: 1,334
Dear Sir,
How do I find the code of Event/Subscription in NAV 2016 ?
Thanks,
navuser1
How do I find the code of Event/Subscription in NAV 2016 ?
Thanks,
navuser1
Now or Never
0
Answers
-
In DEV-Environment -> Tools -> Debugger -> Event SubscriptionsMy blog - https://www.HannesHolst.com/1
-
Thanks for your reply...
I want to modify the code of the function related to "OnBeforePostSalesDoc(Rec)" in Codeunit 80 (NAV 2016).
How do I do ?
Now or Never0 -
In DEV-Environment -> Tools -> Debugger -> Event Subscriptions -> Filter for Publisher Object ID "80" -> Filter for Published Function "OnBeforePostSalesDoc"
In the columns "Subscriber Codeunit ID" and "Subscriber Function" you will see the Functions which are related to "OnBeforePostSalesDoc".My blog - https://www.HannesHolst.com/0 -
Thanks for your quick reply...
I have already checked the same but found nothing in the Event Subscriptions Page.Now or Never0 -
-
So to change the behaviour of OnBeforePostSalesDoc (which apparently is doing nothing) you have to create an Subscriber-function to this event.0
-
"OnBeforePostSalesDoc" is available in Standard database of NAv 2016 CU 26.Now or Never0
-
it depends on what you want to do.
if you want to use this function then you have to make a subscriber function in a codeunit that links to this function:
https://msdn.microsoft.com/en-us/library/mt299404(v=nav.90).aspx
if you need to alter the signature of this function then you need to make modifications in codeunit 80.
if you are searching for what code is behind this function, there is none if there are no subscribers. It only functions as a hook where you can link to.
it is defined as a local function in CU 80 normally0
Categories
- All Categories
- 73 General
- 73 Announcements
- 66.7K Microsoft Dynamics NAV
- 18.8K 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
- 328 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
