如何使用自定义功能将项目名称从 Zoho Books 推送到 Zoho Creator?

问题描述

Zoho Books 中有多个模块, 假设我需要将 Estimate 的数据推送到 Zoho Creator,我在 Zoho Creator 中创建了类似的表单,并通过 Zoho Books 连接到 Zoho Creator。 除了这个项目和描述,我可以推送其他数据。 如何将这些数据推送到 Zoho Creator?

I have added an image of items,I need to push these names

解决方法

resp=zoho.books.getRecordsByID("Estimate",rec_ID);lines_items_resp=resp.get("estimate").getJSON("line_items"); 对于lines_items_resp 中的每个rec { info rec.getJSON("id");//line items id }