Hi! I’m trying to build an AR Aging report in Nets...
# general
y
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
@Yinghai i think you're looking for "Document Number"
y
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
How about Transaction Number?
y
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?
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.