My Oracle Support Banner

How to Add an Attribute to the WebCenter Content: Invoice Processing Tasklist Summary Section (Doc ID 2283578.1)

Last updated on APRIL 18, 2024

Applies to:

Oracle WebCenter Content: Imaging - Version 11.1.1.8.0 and later
Information in this document applies to any platform.

Goal

There is a business need to add a new attribute "Requisitioner Name' and its value to the Invoice Processing Tasklist Summary section.  Is there any front end available to do this configuration?  Or is the only way to using a direct database update?

Below are the insert statements that will be run to configure this:

insert into DEV_IPM.AXF_METADATA_ATTRIBUTES values(1,(select max(ATTRIBUTE_ID)+1 from DEV_IPM.AXF_METADATA_ATTRIBUTES),'Requisitioner Name','InvoiceProcessing_Requisitioner','TRUE',8,'String');

insert into DEV_IPM.AXF_XPATH_ATTRIBUTES values('InvoiceProcessing_Requisitioner','//task:axf_InvoiceTransaction/solution:Header/solution:REQ_NAME');

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!


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