Hello There, how can i connect ACCOUNTS table into...
# suiteql
b
Hello There, how can i connect ACCOUNTS table into CUSTOMERS table using sql?
s
Looks like you can link the account table to the customer table by using customer.accountnumber = account.id
There are a few account fields on the customer table, so it depends which one you want
b
Hi Sam Thank you for this.
I need this for the Journal transaction i need to get the NAME & ACCOUNT
s
Both of those will be tagged on the transactionlines table for that transaction id - what have you tried so far?
b
Thank you SAM but i already use that table TRASACTION_LINES account yes can get in TRASACTION_LINES but customer name cannot so i need to use ENTITY table for that or CUSTOMERS table but one thing my concern how can i connect this table into TRASACTION_LINES ?