cancel
Showing results for 
Search instead for 
Did you mean: 

Unable to create custom wizard step for a web ide template

shivakishore
Explorer
0 Kudos

Hi,

I am trying to build a project template in the web ide, for that i have created a custom wizard by following the steps mentioned in the link: https://help.hana.ondemand.com/webide/frameset.htm?3077337abe2c42b885af557d3ddbedba.html . when i try to run the plugin am getting an error message "Cannot read property 'createWizardStep' of undefined". Attached contol.js,service.js, and  plugin.js files.

could you please assist...

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi,

In your plugin.json please add require to wizard service.

Regards,

Guy

michael_ameling
Employee
Employee
0 Kudos

Hi Guy,

can you please give an example what the "require" statement would look like?

BR,

Michael

Former Member
0 Kudos

For example in the plugin.json the requires.services section:

"requires": {

        "services": [

            "usernotification",

            "log",

            "command",

            "commandGroup",

            "template",

            "catalogstep",

           "wizard",

            "templateCustomizationStep"

        ]

    },

Former Member
0 Kudos

is there any list of available services and their configuration? Any help is appreciated.

Thanks in advance

Regards

Mathias

Former Member
0 Kudos

can you help with what is available?

michal_keidar
Active Contributor
0 Kudos

Hi , can you assist?

Thanks,
Michal.