Hi! I’m trying to build an AR Aging report in Netsuite. I now have my AR Aging report, and I wonder if it’s possible to add a “Transaction ID” column such that I can search each Transaction by ID?
Below is what I have, and seems like this is NOT the transaction ID I’m looking for… Any helps please?
a
AK47
06/30/2023, 11:53 PM
@Yinghai i think you're looking for "Document Number"
y
Yinghai
07/06/2023, 7:25 PM
Hey @AK47, the “Document Number” can be null, while the transaction ID is not Nullable. Each transaction corresponds to a Transaction ID in Netsuite database. That’s what I’m looking for. But not sure where to add this column on this report… Still, thank you for your response!
l
Luis
07/06/2023, 10:39 PM
How about Transaction Number?
y
Yinghai
07/07/2023, 11:46 PM
Hey Luis, there are some transaction numbers. But, I’m not sure if the transaction number column can be used as primary key for all transactions or not… Do you have any ideas?
Yinghai
07/07/2023, 11:53 PM
ok, just ran a simply query. It seems that the transaction number can’t be used as primary because its unique count is not equal to Transaction ID’s unique count.