application.getAllFormNames(solution)

I would like to see a feature: application.getAllFormNames(solution)

that will give me an array of the Form-names of a solution (or module!)

I have a module where customers can add/adjust there own layouts. (for invoices etc..) It would be nice if I could grab al the form-names of this module, to give them a choice in the main-solution which form will be used.

Is this hard to implement this?

HJK:
I would like to see a feature: application.getAllFormNames(solution)

Under the forms node…forms.allnames. Or do you want something more than this?

Harjo wants the form names of just one module, for example…

patrick:
Harjo wants the form names of just one module, for example…

This can be accomplished with the current function and a standardized module layout naming convention right?

david:

patrick:
Harjo wants the form names of just one module, for example…

This can be accomplished with the current function and a standardized module layout naming convention right?

thanks David! Never knew this function was there!!!

HJK:
thanks David! Never knew this function was there!!!

This is because all specially requested features remain secret for six months and only the person who requested the function can use it for that period of time. I’ll let you start using it now since I’m using all of your portal and list requested features… :D

:lol: :lol:

But as far as I know there is no possibility to retrieve the form names for a certain module. If that is also a hidden feature, please tell me.

A naming convention is not reliable enough, especially if a customer module is envolved. So maybe this could enhanced as Harjo suggested

application.getAllFormNames([solution])

Thanks
Patrick

yes, indeed, the ‘module-thing’ could be enhanced!