Tuesday, December 27, 2016

Add a Custom Field in WebCenter Forms Recognition

Hello Friends,

Today want to share the knowledge of how to add a custom field in WebCenter Forms Recognition (WFR) Header and Table. and how to add the value of custom field in WFR generated xml file.

we need to follow the below steps after opening the AP Invoice Project in Definition Mode.

Step(1) select the Invoices Class and double click on it to open the invoices Fields list as below

Step(2) select Insert Field Definition option from the Edit Menu --> Field Definition and make sure that text is selected for Inserting the Field in Header Part as below


Step(2b)  for adding the field in table select the lineItems in Fields tab and select the properties via pressing the shift+f4 or select the show Properties from the Edit menu as below.



Step(3) add these newly added field in AP Project configuration file ie. AP Packaged Project_1007G.ini  as below for adding the Field in Header(Image-a) and Table LineItems (Image-b)
                                          Image-a

                                        Image-b

Step(4) now come back to the Classes Tab and right click on User Exits Class and select the show Script option or else use f12 option to open the script it will open the Script Window click on Red Button to stop Script Execution as shown below.





Steps(5) Press Ctr+F and enter the UserEXITXML to search the method and Add the following Code in the Script to add the custom fields value in WFR generated XML File as shown below.


  


 

that's it it will add the newly added field value in the WFR generated xml file.

Thanks for reading the blog.

Tuesday, August 30, 2016

Oracle Weblogic 12c Instaalation on Windows Machine

Hello Friends,

Hope everything is going well faced issues while installing the Web Center Content in Windows Machine so want to share the experience so if someone will face this issue this blog will help instead of searching alot...


When downloading Oracle Weblogic Server 12.2.1.0.0 on the Oracle Technology Network, you must use the Fusion Middleware Infrastructure Installer, not the generic installer. as I faced the below issue.

 

 to solve the issue after lot of research find to use Fusion Middleware Infrastructure Installer weblogic jar. please find the below steps to install the weblogic


Follow the instructions provided on the Weblogic Server installation screens, as described in this section. Unless otherwise noted, click Next to advance to the next screen. 



  1. Run the Command Prompt as an administrator. Change the directory to the folder where Weblogic Jar is present.
Execute the jar file:-
java -jar <Weblogic Jar Name>
 


  1. Welcome Screen opens up. This screen introduces you to the installer. Click Next.
 

  1. Select “Skip Auto Updates”. Click Next.

  1. Create Oracle Home path. E.g. C:\Oracle\Middleware\12.2.1.0.0. If this directory already exists on your system, it must be an empty directory. If this directory does not already exist, then it will be created for you. Click Next.
 

  1. On Installation Type page, select “Fusion Middleware Infrastructure”. Click Next.
 
  1. Once the Prerequisite checks are done, click Next.
 

  1. Uncheck Receive Security Updates checkbox, and click on Next.


  1. Click Yes when you receive below warning.


  1. Go through the summary on Installation Summary page and Click Install.
 
  
  1. Once the installation is completed, click on Next or Finish to complete the process.



Thanks for Visiting the Blogs











Use GlassPane in ADF Appliation

Hi, Today I thought of sharing my knowledge via writing Blogs as I also learn a-lot from blogs and it’s really useful when u stuck in s...