function sf_prematch_perm in Salesforce Suite 7
Implementation of hook_perm().
File
- sf_prematch/
sf_prematch.module, line 51 - Extends Salesforce API module so checks for an existing match for an object before creating a new one.
Code
function sf_prematch_perm() {
return array(
'administer prematching',
);
}