Attached image related to work order

Hi, I created a work order appโ€ฆ It has a work order sheet and a detailed work order sheet were all images and data is captured.

How do I attach the image as an attachment if not on the same sheet?

Solved Solved
0 7 596
1 ACCEPTED SOLUTION

Iโ€™m guessing that your workflow rule is on the WorkOrder table and each row has one or more WorkOrderDetails rows that reference it. These are available in the virtual column โ€˜Related WorkOrderDetailsโ€™

Assuming this, youโ€™d use something like this for your attachments expression:
SELECT([Related WorkOrderDetails][Image], true)

View solution in original post

7 REPLIES 7

Do you mean attach to an email message coming from a workflow rule?

You can use an expression to fetch the appropriate image(s)

Hi Praveen,

I have created an app under my account. How do I transfer the app to a new account?

Regards

Dessie

hi Praveen. are you able to help me with the expression please

Iโ€™m guessing that your workflow rule is on the WorkOrder table and each row has one or more WorkOrderDetails rows that reference it. These are available in the virtual column โ€˜Related WorkOrderDetailsโ€™

Assuming this, youโ€™d use something like this for your attachments expression:
SELECT([Related WorkOrderDetails][Image], true)

yes exactlyโ€ฆthank youโ€ฆwill try it now

Thank you Praveenโ€ฆworked!!!

Top Labels in this Space