This page demonstrate How To Customize Sterling Application ..
Customization of Sterling Commerce Application is difficult task. This
steps help you on customize the application.
Before Starting Customization, Please go-through the following product
documentations
Following customizations can be done on Sterling Commerce Application.
1. Log Setup
How to enable logging for your custom java classes:
Create a log4jconfig.xml file and put in deltalog4jconfig folder under
resources directory under global (global > resources > deltalog4j
).
This log4jconfig.xml should contain information about your custom java
packages.
<?xml version="1.0" encoding="UTF-8"?>
<log4jconfigdelta>
<category additivity="false" class="
Full class name(including package name) of yfc log category
" name="com.easy">
<level class="
Full class name(including package name) class name of yfc log
level
" value="DEBUG"/>
<appender-ref ref="CONSOLE"/>
<appender-ref ref="ALL"/>
</category>
</log4jconfigdelta> -
View
Product Documentation For Log4J Configuration
2. Database Customization:
3. Backend Customization:
- Building custom service, condition, action, agent, integration
server
- Event, User Exit Customization
- Custom Transaction, Status, Pipeline Changes
4. Store UI Customization
Detail steps are given in
this page(web-store-ui-customization.html)
5. Call Center Customization:
6. Web Console Customization :
7. SBC Customization:
User Comments:
Can you please add details of store UI customization
Reply;