1

I am new to Ms Dynamics Ax. How can we access currently active Business Unit from Morphx. I need to add one textField in Create Sales Order form that will automatically take currently Active Business Unit. Any help will be appreciated .. Thanx!!

Hassan
  • 11
  • 2

1 Answers1

0

If you want the active Company you are working with and the user ist logged in, the answer is

curext();

If your are looking for the Company the SalesOrder saved in you can also Access the

SalesTable.DataAreaId

AlexS
  • 21
  • 6