79613913

Date: 2025-05-09 10:21:56
Score: 0.5
Natty:
Report link

Try using below method:

var Result = query.runSuiteQL({
    query: `SELECT Customer.custentity_cp_oviss_invoice_del_method FROM Transaction     INNER JOIN customer ON customer.id = transaction.entity WHERE tranid =   ${tranid};`
});
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Ganesh