New BSFN Service

Read-only forum. Used to announce new releases of EASYProcess.

Locked
SteveCap
Posts: 327
Joined: August 26th, 2021, 9:18 am
Contact:

New BSFN Service

Unread post by SteveCap »

DesignTime Revision 2033 and RunTime Revision 773 or higher are needed.

There is now a new service to simplify BSFN calls.
Workshop Name: JDEEnterpriseOneWorkshop
Service Name: BSFN
Screenshot 2021-09-30 092716.png
Screenshot 2021-09-30 092716.png (44.98 KiB) Viewed 7709 times
Screenshot 2021-09-30 092716.png
Screenshot 2021-09-30 092716.png (44.98 KiB) Viewed 7709 times
Inputs:
  • ConnectionInstance - The name of the connection instance setup to connect to jde to run bsfn. Typically Default
  • MethodName - The name bsfn you want to run.
    • When MethodName is selected there will be a search icon under static values for Methods.
      Screenshot 2021-09-30 093520.png
      Screenshot 2021-09-30 093520.png (46.18 KiB) Viewed 7709 times
      Screenshot 2021-09-30 093520.png
      Screenshot 2021-09-30 093520.png (46.18 KiB) Viewed 7709 times
  • Params - Input parameters to the BSFN
    • Name - The name of the parameter
    • Value - The value of the parameter
Example:

Code: Select all


	Default
	AlgebraicExpressionCalculate
	
		
			szAlgebraicExpressionString
			1 + 1
		
		
			mnCalculatingResult
			0
		
	

Which will return:
Screenshot 2021-09-30 093843.png
Screenshot 2021-09-30 093843.png (103.25 KiB) Viewed 7709 times
Screenshot 2021-09-30 093843.png
Screenshot 2021-09-30 093843.png (103.25 KiB) Viewed 7709 times
word count: 172
Locked