Salesforce

Activating Methods for Public Programs (Magic xpa 2.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Activating Methods for Public Programs (Magic xpa 2.x)

When the connection to a Magic xpa COM engine is established, the container can activate the methods of the COM object that runs the corresponding programs.

For example: MyObject.AddCustomer('John','Smith')

If the corresponding program is found, it will be executed. When the program has been completed, the method returns the program return value.

The execution of the public programs is synchronic, which means that the call method will be completed only after the called public program completed its execution.

Reference
Attachment 
Attachment