How to Add an Attribute to the WebCenter Content: Invoice Processing Tasklist Summary Section
(Doc ID 2283578.1)
Last updated on SEPTEMBER 29, 2022
Applies to:
Oracle WebCenter Content: Imaging - Version 11.1.1.8.0 and laterInformation 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! |