Skip to main content
Answer

How to get a specific data from PXSelect ?

  • November 13, 2023
  • 2 replies
  • 286 views

Forum|alt.badge.img

I am using public PXSelect<POLine> polineview to get POLine data. But i need to know how to get data from polineview with a where condition to get a specific data row rather than getting all the data from the table. Hope anyone can help ?

Best answer by Naveen Boga

@ifelix  You can use the PXFieldScope() to get the specific column data. Below is the article to help you to work with PXFieldScope()

 

https://asiablog.acumatica.com/2016/06/restricting-list-of-fields-selected.html#:~:text=Using%20PXFieldScope%20you%20can%20specify,fields%20from%20the%20selected%20tables.

 

 

2 replies

Naveen Boga
Captain II
Forum|alt.badge.img+19
  • Captain II
  • Answer
  • November 13, 2023

@ifelix  You can use the PXFieldScope() to get the specific column data. Below is the article to help you to work with PXFieldScope()

 

https://asiablog.acumatica.com/2016/06/restricting-list-of-fields-selected.html#:~:text=Using%20PXFieldScope%20you%20can%20specify,fields%20from%20the%20selected%20tables.

 

 


darylbowman
Captain II
Forum|alt.badge.img+15

This really depends upon your use case, but unless I’m missing something, filtering a BQL query is not difficult. Have you taken the application developer training?