Can someone pls help me with SOAP REQUEST for fetc...
# suitetalkapi
v
Can someone pls help me with SOAP REQUEST for fetching
journal
and
journal lines
with lastmodifiedDate?
b
you should do a TransactionSearchBasic, or the more efficient TransactionSearchAdvanced
add filter criteria for the type and lastModifiedDate
v
Ok I will try
Thanks @battk
d
You can make a saved search in the UI and call the saved search via SOAP. I like this method because you can change the search to meet your needs without changing your code.