Positioning field in Acumatica FormView -


i trying place 'location' field below business account in page 'cases'. here have done. enter image description here

and when preview, looks expected. enter image description here when load page, gets placed in wrong place this. enter image description here

what should do?

check conflicts between customization projects, more 1 project customizing same screen.

  1. unpublish every customization project except yours.
  2. if resolves issue, publish other customizations 1 one until find conflicting one.
  3. merge both changes in same customization project if possible. otherwise can try adjust level field in customizations screen change order in customizations applied, can enough.

Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -