Forum Post: RE: (Suggestion?) Replace template tokens after parsing?

  • Thread starter Thread starter Orchid Corpin
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top