The default code templates have the following in them (jus a snipit - not the whole template) for the "Action Create" template
$result = %EASL_GET("Property", $GUID, "Pin", "Result")%
%if $result == ""%
/*Warning: $sActionName - Result Pin Not Found!*/
%endTemplate%
I have added a Create Object Action to the model and added an ActionPin named "Result". When I generate the code, I get this warning generated, so it isn't finding my "Result" pin. Has anyone used this? Is the code wrong or is it looking for something other than an action pin?
Thanks in advance for any help.