i know where the command is "MoneyManagerCodeunit.ProcessProgram(Rec);"...i need to know were the code of it is. how do you find the code of a command in Navision?
thanks,
Trint
Look in the C/AL Globals or C/AL Locals how the variable MoneyManagerCodeunit is defined. It will probably refer to a codeunit. Then in the object designer, look up that codeunit and find the function ProcessProgram.
No support using PM or e-mail - Please use this forum. BC TechDays 2024: 13 & 14 June 2024, Antwerp (Belgium)
Get ur cursor over the variable in the code.
The status line will show u all the details of the variable.
Then just browse ur object designer for the same
Comments
The status line will show u all the details of the variable.
Then just browse ur object designer for the same
Regards
Tushaar