This article describes how you can define custom parameters for embedded ActivityTools pages (For example to pre-filter activity types).
When embedding ActivityTools in a CRM form you have the possibility to insert custom parameters in “Custom Parameter (data)”:
The defined parameters take only effect for the current ActivityTools page.
The structure is: [name of key]:[value of key];[name of next key]….. (e.g. “activitytypes:phonecall,email;lockactivitytype:true”).
The following keys can be used:
activitytypes
Define one or more activity type names separated by”,”. Only activities of those types will be shown when ActivityTools has loaded (e.g. “activitytypes:email,phonecall”).
Note: If the configured activity types does not result any activity records, users won’t be able to change the types within the Activitytools page!
lockactivitytype
Give it the value “true” if the activity type filter should not be changeable ("lockactivitytype:true").