Hello,
I have a SOLine custom field with PXSelector, how can I rename the column Customer Price Class to Price Code inside the selector?
In Sales Price screen (not customized), its name was Price Code.
I already tried using ARSalesPrice.priceCode in the code, but it shows empty value.
Hereβs my code,
Best answer by Naveen Boga
Hi @tomwhitfoot Here is the small piece of code you need add to rename the field.
Please find the screenshot and code here.
Source Code:
public class SOOrderEntryExt : PXGraphExtension<SOOrderEntry> { public PXSelect<ARSalesPrice> DummyView; [PXMergeAttributes(Method = MergeMethod.Merge)] [PXUIField(DisplayName = "NAVEEN Sales Price Rec")] protected virtual void ARSalesPrice_CustPriceClassID_CacheAttached(PXCache cache) { } }
Hi @tomwhitfoot Can you please share the DAC field i.e. UsrSalesPriceRec code instead image?
Oh sorry, here it is,
#region UsrSalesPriceRec public abstract class usrSalesPriceRec : PX.Data.BQL.BqlInt.Field<usrSalesPriceRec> { } protected int? _UsrSalesPriceRec; [PXDefault(PersistingCheck = PXPersistingCheck.Nothing)] [PXDBInt()] [PXUIField(DisplayName = "Sales Price Record ID")] [PXSelector(typeof(Search<ARSalesPrice.recordID, Where2<Where<Current<SOLine.customerID>, Equal<ARSalesPrice.customerID>, Or<ARSalesPrice.customerID, IsNull>>, And<Where<Current<SOLine.inventoryID>, Equal<ARSalesPrice.inventoryID>, And<ARSalesPrice.expirationDate, IsNull>>>>>), new Type[] { typeof(ARSalesPrice.priceType), typeof(ARSalesPrice.custPriceClassID), typeof(ARSalesPrice.salesPrice), typeof(ARSalesPrice.uOM), typeof(ARSalesPrice.effectiveDate), typeof(ARSalesPriceExtension.usrLastPurchaseDate), typeof(ARSalesPriceExtension.usrLastPurchasePrice)})] public virtual int? UsrSalesPriceRec { get { return this._UsrSalesPriceRec; } set { this._UsrSalesPriceRec = value; } } #endregion
Thanks @Naveen Boga , it worked.
28 likes
17 likes
14 likes
12 likes
Already have an account? Login
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.
Sorry, we're still checking this file's contents to make sure it's safe to download. Please try again in a few minutes.
Sorry, our virus scanner detected that this file isn't safe to download.
We use cookies to enhance and personalize your experience. If you accept you agree to our full cookie policy. Learn more about our cookies.
We use 3 different kinds of cookies. You can choose which cookies you want to accept. We need basic cookies to make this site work, therefore these are the minimum you can select. Learn more about our cookies.