Hi Friends,
How to select a specific name or string from table columns in C/AL code OR how to achieve if want to get a particular name or string by searching in multiple columns alongwith. Example search a name let's say rahul among two or three columns e.g. Name and Name 2 in customer table.
0
Answers
I'm not getting any perfect scenerio or example of SINGLE INSTANCE CODEUNIT in NAV 2016. may anyone help me to find a best use of single instance codeunit so that i can get to know why we use single instance codeunit in navision.
Thank you.!!
Thank you for ypur reply.
Yes i have gone through this post but still have few questions in mind.
1- What scenerio we should use Single Instance CodeUnit.?
2- What are the advantage of using Single Instance CodeUnit.?
Many Thanks.!!
2. Advantages are of course that it is only instantiated once. Data also persists between separate objects.
A nice example can be found on https://www.archerpoint.com/blog/Posts/timers-single-instance-codeunits-and-nas-servicetier-nav-2013
Good luck with your journey on single instance codeunits! There is plenty of information available out there on the web.