Skip to main content
Question

How to Enable Custom Field Tab on custom Page

  • November 14, 2022
  • 4 replies
  • 102 views

Hi,

  I am trying to add Custom Field  Tab on the Custom page to accept  user defined data. How to ebable Manage User define field  menu option

Regards,

R.Muralidharan

4 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • November 14, 2022

Hi @muralir  Hope this link will helps you

 


  • Author
  • Freshman I
  • November 14, 2022

Hi Naveen,

     Thanks for your reply. I am trying to enable Custom Field Tab on the Custom page and it is not showing in the customization drop-down. Is there any setting to enable the menu option

    The custom page is not a processing screen.

 

Regards,

R.Muralidharan


Forum|alt.badge.img+1
  • Acumatica Moderator
  • November 14, 2022

Hi @muralir,

 

You can verify the following things in your custom screen:

  1. Confirm if the screen is a Data Entry form.
  2. Verify if there is a NoteID column in the involved DAC.
  3. Verify if the EnableAttributes property is set to true for the corresponding PXDataSource in the ASPX.

  • Author
  • Freshman I
  • November 15, 2022

Hi,

 

The Screen is a data entry form using  FormTab.master template

    The Primary DAC have NOTEID with the following setting

    [PXNote(new Type[0], ShowInReferenceSelector = true, Selector = typeof(Search<FTMemoOut.orderNbr,Where<FTMemoOut.orderNbr,Equal<Current<FTMemoOut.orderNbr>>>>), DescriptionField = typeof( FTMemoOut.orderNbr))]

 

    I have Enabled   EnableAttribute Property

<px:PXDataSource ID="ds" runat="server" Visible="True" Width="100%" PrimaryView="Document" TypeName="PX.FreeTrial.FTMemoOutEntry" EnableAttributes="true" >

 

I have created KVExt Table for primary DAC also. Still, I am not able to create Custom Fields Tab.

 

Thanks,

Regards,

R.Muralidharan