S
Shivani Silveri
Guest
Hi Cayla, You can use Object Script Trigger to achieve it. I have tried it at my end with one Record attached and it worked fine. If you attach multiple records, you will have to use a loop available in the Template helper. var x =rbv_api.getFieldValue(objName, objId, fieldName); rbv_api.setFieldValue(objName, objId, fieldname, x); Hope this helps. Thanks, Shivani.
Continue reading...
Continue reading...