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 Under Consideration
Workspace Domino Designer
Categories LotusScript
Created by Guest
Created on Nov 20, 2020

Increase the maximum length of the lotusscript identifier

The maximum length of a LotusScript identifier is 40 characters. If LotusScript is generated from a Web service WSDL file, longer identifiers may be generated. E.g. because the names of the generated constants for enum are composed of two names from WSDL.

Allow longer identifiers in LotusScript. Maybe an optional directive.

  • Attach files
  • Guest
    Reply
    |
    Dec 24, 2020

    First, update the wsdl engine, as it is hopelessly outdated (some old wsdl format supported). For example, it is impossible to import any wsdl from the IBM Integration Bus, - we observe a string of errors that cannot be fixed...

    After updating this engine in Notes/Domino, you can check what is with this limit.

  • Guest
    Reply
    |
    Dec 14, 2020

    The need to expand the number of characters the LotusScript identifier can accommodate is important because we are trying to set up Web service with a customer of ours and their WSDL file contains many identifier with more than 40 characters are used.

  • Guest
    Reply
    |
    Dec 14, 2020

    Without increasing the limit, NetSuite SOAP interface is out of the question. They have MANY identifiers with larger than 40 characters. When creating the New Web Service Consumer in Designer, there are too many errors thrown because of this limitation and the process aborts.

6 MERGED

Lotusscript Method Names should allow more than 40 Characters

Merged
In writing clean explainable code (and we still have some Lotusscript code) it sometimes would be useful to be able to use more than 40 characters for a Method Name / Function. 64 characters might be a better limit. Currently an error is thrown: N...
about 3 years ago in Domino Designer / LotusScript 1 Under Consideration