— The Forums are now read-only —
— All new activity now takes place here: —
Hi everyone,
I'm trying to add an attachment function into requisition screen in the Acumatica mobile app, but when I tried it, it can't seem to work. Does anyone has an idea on solving it?
This is the codes that I've used:
add screen RQ3020PL {
add container "DocumentSummary" {
attachments {
add type "jpg" {
extension = "jpg"
}
add type "png" {
extension = "png"
}
}
}
}
Thank you
Hi Alice,
I would try StackOverflow for this since it's development related:
https://stackoverflow.com/questions/tagged/acumatica
By using this website, you agree to our Terms of Use (click here)
