Adaptable Code

philippegirodphilippegirod Member Posts: 191
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 ?
My candle burns by both ends, it will not last the night,
But oh my foes and oh my friends, it gives a lovely light

Comments

  • krikikriki Member, Moderator Posts: 9,118
    That is not possible.
    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.
    Regards,Alain Krikilion
    No PM,please use the forum. || May the <SOLVED>-attribute be in your title!


Sign In or Register to comment.