The VendPackingSlipJour form has a DAX_DeliveryAddress field available, which is connected to the LogisticsPostalAddress table with the following relation.
Display on form grid
The address to be displayed has expired, and despite the RecId reference, the LogisticsPostalAddress connection does not return any results.
The LogisticsPostalAddress table is controlled by Valid Time State.
How can I specify that the following should be valid for the ReferenceGroup field here?
validTimeStateAutoQuery(ValidTimeStateAutoQuery::DateRange);
validTimeStateDateTimeRange(utcMinDate, utcMaxDate);
Thank you for your reply! To ensure a great experience for everyone, your content is awaiting approval by our Community Managers. Please check back later.