Hello,
I'm investigating how Logistics Location data is stored and related for a user functionality request.
I see this relation display name in the ProjTable: ProjTable.DeliveryLocation == LogisticsLocation.RecId
So I go to look at the LogisticsLocation table in the AOT, and I only see the following fields:
Fields in LogisticsLocation:
- Description
- DunsNumberRecId
- IsPostalAddress
- LocationId
- ParentLocation
I'm thinking RecId is a D365 development concept of which I have not encountered in my training so far.
Can anyone help me understand this a bit better?
Thanks again.