Skip to main content
Solved

How to add customized field for mobile application

  • December 7, 2022
  • 4 replies
  • 390 views

Forum|alt.badge.img

I am trying to add a customized field for sales order in mobile application. 

But after adding the field in OrderSummary container it is getting added in the end.
Can any one help us to display it under the notes field.

 

Best answer by Fernando Amadoz

@rakeshe45 

Try the following version:

update screen SO301000 {
  update container "OrderSummary" {
    add field "SummaryField" {
      placeAfter field "NoteText"
    }
  }
}

 

View original
Did this topic help you find an answer to your question?

4 replies

Fernando Amadoz
Jr Varsity I
Forum|alt.badge.img+2

@rakeshe45 

Try the following version:

update screen SO301000 {
  update container "OrderSummary" {
    add field "SummaryField" {
      placeAfter field "NoteText"
    }
  }
}

 


Fernando Amadoz
Jr Varsity I
Forum|alt.badge.img+2

@rakeshe45 have you been able to test the suggested change?


Forum|alt.badge.img
  • Author
  • Freshman II
  • 10 replies
  • December 8, 2022

Hi @Fernando Amadoz 

Yes I have tried and it worked. Thank you🙂 @Fernando Amadoz 


Fernando Amadoz
Jr Varsity I
Forum|alt.badge.img+2

@rakeshe45 great to hear!

Please go ahead and accept the answer in order to mark the post as solved.


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