Page 1 of 1

New BSFN Service

Posted: September 30th, 2021, 9:41 am
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 8202 times
Screenshot 2021-09-30 092716.png
Screenshot 2021-09-30 092716.png (44.98 KiB) Viewed 8202 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 8202 times
      Screenshot 2021-09-30 093520.png
      Screenshot 2021-09-30 093520.png (46.18 KiB) Viewed 8202 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 8202 times
Screenshot 2021-09-30 093843.png
Screenshot 2021-09-30 093843.png (103.25 KiB) Viewed 8202 times