Hi Safeer,
The PickID field from Delivery Document may be suitable depending on your requirements.
Here is an example of using the Legal Text field with FMS to display the PickDate:
![Pick.PNG]()
The FMS query is:
select OPKL.PickDate
from opkl
where OPKL.AbsEntry = $[$38.10000308.0]
Kind Regards,
Nick Lakasas