Hi Folks,
I’ve tried to attachment pin on the Bills and Adjustment screen ID AP301000 for the mobile app using below customization code, but it didn’t work after publishing customization, so some one help me on this ?


Hi Folks,
I’ve tried to attachment pin on the Bills and Adjustment screen ID AP301000 for the mobile app using below customization code, but it didn’t work after publishing customization, so some one help me on this ?
Best answer by sweta68
Hi
Yes, I am able to add Attachment on Bills and Adjustments(AP301000) screen.(refer below screenshot).
update screen AP301000
{
Update container "DocumentSummary"
{
attachments
{
disabled = false
add type "jpg"
{
extension = "jpg"
}
add type "png"
{
extension = "png"
}
add type "pdf"
{
extension = "pdf"
}
}
}
}
update sitemap
{
update item "AP301000"
{
displayName = "Bills and Adjustments"
visible = true
}
}
Can you please try this once?
Hope, It helps!
Regards,
Sweta
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.