I have developed a module which changes the GUI of webnodes.
I have used one WebNode Command to add an option to the Function Menu item. I want this option to be promoted in UI. I have set “fIsPromoteable” to true , this resolves my problem.
However, I want this to be configurable in my bespoke module, where LL administrator should have control over this.
To Achieve this:-
1. I have provided check box for the same in the module configuration, to enable disable promote.
2. I save it in kini , and show the reset Livelink page.
3. I have set "fIsPromoteable" to the selected value by Admin, in “Startup” method of the WebNode command.
4. This does not set the object property, may be I need to Unlock the Oscpace in startup and set the property and Lock it again using Script.
Appreciate your view on it...