hougaard / ToolBox-Issues

Support Repository for Erik's ToolBox
1 stars 0 forks source link

unable to run another codeunit ? #8

Closed dcilindac closed 1 year ago

dcilindac commented 1 year ago

image I'm trying to call another codeunit but doesn't seem like it recognize it.

ps. I also tried this but it didn't work as well > Codeunit.Run(Codeunit::"CRM Integration Management");

hougaard commented 1 year ago

There's no support for codeunits as variables ... The platform is lagging support for that.

But you can do:

Codeunit.run(5330);

To be able to use CRM tables.

dcilindac commented 1 year ago

thanks! it works. is it possible to update GUID ? Trying to correct a wrong UOM but getting unsupported field type error

image

hougaard commented 1 year ago

Version 1.0.0.181 supports guid variable types.