Hi all,
Does anyone know where the NAV2016 event subscriptions are recorded? Are they stored in the object itself? For example, let's say I'm developing a customization in my Development database. My event code functions are all housed in a custom codeunit. If I copy my custom codeunit to my Production database, does the Production database know which events are now subscribed to? Is it as simple as the fact that each event function's properties include "Event = Subscriber" along with the related EventPublisherObject and EventFunction?
Thanks
Ron
Ron
0
Answers
Unless your Codeunit property EventSubscriberInstance equals Manual.
Then you need to use BINDSUBSCRIPTION and UNBINDSUBSCRIPTION.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!