Sample Lookup of color

  [Control("Integer")]

    class displayColor

    {

        public void lookup()

        {

            jmgProfileTable.Color = ColorSelection::selectColor(this, jmgProfileTable.Color);


            displayColor.backgroundColor(jmgProfileTable.Color);

        }


    }

Comments

Popular posts from this blog

How to Bypass Next in COC in D365 X++

create movement journal through code in d365 FO x++