Hi all.
I have one small question:
Say Object "X" is calling object "Y".
How Object "Y" can tell what is the caller object?
Is there any method in C/Side to get the name / no. of the caller object
other than using Single Instance Code Unit - like using set and get funtions?
Thanks.
0
Comments
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
We need Item Tracking Lines (Form 6510) behave a little bit differently when called from Purchase Order (Form 50)
- like some fields would become disabled , some fields would be autofilled etc. based on which Form is calling it.
Thanks and regards
Fazle
You may try adding a Global variable and setting its value before calling. and check for the flag in form opening.
there may be other better ways!
MVP - Dynamics NAV
My BLOG
NAVERTICA a.s.
Thanks