Model Syntax for Bizapi

Accessing Business Logic API's

This model defines a BizAPI name and a reference to the handling method in middle tier.

Syntax:

Name Component [ CodeGenProperties ] BizapiType HandlerName MethodName

Naming section

First section contains the naming of the model and component.

bizapiname MakeMovie;
component  APPS8;

Code generation control section

An optional section with codegen properties is used when necessary.

codegenproperties {
   XmlElementName "MAKE_MY_DAY";
}

Access method section

This section specifies what handler and method that executes when the BizAPI is used.

type       OutboundRequest;
handler    MovieManager.MovieEditor;
method     CancelMovie;

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