Skip to main content
Solved

How to add notes in details line via Mobile app in multiple screens.

  • March 17, 2023
  • 3 replies
  • 270 views

Forum|alt.badge.img+9

Hi Experts,

One of our customers looking for adding notes from mobile app to the multiple screens like Sales Order, SO shipment, Sales Quote, Purchase Orders, Purchase Receipts etc.

I would appreciate your response in this case. 

Thank you.

 

 

Best answer by sweta68

I am able to add Notes field in detail tab for all documents type by adding the screens to the mobile and then writing the NoteText tag to the respective screens.
 

   update container "Details" 
{
add field "NoteText"
{
displayName = "Notes"
textType = PlainMultiLine
}
}

Regards,

Sweta

3 replies

Forum|alt.badge.img+9
  • Author
  • Semi-Pro III
  • Answer
  • March 20, 2023

I am able to add Notes field in detail tab for all documents type by adding the screens to the mobile and then writing the NoteText tag to the respective screens.
 

   update container "Details" 
{
add field "NoteText"
{
displayName = "Notes"
textType = PlainMultiLine
}
}

Regards,

Sweta


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • March 20, 2023

Hi, @sweta68  I’m glad that you figured out the solution, and thanks a lot for sharing it here.


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • March 20, 2023

Thank you for sharing your solution with the community @sweta68 !