I am attaching documents to notes on order form.
the requirement is as soon as a file is attached its name should be updated by the order number
For example, if file name is latestOrders.csv
and the order number is ABC-123-XYZ
then after attaching the file name should be saved as
ABC-123-XYZ - latestOrders.csv
is there any mean to accomplish?