pvserverhelper
Version:
This is an npm module design to perform common uses with pVelocity's pvserver
7 lines (6 loc) • 301 B
Markdown
### ``convertGroupOrFieldArrayForQueryParams(arr)``
Converts array ``arr`` of groups or fields into the format used by RPM API. ``arr`` can be a array of Strings or objects with text and attrs properties.
- `arr` `<Array>`
```js
pvh.convertGroupOrFieldArrayForQueryParams(['Opportunities_name']);
```