We are using Visual rules BRM powered by actico to manage Business rules.There are many builtin function provided by visual rules library. Now I want to add a custom function to my project. How can I do this. I'm new in this. Thanks In advance. I'm using 6.4 version visual rules run-time.
Asked
Active
Viewed 167 times
2 Answers
3
Just make a Java class and define a required method in class then go on function package and right click and follow steps below:- ->New Element, -> function, ->Check (import from java method) ->Next, -> (browse your java class and method -> finish)

Himanshu Srivastav
- 46
- 2
2
Create a method in java class then Right click on project>>new element>>function>>import from java method>>choose the package>>select method and finish.

nadeem ahmad
- 181
- 1
- 1
- 10