Home
Extended ECM
API, SDK, REST and Web Services
User Callbacks Subsystem 2
unknown
Message from Jason Engel via eLinkI am trying to change the add user screen to make a few more items required.I have orphaned newuser, saveuser, usergeneral into myOspace and copied thehtml pages to myOspace/html and edited them to display the required fieldsthat I want.The problem I am having is both pages are being displayed. The originalwebuser page is displayed and directly beneath that is the page frommyOspace. It is being caused by this code:// allow others to add more datafor cb in $LLIAPI.UserCallbacksSubsystem.GetItems() result = cb.CBNewPre( \ uapiCtx, \ .fData, \ .fGroups, \ .fLoginUser, \ this ) if !result.OK ok = FALSE .fError = result.ErrMsg break endendThis loops through all the ospaces with user callbacks and the webuserospace and myOspace are in this loop along with several others so both pagesare being displayed. How do I deactivate the webuser user callback with outediting the webuser ospace?Thanks Jason
Find more posts tagged with
Comments
Magnus_Salgo_(IDNordicAdmin_(Delete)_2300172)
Don't really know what you want to do. "Normally" you use the standard Livelink user profile fields and then add your application fieldsHave you looked into the new way of using tabs for the user profile ???A half bad but still controlled way of get rid of some fields in standard profile ( which I assume you would like to do ) is to override the HTML filewebuser/usergeneral.htmlusing something like the moduile HTMLmap
https://knowledge.opentext.com/knowledge/livelink.exe?func=ll&objId=2520140&objAction=viewRegardsMagnus@ids.se