This website uses cookies for visitor traffic analysis. By using the website, you agree with storing the cookies on your computer.More information

--Change pre-defined custom object names

Information about development with ProjX.

--Change pre-defined custom object names

Postby Development@SIB » Thu May 08, 2014 10:58 am



This article is outdated - please use our new system at

https://doc.sibvisions.com




ProjX has some requirements for the Session LCO. The application assumes that an object with the name workScreenAccess is present. There's another object with the name helpStore.

If you don't configure your Session LCO correctly, your Application will throw Exceptions and won't work as expected.

Your Session LCO should contain a method with the name

Code: Select all
getWorkScreenAccess


Sometimes you won't or can't use the predefined object names. It that's the case, it's possible to change pre-defined object names:

Simply add following annotation to your preferred method:

Code: Select all
@Replacement(name = "workScreenAccess")
public IWorkScreenAccess getCustomWSAccess()
{
    ...



The predefined object names are:

  • workScreenAccess
  • helpStore
  • translator
User avatar
Development@SIB
 
Posts: 325
Joined: Mon Sep 28, 2009 1:54 pm

Return to Documentation