Admin
Created page with "== Intro == When creating custom portal components, you may need to call custom apex classes. To do so, starting version 1.23 of the 3B Portals app, you simply need to implement the System.Callable class. Classes that need to be called from the portal custom components no longer need to use the b3p.GlobalRemotingInterface interface, instead they should rely solely on the system class "System.Callable"<syntaxhighlight lang="java"> //Old Format public with sharing class C..."