how to change a global variable from another object.

under Migration Overview Form I created a menu option called ExportSchema. Under Migration Management CodeUnit I created a new function DataMigrate and a global boolean variable Migrate. When ExportSchema is clicked I want to call DataMigrate and set the Migrate to TRUE. How do I do that from another object or am I going about this all wrong?

Best Answer

Answers

Sign In or Register to comment.