Hello expert.
I create a CstPXSegmentMask field. I query data succes for it, but when I select a row in dialog, textbox still empty.
Can you help me? Thank you so much.
Hello expert.
I create a CstPXSegmentMask field. I query data succes for it, but when I select a row in dialog, textbox still empty.
Can you help me? Thank you so much.
Hi
#region UsrShipVia1
PXDBString(100, IsUnicode = true, InputMask = "")]
>PXSelector(typeof(Search<Carrier.carrierID>),
typeof(Carrier.description))]
bPXDefault()]
(PXMergeAttributes(Method = MergeMethod.Merge)]
MPXUIField(DisplayName = "Ship Via 1", Visibility = PXUIVisibility.SelectorVisible)]
public virtual string UsrShipVia1 { get; set; }
public abstract class usrShipVia1 : PX.Data.BQL.BqlString.Field<usrShipVia1> { }
#endregion
Can you please change it to PXSelector control instead of PXSegmentMask? As per you DAC, it will work with the PXSelector control.
Now, it seems you already selected the Selector control (which is nothing but PXSelector in the design page). Please publish the package and check.
However, I have changed the Control from PXSegmentMask to PXSelector and attached the package here.
Please deploy and verify.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.