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...
Continue reading...