JD Edwards Enterprise One - Methods (Magic xpi 4.1)
Several Business Functions (BSFN) can be defined to run under one transaction using the Run BSFN method.
| 
 Note: 
 | 
 If one of the methods returns an error (a real error, not a returned XML with error information in it), the transaction will rollback and the step will exit and will not continue to the next method. 
 | 
 
The Run BSFN method contains the following parameters. Parameters in bold are mandatory:
| 
 | 
 | 
| 
 BSFN Name 
 | 
 Enter the name of the Business Function. 
 | 
| 
 Input XML 
 | 
 Enter a BLOB that contains the XML data to be set to the BSFN structure that was created with a Data Mapper. 
 | 
| 
 Output XML 
 | 
 Returns a BLOB that contains the XML data returned by the BSFN run. Click   to open the Variables List. Select a variable where the Output XML is returned, and then click Select. 
 | 
| 
 Error Code 
 | 
 Returns an error code when an error occurs. 
Click   to open the Variables List. Select a variable where the error code is returned, and then click Select. 
 | 
How to Use Direct Access Methods