-
Notifications
You must be signed in to change notification settings - Fork 16
pacx customapi bind
github-actions[bot] edited this page Jun 16, 2026
·
1 revision
Binds a Dataverse Custom API to a plugin by setting its PluginTypeId lookup.
Bind a Custom API to a plugin type (the plugin must already be registered in Dataverse):
pacx customapi bind -a nn_GregSum -p MyNamespace.GregSumPluginIf the same plugin type name exists in multiple assemblies, disambiguate with --assembly:
pacx customapi bind -a nn_GregSum -p MyNamespace.GregSumPlugin --assembly MyAssemblyUse pacx plugin list to find the exact registered type name before binding.
| Long Name | Short Name | Required? | Description | Default value | Valid values |
|---|---|---|---|---|---|
api |
a |
Y | Unique name of the Custom API (e.g. nn_GregSum). | - | String |
plugin |
p |
Y | Full type name of the plugin as registered in Dataverse (e.g. MyNamespace.GregSumPlugin). | - | String |
assembly |
N | Assembly name, required only when the plugin type name is ambiguous across assemblies. | - | String |
- pacx auth
- pacx column
- pacx customapi
- pacx data
- pacx forms
- pacx history
- pacx key
- pacx optionset
- pacx org
- pacx plugin
- pacx project
- pacx publish
- pacx rel
- pacx ribbon
- pacx script
- pacx settings
- pacx solution
- pacx table
- pacx tool
- pacx unifiedrouting
- pacx usersettings
- pacx view
- pacx webresources
- pacx workflow