Skip to main content
Answer

PXselector Is Not taking Manually entered values

  • January 28, 2022
  • 3 replies
  • 100 views

Forum|alt.badge.img+1

Hi Everyone 

I think it’s Known issue to you guys

As shown in the screen shot I Need to Insert data as Remotely

  • (Tables are Different)

This is Section Id (DAC) :

 #region SectionID
        [PXDBInt(IsKey = true)]
        [PXDefault()]
        [PXUIField(DisplayName = "Section ID", Required = true)]
        [PXSelector(typeof(Search<SSPAgreeSection.sectionID>),
            typeof(SSPAgreeSection.sectionCode),
            typeof(SSPAgreeSection.descr),
            SubstituteKey = typeof(SSPAgreeSection.sectionCode),
            DescriptionField = typeof(SSPAgreeSection.descr))]
        
        public virtual int? SectionID { get; set; }
        public abstract class sectionID : PX.Data.BQL.BqlInt.Field<sectionID> { }

 

Best answer by ChandraM

Hi @ShahidaValiSyed04 Please try to have a new custom field like Section ID to enter your values. Since it is defined as Key=True, it acts like a primary.

Thanks

 

3 replies

Forum|alt.badge.img+8
  • Semi-Pro I
  • Answer
  • January 28, 2022

Hi @ShahidaValiSyed04 Please try to have a new custom field like Section ID to enter your values. Since it is defined as Key=True, it acts like a primary.

Thanks

 


Forum|alt.badge.img+1

hi


Forum|alt.badge.img+8
  • Semi-Pro I
  • January 28, 2022

Hi @ShahidaValiSyed04 Let me know if you have any queries on the above post.