Open topic with navigation
Creating an API Apex Class View
It is useful to set up a API class view:
- Click Setup | Develop | Apex Classes.
- Click Create New View.
- Enter a view name of "FinancialForce API Classes".
- Specify the following filter criteria:
- 1. Name | starts with | CODAAPI
- 2. Name | contains | 6_0
- 3. Name | does not contain | Test
- Click Add Filter Logic to set filter logic, such as 1 AND 2 AND 3.
- Select relevant fields to display, or accept the default.
- Restrict visibility to this view, as appropriate.
- Click Save.
This view will be available to you on all subsequent visits.
Alternative views
- f you need access to the V5.x classes, you might want to add another filter condition: Name | contains | 5_0
- If you need access to the V4.x classes, you might want to add another filter condition: Name | contains | 4_0
- And so on.
- If you are only interested in viewing services, you might want to add another filter condition: Name | does not contain | Types