When i get record data from an event handler, Attatchmentfile value is “”.
Is there someone who can get some Attatchment Vaule from event handle?
When i get record data from an event handler, Attatchmentfile value is “”.
Is there someone who can get some Attatchment Vaule from event handle?
Hi Toma,
I had faced same problem…
you can get Attachment file values by using these events.
please check it:)
Please note that in addition, the attachment values are exposed in the create/edit pages on the app.record.edit.submit.success handler. The page will need to be refreshed for any changes to render.
Hi Nim,
That is right the refreshig is necessary.
It would be nice if the attachment file value can be retrieved before the app.record.edit.submit event.
Thanks.
Junko