[progress Communities] [progress Openedge Abl] Forum Post: Re: Select Value

  • Thread starter Thread starter satyanarayana sunku
  • Start date Start date
Status
Not open for further replies.
S

satyanarayana sunku

Guest
Hi Abir, I am able to get related related record values with below code at server side. var arr=rbv_api.getRelatedIds('R10748', {!id}); for (var k=0; k<arr.length; k++) { var id = arr[k]; rbv_api.println("id="+id); var x=rbv_api.selectValue("SELECT [value] FROM [object A]where {!R10748}=?",id); rbv_api.print(x); } and can you please elaborate your use case and where you want to get related record values

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