Home
Extended ECM
API, SDK, REST and Web Services
User Callbacks Subsystem
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
There are no comments yet