Skip to main content

 

Hi in Version 15.4.10.0,  does any one know what would be the API script to pull all data from “Logistic Transactions” module.

 

I have the sql behind it but this needs to be copied over to another appliccation via api

 

 

Hi Nazish,

 

Have you tried to export them to Excel File?

 

 

Regards,

Joshua


Hi Joshua , yes that works .

But in this case we are trying to export this same data over API into some other applicaton.

procress would be something like follows : Dell Boomi to connect to Alliance wsdl ,  login , then pass a query in send SendSynchronic etc

 

Below is some testing from postman .

So the question would be which scrl file do i call to get the information displayed on the ‘logistic transaction ‘ module

 


Hi Nazish,

 

The Logistic Transactions is using

Entity: log_trans
Query: log_trans_ex_scrl

 

Tips:

You can find out the entity and query of a module by enabling the debug mode. It will be recorded in Window Even Viewer, Application and Services Logs.

 

Regards,

Joshua
 


Reply