UNPKG

pvserverhelper

Version:

This is an npm module design to perform common uses with pVelocity's pvserver

7 lines (6 loc) 230 B
### ``convertGroupOrFieldArrayForQueryParams(arr)`` Converts array ``arr`` of groups or fields into the format used by RPM API Query. - `arr` `<Array>` ```js pvh.convertGroupOrFieldArrayForQueryParams(['Opportunities_name']); ```