Skip to main content
Answer

Issues with Modern UI - Getting unwanted text in custom form

  • October 17, 2025
  • 3 replies
  • 39 views

Forum|alt.badge.img

I am creating Modern UI versions of my customizations. I have been through a few tutorials and it seems the workflow that works for me is:

  1. Go into the Modern UI editor from the SCREENS section of the Customization Project Browser: (image 1) 

     

  2. Add my custom field (ie extended data table) to the screen. (image 2)
  3. Also add the custom field to the HTML View: (image 3) 
  4. Change the HTML Code to add my Page tab and field Editing logic: (image 4 -- here I am adding it right after the Mailing and printing tab) 
  5. Then I save and Publish it. When I run it in the Modern UI, I am getting a message (I guess a warning?) that I have something undefined. But I don’t understand what: (image 5)

    Everything else is fine, and the field can be set on and off OK… but why the Undefined nag?

 

In case it is in the HTML XML code, here is the part I added:

    <qp-tab id="tab-DoorCoreSettings" caption="DOORCORE SETTINGS">
<qp-template id="form-DoorCoreSettings" name="1-1-9" class="label-size-xm" wg-container="ARSetupRecord_tab">
<div id="colA-DoorCoreSettings" slot="A">
<qp-fieldset
id="fs-CustomerContactAddress"
view.bind="ARSetupRecord"
caption="CUSTOMER CONTACT & ADDRESS SETTINGS">
<field name="UsrASGRequireCustomerContactFields" label="Require Customer Contact Info"></field>
</qp-fieldset>
</div>
<div id="colB-DoorCoreSettings" slot="B"></div>
</qp-template>
</qp-tab>

Any thoughts? (Also, I would love to know any better workflow for this.)

Thanks!

Best answer by darylbowman

I’m not sure what the templates you showed mean?

It is the proportioning of the screen layout. Essentially the number of columns and widths of the screen.

I’m guessing this is in a manual I missed?

Yes, here.

3 replies

darylbowman
Captain II
Forum|alt.badge.img+15

I don’t think 1-1-9 is a real predefined template. Is that a mistype or are you expecting that you can enter any value there?

Here are the actual predefined templates.


Forum|alt.badge.img
  • Author
  • Varsity I
  • October 20, 2025

I don’t think 1-1-9 is a real predefined template. Is that a mistype or are you expecting that you can enter any value there?

Here are the actual predefined templates.

Yeah, I thought that just had to be a unique value. I’m not sure what the templates you showed mean? I’m guessing this is in a manual I missed?


darylbowman
Captain II
Forum|alt.badge.img+15
  • Answer
  • October 20, 2025

I’m not sure what the templates you showed mean?

It is the proportioning of the screen layout. Essentially the number of columns and widths of the screen.

I’m guessing this is in a manual I missed?

Yes, here.