Solved

Customized Field is Read Only

  • 27 November 2023
  • 5 replies
  • 73 views

Userlevel 3
Badge

Hi Team,

I added two customized fields to Branch table and created new tab in the company form (CS101500).

But those two fields are read only. Can someone please help me out to enable this field.

My Screen 

public sealed class BranchExt : PXCacheExtension<PX.Objects.GL.Branch>
    {
        public static bool IsActive()
        {
            return true;
        }

        #region UsrComUTRNo
        [PXDBString(20)]
        [PXUIField(DisplayName = "Company UTR No")]

        public  string UsrComUTRNo { get; set; }
        public abstract class usrComUTRNo : PX.Data.BQL.BqlString.Field<usrComUTRNo> { }
        #endregion

        #region UsrComAORefNo
        [PXDBString(20)]
        [PXUIField(DisplayName = "Company AO Ref No")]

        public  string UsrComAORefNo { get; set; }
        public abstract class usrComAORefNo : PX.Data.BQL.BqlString.Field<usrComAORefNo> { }
        #endregion
    }

 

Thanks

Bhagya

icon

Best answer by bhagyat25 19 December 2023, 10:19

View original

5 replies

Userlevel 7
Badge +17

@bhagyat25  Have you checked in the .aspx page?

Userlevel 3
Badge

@bhagyat25  Have you checked in the .aspx page?

@Naveen Boga, Yes, Nothing found. 

For your reference I’ve attach the full .aspx code file too.

 

Userlevel 7
Badge +17

@bhagyat25  I don’t see any issues with the .aspx and DAC fields. Do we have any logic in the extended graph level?

Userlevel 7
Badge

Hi @bhagyat25 were you able to find a solution? Thank you!

Userlevel 3
Badge

Hi @bhagyat25 were you able to find a solution? Thank you!

Hi @Chris Hackett ,

No but achieved it different way. 

Thanks 

Reply


About Acumatica ERP system
Acumatica Cloud ERP provides the best business management solution for transforming your company to thrive in the new digital economy. Built on a future-proof platform with open architecture for rapid integrations, scalability, and ease of use, Acumatica delivers unparalleled value to small and midmarket organizations. Connected Business. Delivered.
© 2008 — 2024  Acumatica, Inc. All rights reserved