Search This Blog

Jan 17, 2012

To display Birthdays of Contacts


1.      Create Control on Contact Form Applet and Map with Birth Day Field.
2.      Create new applet named Birthday Applet based on Contact BC and Place it in Home Page View  (WCC)
3.      For  Birthday Applet set Search Specification as below,
JulianMonth([Birth Date])-JulianYear([Birth Date])*12 = JulianMonth(Today()) - JulianYear(Today())*12  AND JulianDay([Birth Date])-JulianYear([Birth Date])*365 = JulianDay(Today()) - JulianYear(Today())*365
4.      Compile and Test

 

 

Siebel IP 2017 - Web Tool Development Steps

Siebel IP 2017 Development and Deployment Steps : 1. Click on the Workspace Icon in Siebel Web Tools application. 2. Create a New work s...