is there a way to add the field tip into the mobile screen when entering a expense receipt??
Solved
insert tip amount expense receipt mobile
Best answer by noorula77
you can add field tooltips to Acumatica mobile screens by customizing the ASPX page.
<!-- Basic field example with tooltip -->
<Control Type="FormViewField" DataField="Description" ControlID="edDescription"
Label="Description" Required="True"
ToolTip="Enter a brief description of the expense" />
To implement this:
- Go to Customization Projects
- Create or open your customization project
- Add a Mobile Site Map
- Find the expense receipt screen
- Add the ToolTip attributes to the desired fields
- Publish the customization
Try to modify like this
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.