seperable Company in Customize(form, report, ....)

Hello All,

i have several Company in dynamic ax when i customize a form or report its ( for example a button in the form) replace for all company

please Guidance me if i have many company in my dynamics how to disjoin from other Company??

No you can’t.

But you can check for the current company in code like,

if(curext() == “Test”)

{

control.visible(false);

}

  • Arun.