Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Zoho Books 中有多个模块,假设我需要将 Estimate 的数据推送到 Zoho Creator 中,我在 Zoho Creator 中创建了类似的表格,并通过 Zoho Books 连接到 Zoho Creator。我可以推送除此Item & Description之外的其他数据。如何将这些数据推送到 Zoho Creator?
resp=zoho.books.getRecordsByID("估计",rec_ID); lines_items_resp=resp.get("估计").getJSON("line_items"); 对于lines_items_resp中的每个rec { info rec.getJSON("id");//line items id }