Closed dcilindac closed 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.
thanks! it works. is it possible to update GUID ? Trying to correct a wrong UOM but getting unsupported field type error
Version 1.0.0.181 supports guid variable types.
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");