You need to write BQL and get the data. For the above example, payment Info we are getting from the APPayment with the Refnbr field. Same as you need to write the bqls and fetch the data.
Hi @Ivan
I hope this issue is resolved as per the update on the below post
You need to write BQL and get the data. For the above example, payment Info we are getting from the APPayment with the Refnbr field. Same as you need to write the bqls and get the data.
Hi @jinin The elemnts that I need to extract atr located in different enitites
For example date is located in Invoices
and reference Nbr is located in Adjust
That construction that was used in class that extends APPaymentEntry
allowed to extract all rows elements coherently. How I must form the request, which fields must be used for mapping in order to ensure that fields belongs to one row ?
Hi @Ivan
If you are not getting the Base graph details, you need to write the BQL. Please try with the below BQL and check
One thing I need to clarify : In previous moment I mentioned that I need to extract dueDate column which has type APInvoice, in example, which you provide this type is absent
Will it be enough if I just add this type to parameters list or it should be done in another way ?
Hi @Ivan
If you are not getting the Base graph details, you need to write the BQL. Please try with the below BQL and check
I want to add some information together with previous letter. this request returns empty list
After I pressed Release
I started to debug my project and the pointer in code do not entered the foreach cycle. It returned nothing. Is there can be something that is missed ?
Can you, please, explain these parameters : APAdjust, APPayment, PX.Objects.AP.Standalone.APRegisterAlias, APTran
The question is : it is obligatory to define only these types ? For example I do not use PX.Objects.AP.Standalone.APRegisterAlias and APTran, but as I have mentioned in previous letter I need extract Duedate field that is located in APInvoice entity. Can be such defining be possible ?
if no, how can I get DueDate ?
Hi @jinin
I tried to change type of parameters and remove some part of checks for search due to the initial request did not returned any data, but the result remains same
can you, please, suggest what should be changed in this request ?
Hi @Ivan
If you are not getting the Base graph details, you need to write the BQL. Please try with the below BQL and check
I want to add some information together with previous letter. this request returns empty list
After I pressed Release
I started to debug my project and the pointer in code do not entered the foreach cycle. It returned nothing. Is there can be something that is missed ?
Can you, please, explain these parameters : APAdjust, APPayment, PX.Objects.AP.Standalone.APRegisterAlias, APTran
The question is : it is obligatory to define only these types ? For example I do not use PX.Objects.AP.Standalone.APRegisterAlias and APTran, but as I have mentioned in previous letter I need extract Duedate field that is located in APInvoice entity. Can be such defining be possible ?
if no, how can I get DueDate ?
Yes. Based on the requirement, we can join the tables and get the data. Please make sure the Join and conditions should be added correctly. To verify the result, We can write SQL script as per the requirement and convert same as BQL.
To get the Due date, you can add the APInvoice table and get the value.