Finance Automation Reconciliation REL Functions
Certification and Reconciliation REL functions. The following REL function are used in all flavors. The functions
reside in the Redwood_FCA library. You call these functions by specifying =<partition>.Redwood_FCA.<function>
.
The examples on this page assume the definition which calls these functions
resides in the same partition as the library, specified as $
. The default partition of the library is FCA. The REL functions can be accessed via RedwoodScript from the
com.redwood.scheduler.custom.fca.balancesheet.rel.ReconciliationRel
class.
getBSCURL
Retrieve the URL to the balance sheet certification component.
Syntax
Redwood_BSC.getBSCURL(Long jobId, String ref)
Example
=$.Redwood_BSC.getBSCURL(jobId, 'BalanceSheetCertification')
Result
http://processes.example.com:10180/redwood/api-extension/Internal/FCA/FCA_BalanceSheet_Certification?USERMESSAGE=150
financeTopic