All public logs

Jump to navigation Jump to search

Combined display of all available logs of 3B Knowledge. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 09:33, 8 October 2024 Admin talk contribs created page Portal Communication Architecture (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