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.

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
Try the following version:
update screen SO301000 {
update container "OrderSummary" {
add field "SummaryField" {
placeAfter field "NoteText"
}
}
}
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.