Skip to main content
Answer

Customized Field is Read Only

  • November 27, 2023
  • 5 replies
  • 149 views

Forum|alt.badge.img

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

Best answer by bhagyat25

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

Hi @Chris Hackett ,

No but achieved it different way. 

Thanks 

5 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • November 27, 2023

@bhagyat25  Have you checked in the .aspx page?


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • November 27, 2023

@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.

 


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • November 27, 2023

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


Chris Hackett
Community Manager
Forum|alt.badge.img
  • Acumatica Community Manager
  • December 18, 2023

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


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • Answer
  • December 19, 2023

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

Hi @Chris Hackett ,

No but achieved it different way. 

Thanks