How find out the Trigger-ID?

angelina
Member Posts: 12
hello,
please excuse my probably stupid question :oops:
in some instructions on the partnersource, triggers are identified by an unique ID... how can I find it out? directly in the C/AL Code or by means of another table?
thanks a lot
angelina
please excuse my probably stupid question :oops:
in some instructions on the partnersource, triggers are identified by an unique ID... how can I find it out? directly in the C/AL Code or by means of another table?
thanks a lot
angelina
0
Comments
-
Ah, angelina. bella mia 8)
here an example:
go to Codeunit 1 in design mode.
Oben the global Variables.
then go to register functions.
Now open the Properties (Shift + F4). Now you see the ID of the function.
RegardsDo you make it right, it works too!0 -
Another way of doing it is:
Export the object to text. All variables and triggers have an unique ID - for example function RunWithCheck in codeunit 22 looks like this in txt:
PROCEDURE RunWithCheck@13(VAR ItemJnlLine2@1000 : Record 83;VAR TempJnlLineDim2@1001 : Record 356);
Notice @13 - thats the ID of the trigger. So if you want to find a certain trigger or variable by their number you simply do a search saying @13 (if you want to find this function).
I hope it helps.0
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