Forum Discussion
SamRichards
Contributor
Hey Vicent,
You can execute a Custom Calculate from an extensibility rule using the following call.
BRApi.Finance.Calculate.ExecuteCustomCalculateBusinessRule(si, brName, functionName, nameValuePairs, timeType)
Hope this helps.
Thanks,
Sam
VRoig
3 years agoNew Contributor II
Hi SRichards,
Thanks for your answer.
In case helps someone I found out another solution:
I've used brapi.Utilities.ExecuteDataMgmtSequence(si, "DataManagemente_Name", Params) function. From an Extensibility Rule I use that function to call a data management that executes a Custom Calculated data management that executes a finence rule. It looks the same as your solution but with more steps.
Thanks,
Vicent
Related Content
- 10 months ago
- 3 months ago