Zoho中有多个模块,假设我需要将估计数据推入Zoho,我在Zoho中创建了类似的表单,并与Zoho连接到Zoho。除了这个项& Description之外,我还可以推送其他数据。如何将这些数据推入?

发布于 2021-06-07 07:59:14
resp=zoho.books.getRecordsByID("Estimate",rec_ID);lines_items_resp { info rec.getJSON(“id”)中每个rec的 lines_items_resp=resp.get("estimate").getJSON("line_items");;//行项id }
https://stackoverflow.com/questions/67750052
复制相似问题