I am needing to populate a dropdown using AJAX and it works great when passing a

I am needing to populate a dropdown using AJAX and it works great when passing a single field value however, I need to confirm th syntax when passing two parameters to the query rule...

Do I just separate the two fields with a comma? I need to pass two ids: frmgroupDivisionMgrDD and frmprocessID

FormAPI.populateDropdown("frmLocationMgrDD", ["getMgrLocationListAJAX", FormAPI.getValue("frmgroupDivisionMgrDD").id], FormAPI.getValue("frmprocessID").id], "LocationID", "LocationNmTxt");...

OriginalPostID-70436

OriginalPostID-70436

  Discussion posts and replies are publicly visible