EPM Automate Server-side script- Running Integration
Summary:
Content (please ensure you mask any confidential information):
I'm trying to run a data integration job using the runIntegration
command from a Groovy Business Rule in Oracle EPM Cloud. Here's the code snippet:
status = automate.execute("runIntegration", "Momentus_PLN_DataLoad_101_WCC_Budget","REPLACE", "MERGE", "Oct-25" )
But I’m getting the following error:
A method called by the script failed on line: 23, with error: runintegration status: Invalid or missing parameter: REPLACE
Any help or working example would be appreciated!
Thanks in advance.
Ayeshan
Version (include the version you are using, if applicable):
Code Snippet (add any code snippets that support your topic, if applicable):