[progress Communities] [progress Openedge Abl] Forum Post: [4.2] - Getting Lookup Field...

  • Thread starter Thread starter IramK
  • Start date Start date
Status
Not open for further replies.
I

IramK

Guest
Hello, I am using the rbf_getFields function to retrieve some field values however, I only get the ID of a lookup field. How should I use the field name if I need to retrieve the name of the lookup field value? I don't want to use multiple API calls if possible. Thanks. rbf_getFields("account", 12345, "contact", function returned_callback(objName, objId, values) { var contactID = values["contact"]; var contactName = ??; // How do I get this? });

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