Hello all,
Anyone would have an idea to build an "adaptable code".. it means a code which change according to conditions.
For instance : I have a setup table with code lines (in text fields) and I want to change a codeunit line with the line in the setup table.
For instance :
IF SetupRec.GET THEN
[SetupRec."Code to insert here"];
//Which could be :
CODEUNIT.Function(argument1,argument2)
If it is possible, we may have a chance to make Navision intelligent...
Am I silly ?
Comments
What you might do is: create a text-file of the codeunit with the changes in the DB, import it and compile it. But it is not possible to automate it.
No PM,please use the forum. || May the <SOLVED>-attribute be in your title!