O
Orchid Corpin
Guest
Yes you can use that. Another tips, you can use another "#..." suffix too, and can be use in the query. rbv_api.getFieldValue("product1", {!id}, "fieldName#id"); rbv_api.getFieldValue("product1", {!id}, "fieldName#code"); rbv_api.getFieldValue("product1", {!id}, "fieldName#value"); rbv_api.selectValue("SELECT fieldName#code FROM product1 WHERE id={!id}"); Hope this helps. Regards, Orchid
Continue reading...
Continue reading...