My Oracle Support Banner

Sample Enterprise Capture Script to Release a Batch (Doc ID 2334158.1)

Last updated on SEPTEMBER 28, 2022

Applies to:

Oracle WebCenter Enterprise Capture - Version 12.2.1.0.0 and later
Information in this document applies to any platform.

Goal

There is a requirement where the client has to release a batch when it is the last document of the batch, and this is done when indexing. The user will press a combination of keys and then receive a pop up for releasing a document.

There is a releasebatch() function which takes 3 parameters.

batch = event.getbatch();
activeProfile = Capture.class.static.getActiveProfile();
processorID = activeProfile.getBatchProcessorID();
jobID = activeProfile.getBatchProcessorJobID();

There is a value for batch and active profile, but the processorID and jobID is blank.   Is it possible to release a batch using "custom" client script?

Solution

To view full details, sign in with your My Oracle Support account.

Don't have a My Oracle Support account? Click to get started!


In this Document
Goal
Solution


My Oracle Support provides customers with access to over a million knowledge articles and a vibrant support community of peers and Oracle experts.