MethodName

Name of the handler method

...

Syntax:

<CompoundIdentifier> ;

The method that is used by the BizAPI to assemble or receive data.

bizapiname MakeMovie;
component  APPS8;

codegenproperties {
   XmlElementName "MAKE_MY_DAY";
}

type       OutboundRequest;
handler    MovieManager.MovieEditor;
method     CancelMovie;

Note:   The method name must be found in the given server-package and handler.


This page is generated from IFS Developer Studio at 2021-08-13 08:48.