Skip to Main Content
HCL Domino Ideas Portal

Welcome to the #dominoforever Product Ideas Forum! The place where you can submit product ideas and enhancement request. We encourage you to participate by voting on, commenting on, and creating new ideas. All new ideas will be evaluated by HCL Product Management & Engineering teams, and the next steps will be communicated. While not all submitted ideas will be executed upon, community feedback will play a key role in influencing which ideas are and when they will be implemented.

For more information and upcoming events around #dominoforever, please visit our Destination Domino Page

Status Shipped
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Feb 25, 2019

Central script library should be accessible to other databases.

Currently we have to copy the script library from one database to other database if we want to use it in this database. So we have to copy paste code if code is improved in one database. Think if we are using this library in 50 databases, we have to keep updated the improved code in all 50 databases.

  • Attach files
  • Guest
    Reply
    |
    Oct 7, 2020

    I agree that through inheritance , it is possible.

    But is it possible we can call a Function written in any other database script library?

  • Guest
    Reply
    |
    Feb 28, 2019

    You can have a master template and have individual design element inherit from other databases at the same time!

  • Guest
    Reply
    |
    Feb 27, 2019

    we need a central script library without inheriting from master template. 

    we have scenario when we do not want to inherit from master template but we need standard utility function written one time and use across multiple database.(for example:  a function validating  NIC number  etc.) . with out inheritance we need to copy the code for each database where we need this code. later if we modify to fix a bug or improve the code,  we need to copy to updated code again to all databases where we use this function.

  • Guest
    Reply
    |
    Feb 26, 2019

     Why not use a “corporate standard” set of script libraries and inherit them from a master template?

  • Guest
    Reply
    |
    Feb 26, 2019

    I agree above comment in this case.

    But I think common script lib. ,  like a lss files,  will give us large merit.

    I need corporate standard lib. (LS class lib. , CSS , Image rsources etc) as corporate design standard.

  • Guest
    Reply
    |
    Feb 26, 2019

    What is stopping you from placing the script libary  in a design template database and then inheriting the script library from the design template?