Translate

Saturday, July 6, 2013

All Tutorial Links

-------------
INDEX
-------------

List of topics covered in this blog. You may also like my other blogs.

Development/Coding using TAGS

Development/Coding using ASSET API (CRUD Operation on Asset)
Tips and Tricks
  • FatWire/WebCenter Sites debugging techniques
  • Optimize usage of Admin and Advanced UI
  • Important list of SQL queries
  • WebCenter Sites tools
  • Using Groovy elements in WCS

Check out my other blogs(Requires invite):
Customizations: Oracle WebCenter Sites / FatWire customizations
Sample codes: Random code snippets
Oracle WebCenter Sites 12c: New OWCS 12c

---------------------------------
SUGGESTIONS/COMMENTS ARE INVITED
---------------------------------

2 comments:

Unknown said...

Hi,
Can you please post/update links to Tips and Tricks section of your blog:
1. FatWire/WebCenter Sites debugging techniques
2. Optimize usage of Admin and Advanced UI
3. Important list of SQL queries
4. WebCenter Sites tools
It would be very useful.
Thnaks!

Anitha said...

Hi,
I need to create customize flex filter which should do the following task:
1. Asset definition has state name,city name, branch name and branch image as attributes.
flex filter should perform as below
Upon Save, the flex filter will be invoked and will do the following
i. Check if the folders State and City are present. If yes, it will save the asset in the City folder.
ii. If the folders do not exist, then it will created the respective folders and then save the Asset inside the City folder.
Please help me