var payableModel = skuid.model.getModel(‘Accounts_Payable’);
var modelRows = payableModel.getRows();
var selectedItems = modelRows.getField(“id”);
I would like “selectedItems” to contain all of the record IDs from the “Accounts_Payable” model. Thanks in advance for any help!
Question
How can I get all of the record IDs from a model into a Javascript variable?
This topic has been closed for replies.
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.