MscrmTools / MscrmTools.PolymorphicLookupCreator

GNU General Public License v3.0
6 stars 7 forks source link

Add 'TableType' as a returned property for metadata to detect if the table is 'Elastic' or not. #21

Open StevenRasmussen opened 6 months ago

StevenRasmussen commented 6 months ago

Important You may want to see if this will break for on-premise or earlier versions of D365. This adds a new property of the table metadata to be returned called TableType. I'm not sure when this was introduced but it's necessary in order to determine if the table is Elastic or not. The other option would be to set AllProperties == true on the call to get the table metadata.

Fixes #20