Skip to main content
Solved

insert tip amount expense receipt mobile

  • November 21, 2024
  • 3 replies
  • 52 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
Did this topic help you find an answer to your question?

3 replies

Forum|alt.badge.img+1
  • Jr Varsity I
  • 62 replies
  • Answer
  • 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


Kulvir Kaila
Jr Varsity I
Forum|alt.badge.img+1
  • Jr Varsity I
  • 61 replies
  • December 16, 2024

I think the ask here was to add the field called tip.  Not a tooltip.


Kulvir Kaila
Jr Varsity I
Forum|alt.badge.img+1
  • Jr Varsity I
  • 61 replies
  • December 17, 2024

This needs to be added to the customization for the mobile:

update screen EP301000 {

  update container "Details" {

    add field "TipAmount"

  }

}


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