Hi All,
Can someone help me out with what different MethodType mean and do when we use them in decorating the methods you want to expose with the nAttributes.Method] Attribute in the custom service broker?
MethodType.List makes sense doesn't need explanation but I have no idea the difference between using Execute, Create, Read or Update and when to use them.
For example, I have used MethodType.Execute in one my methods and may be becoz of that when I use this SmartObject method in Workflow, I cannot create reference in the output mapping. I can create individual variable mapping to the output of the method. Should I decorate this method with MethodType.Create instead to be able to create reference?
Thanks,
Praveen