Discussões
New AI Community Guidelines. Please review and follow them to ensure AI use stays safe, accurate, and compliant.
Keep an eye out for upcoming NetSuite events, including meetups, workshops, and webinars. These sessions are a great way to connect with peers, learn from experts, and stay current on the latest NetSuite updates and best practices. Registration links are provided in each event.
Recuperar Pagamento do fornecedor associado a um Pedido de compra via ODBC
Aplica-se a
Produto: NetSuite 2022.2
Cenário
O usuário precisa recuperar todos os registros de Pagamento de fornecedor associados para um Pedido de compra via ODBC.
Solução
SELECT APPLIED_TRANSACTION_ID, B.* FROM TRANSACTIONS A
JOIN TRANSACTION_LINKS B
ON A.TRANSACTION_ID = B.ORIGINAL_TRANSACTION_ID
WHERE A.TRANSACTION_ID = 54 --- > this is the Purchase Order's Internal ID
AND B.LINK_TYPE = 'Payment'
0
Olá, bem-vind@!
Faça login
Para ver todos os detalhes, faça o login.
Cadastre-se
Não tem uma conta? Clique aqui para começar!