Hi All,
I am trying to create a property definition using the method createPropertyDefinition(). The property definition will be populated by an external action and there is a parameter externalAction with type Action in the method.
Does anyone know the format it expects for the parameter externalAction
I tried giving it the way we see in my property definition, com.vratest.utils/getStorageList
It fails in reading externalAction.module.name from it. I am sure its a small mistake or a particular way it expects the input value to be passed
Appreciate your time and help.
Thanks!