Skip to main content

I want to save ID in the database and retrive description in PXSelector can anyone please help me here.

So I want to store costModifierId in the DB and Show costModifierName in the UI.

 

 

Hi @param2022  To Save ID value and display the Description Name, you need to use the Substitute Key like below

Example:

>PXSelector(typeof(Search<INSite.siteID>), new Typee] { typeof(INSite.siteID) }, SubstituteKey = typeof(INSite.siteCD))]


@Naveen Boga Thank you soo much.


Most welcome @param2022 


Reply