Is there a way to have a `dialog.alert` work in th...
# suitescript
w
Is there a way to have a
dialog.alert
work in the Netsuite Mobile app? We are working on the expense report and we want attaching receipts to be mandatory. I'm using a
validateLine
, and it is working fine in the desktop UI. When we try it on the Mobile app, the Add button just flashes when you press it. I was trying to make the field mandatory with
beforeLoad
using
serverWidget
, but it never took. I was able to make the memo field mandatory this way.