I'm working on a project that involves some C/AL code and DotNet interop. I am .NET developer, looking to gain some traction in C/AL code.
Two Questions:
1. How can I get the current machine name in C/AL? I tried using the Active Session record and getting the ."Server Computer Name" but got an error "no Active Session within the filter"
2. How can I tell if a record's database table is per company or if it is a "global" table, such as User or Object?
Thanks!
0
Comments
2. From object designer explore table properties and check DataPerCompany, which is set to yes by default.