I need to hide/disable certain fields in iNotes address book (Internet's directory). When authenticated users try to browse other user's details from address book (New Message --> TO --> Select addresses --> Details) I want to hide/disable Details button. Browser page source inspection of that button led me to iNotes/Forms9.nsf database but when I opened Forms9.nsf in Designer didn't find any form or view that associates with any button/field in address book. Also tried in Designer to hide/disable certain fields which relate to people document in names.nsf ($PersonInheritableSchema) but without success. Is there any way to hide these fields/buttons?
Hide fields in Lotus iNotes
203 Views Asked by S1ngler At
1
There are 1 best solutions below
Related Questions in LOTUS-NOTES
- How to identify network drive path inside lotus notes forms
- Restore document (not response of any document)
- Javascript Object defined in Pages of Notes designer is unidentified on a subform
- Time out to Website using xpage in HCL Notes
- Appending Rich Text Style
- Saving agents in Domino Designer 14 adds ghost libraries
- Can Lotus Embedded views be used to filter fields? Just like where" in SQL
- Lotusscript Dir$ giving "illegal function call" with UNC path
- Domino Basic authentication fails when username contains special characters
- phantom reservation in Reservations database when trying to schedule a resouce/room
- Create a email attachment from a rich text field
- Encryption values not correct in HCL Notes emails
- Unable to create and configure repository database using template QuestlRepository.ntf in quest LNSP migrator console app
- Have more than 256GB in nsf application
- Error XPages com.ibm.xsp.page.FacesPageException. com.ibm.xsp not found
Related Questions in LOTUS-DOMINO
- How to logout from a Domino Web app when login is OIDC?
- HCL Domino console error: [0D90:0061-1B28] [C&S]> ERROR | Release 12.0.2FP2 | csinit.cpp(980) : Invalid or nonexistent parent document (0x3C8)
- Appending Rich Text Style
- Can Lotus Embedded views be used to filter fields? Just like where" in SQL
- Why does Xpages app throw java.lang.NoClassDefFoundError at seemingly random intervals?
- Domino Basic authentication fails when username contains special characters
- Thread is not enabled for auto GC
- Would storing video files in DAOS enabled database speed up accesing them via https?
- How to fetch mails from IBM Domino Lotus using External java code (IMAP)?
- HCL Domino - How to insert current date in the target field in HEI (LEI) direct transfer activity?
- phantom reservation in Reservations database when trying to schedule a resouce/room
- Java in script library called from Lotusscript via LS2J - updated Java requires Notes client restart
- AttributeError: module 'fsspec.callbacks' has no attribute 'TqdmCallback'
- getFirstDocument() returns 'null' for a collection which getCount() says has 8 items
- Issue with Anonymous access and 'Authorization' header on HCL Domino 12
Related Questions in DOMINO-DESIGNER-ECLIPSE
- How to logout from a Domino Web app when login is OIDC?
- Saving agents in Domino Designer 14 adds ghost libraries
- Why does Xpages app throw java.lang.NoClassDefFoundError at seemingly random intervals?
- HCL Notes client: any documentation available on using JavaScript in a form?
- Reference javascript file in domino/html directory on xpage
- Is it possible to stop running Domino (Notes) Agent?
- XPages FileUpload control multiple files
- How to get matching pair of data from 2 multi-field columns?
- @!IsNull is still showing null rows in view
- I created a updatesite.nsf from updatesite.ntf template and trying to import a feature
- How to return a new object when the current object is recycled in Java
- In Notes designer v12 xpages error "Access restriction: Java Problem"
- Domino Designer doesn't initialize
- How to set the template version on a Notes (Lotus/IBM/HCL) application master template
- Hide fields in Lotus iNotes
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular # Hahtags
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
Customizing iNotes is quite complicated. There are no classical design elements to be manipulated: you need to create a new "forms9_x.nsf" database and manipulate the javascript source code there... unfortunately it is highly obfuscated and minified so that every change is quite painful.
There once have been presentations about how to do it, but by searching for "inotes customization" I could only find one that is not completely valid anymore as the structure in forms changed significantly since then. You could start with your research on this HCL help page, but I promise it will be a long and painful way to go.