RE: Does anyone know how to pick Vendor Credits applied in Bill Payment records?

We need to have vendor credits applied sublist data in our UE script but according to NetSuite support, this sublist is not exposed to scripts. We tried getting the data through saved search but failed to get the exact lines as the connection between Verdor payment and Vendor Credits is not one to one.

is there any way to get it through DOM, or saved search? Have anyone ever faced this?

4N335 Rookie Asked on May 25, 2022 in Saved Searches.
Add Comment
1 Answers

Hi,

I hope this will help you!

1. Navigate to Reports > Saved Searches > All Saved Searches > New
2. Click on Transactions
3. Search Title: Enter preferred Title
4. Click Criteria
5. Click Standard
6. Add the following Filter:
  • Type = is Bill
  • Main Line = is True 
  • Applying Transaction Type = is Bill Credit
7. Click Results 
8. Click Columns 
9. Field:
  • Select Date
  • Select Document Number
  • Select Name
  • Select Applying Transaction
  • Select Applying Link Amount
 6. Click Save and Run
Beginner Answered on February 7, 2023.
Add Comment

Your Answer

By posting your answer, you agree to the privacy policy and terms of service.