How To Upload Custom Messages Into Oracle Cloud ERP Using erpintegrations REST API

Following are the 3 text files designed:

manifest.txt

messages.txt|MESSAGES
messagetokens.txt|MESSAGE_TOKENS

messages.txt

MessageName|ApplicationId|ModuleType|ModuleKey|MessageNumber|MessageType|ShortText|LoggingEnabled|MessageSeverity|MessageCategory|MessageUserDetails|MessageAdminDetails|MessageCause|MessageUserAction|MessageAdminAction|TranslationNotes
XXORA_MSG5|435|APPLICATION|FUN|123|ERROR|User Details Are Invalid, Please Validate {USEREMAIL} and {USERPASSWORD}|N|HIGH|PRODUCT|User Details Are Invalid |Message Admin Details |Message Cause|User Action|Admin Action|TranslationNotes

messagetokens.txt

MessageName|ApplicationId|TokenName|DataType|Description
XXORA_MSG5|435|USEREMAIL|TEXT|User Email
XXORA_MSG5|435|USERPASSWORD|TEXT|User Password

  • Zip the 3 files : manifest.txt , messages.txt, messagetokens.txt and name it as : DataLoader7.zip
  • Upload the file to UCM account : fin/payables/import
  • Invoke the POST method of REST API : https://ucf5-zvcz-fa-ext.oracledemos.com/fscmRestApi/resources/11.13.18.05/erpintegrations
{
"OperationName":"submitESSJobRequest",
"JobPackageName":"oracle/apps/ess/fnd/applcore",
"JobDefName":"FndApplCoreDataLoaderServiceJob",
"ESSParameters":"DataLoader7.zip,fin/payables/import,ZIP",
"ReqstId":null
}

Oracle Documentation : Docs : https://docs.oracle.com/en/cloud/saas/financials/21a/farfa/op-erpintegrations-post.html

Leave a Reply

Your email address will not be published.