Forum Post: RE: populate Timezone under Picklist

  • Thread starter Thread starter pvorobie
  • Start date Start date
Status
Not open for further replies.
P

pvorobie

Guest
Try using rbv_api.getIdByCode (objName, fieldName, code) API to determine ID of your selection. Use that ID in rbv_api.setFieldValue(objName, objId, fieldname, newValue) call.

Continue reading...
 
Status
Not open for further replies.
Back
Top