Read-only forum. Used to announce new releases of EASYProcess.
-
SteveCap
- Posts: 329
- Joined: August 26th, 2021, 9:18 am
-
Contact:
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 (44.98 KiB) Viewed 8198 times
- Screenshot 2021-09-30 092716.png (44.98 KiB) Viewed 8198 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 (46.18 KiB) Viewed 8198 times
- Screenshot 2021-09-30 093520.png (46.18 KiB) Viewed 8198 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 (103.25 KiB) Viewed 8198 times
- Screenshot 2021-09-30 093843.png (103.25 KiB) Viewed 8198 times
word count: 172