Skip to main content
Answer

How to add customized field for mobile application

  • December 7, 2022
  • 4 replies
  • 438 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"
    }
}
}

 

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
  • Varsity I
  • 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.