Skip to main content
Solved

insert tip amount expense receipt mobile

  • 21 November 2024
  • 1 reply
  • 18 views

is there a way to add the field tip into the mobile screen when entering a expense receipt??

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:

  1. Go to Customization Projects
  2. Create or open your customization project
  3. Add a Mobile Site Map
  4. Find the expense receipt screen
  5. Add the ToolTip attributes to the desired fields
  6. Publish the customization

Try to modify like this

View original

Forum|alt.badge.img
  • Jr Varsity I
  • November 21, 2024

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:

  1. Go to Customization Projects
  2. Create or open your customization project
  3. Add a Mobile Site Map
  4. Find the expense receipt screen
  5. Add the ToolTip attributes to the desired fields
  6. Publish the customization

Try to modify like this


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings