Forum Post: RE: populate Timezone under Picklist

  • Thread starter Thread starter mysteryminds
  • Start date Start date
Status
Not open for further replies.
M

mysteryminds

Guest
Well Murali I've tried all the holy things possible with my lil understanding of RB but seems I'm missing something somewhere The value for the Time Zone is a reference field {!R83831479.time_zone#value} Should we take an ID or Value here So if have to correct myself in understanding what you are trying to say the code which I would write here is rbv_api.getIdByCode (objName, fieldName, code) rbv_api.getIdByCode(" which object name goes here- is it the reference object name ", " WHICH FIELD IS THAT ", " WHICH IS THE CODE ) rbv_api.getIdByCode("R83831479", "Time_Zone", "{!R83831479.time_zone#value}");

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