Hi,
I'm working with a custom License Plate label in Dynamics 365 Finance & Operations using Document Routing Agent (DRA).
The label is based on a custom query called Available V2.
The query correctly returns:
- LicensePlateId
- ItemId
- ConfigId
- InventVersionId
- BatchId
I also added the Product variants (EcoResDistinctProductVariant) datasource.
always return values from the first variant of the product master, regardless of the actual variant stored on the License Plate.
but I cannot get the product variant datasource to be filtered by the actual inventory dimensions stored on the License Plate.
My question is:
Has anyone successfully retrieved the exact variant associated with a License Plate from a custom DRA label without custom development?
Is there a way to join the query to InventDimCombination using ItemId + InventDimId from the query designer, or does this require a custom X++ extension?
Thanks in advance.
My joins:

Report
All responses (
Answers (