Skip to main content
Solved

Customized Field is Read Only

  • November 27, 2023
  • 5 replies
  • 122 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

Chris Hackett wrote:

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

Hi @Chris Hackett ,

No but achieved it different way. 

Thanks 

View original
Did this topic help you find an answer to your question?

5 replies

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

@bhagyat25  Have you checked in the .aspx page?


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • 51 replies
  • November 27, 2023
Naveen Boga wrote:

@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
  • 3416 replies
  • 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
  • 2771 replies
  • December 18, 2023

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


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • 51 replies
  • Answer
  • December 19, 2023
Chris Hackett wrote:

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

Hi @Chris Hackett ,

No but achieved it different way. 

Thanks 


Reply


Cookie policy

We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.

 
Cookie settings