Portal Communication Architecture: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    8 October 2024

    • curprev 09:3309:33, 8 October 2024Admin talk contribs 1,351 bytes +1,351 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..." Tag: Visual edit