Skip to main content
Question

I create Selector Field but when release not showing readable text

  • September 25, 2023
  • 10 replies
  • 145 views

Forum|alt.badge.img

When add value it show the readable key but when release it show the number key. Here is my code.

        [PXSelector(typeof(Search<BAccount.bAccountID, Where<BAccount.status,
            Equal<MegaCustomize.Generics.sT>, Or<BAccount.vStatus, Equal<MegaCustomize.Generics.sT>>>>), typeof(BAccount.acctCD),
            typeof(BAccount.acctName), typeof(BAccount.classID),
            typeof(BAccount.type),
            typeof(BAccount.status), SubstituteKey = typeof(BAccount.acctCD), DescriptionField = typeof(BAccount.acctName))]
        public virtual int? UsrName { get; set; }
    public abstract class usrName : PX.Data.BQL.BqlInt.Field<usrName> { }

10 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • September 25, 2023

@kevinheng21  PXSelector seems good and I don’t see any issues.

Can you please confirm that have you provided the PXSelector control in the .aspx.


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 25, 2023

@kevinheng21  PXSelector seems good and I don’t see any issues.

Can you please confirm that have you provided the PXSelector control in the .aspx.

 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 25, 2023

@kevinheng21  PXSelector seems good and I don’t see any issues.

Can you please confirm that have you provided the PXSelector control in the .aspx.

 

Where can we change it ?


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • September 25, 2023

@kevinheng21  For the custom field, have you selected the Selector like below?

 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 25, 2023

@kevinheng21  For the custom field, have you selected the Selector like below?

 

I change to selector already but it cannot solve


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • September 25, 2023

@kevinheng21  Can you share the customization package?


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 30, 2023

When preview change it show correctly but in real input process didn’t show 

 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • September 30, 2023

But it’s sometime show like this 

 


Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • September 30, 2023

This might an issue with the KEY fields for that GRID or do you have any customization on deleting the records? @kevinheng21 


Forum|alt.badge.img
  • Author
  • Jr Varsity II
  • October 2, 2023

This might an issue with the KEY fields for that GRID or do you have any customization on deleting the records? @kevinheng21 

No customize in delete record