הצגת רשומות עם תוויות Scenario/Solution. הצג את כל הרשומות
הצגת רשומות עם תוויות Scenario/Solution. הצג את כל הרשומות
יום שישי, 2 באוגוסט 2013
Two Buttons with same Method Invoked = ShowPopup, displaying different popup applets!!
After reading the title of this post, you might have got some idea
what the scenario I am going to talk about today. This is the scenario where I
have two buttons exposed on the UI and both having the same Method Invoked =
"ShowPopup".
Here
below is the snapshot:
1.
Create SR : this
button is being used for displaying “Create
יום שישי, 26 ביולי 2013
How to send Email in HTML Format with dynamic data and dynamic attachments?
After reading my earlier post on sending emails in HTML format, two readers Rishikesh and VP asked, if it is possible sending email using dynamic email template and with the attachments. After reading the complete requirement, I thought its worth a separate post. So, here is the solution -
1. Lets assume we have an email template based on Quote business component as per below screen shot:
יום ראשון, 23 בדצמבר 2012
How to get the Date difference in Days, Hours, Minutes, Seconds
A one liner solution for requirement to find out the date difference between two different dates in eScript:
function
Service_PreInvokeMethod (MethodName, Inputs, Outputs)
{
var Date1 = new
Date("12/22/2012");
var Date2 = new
Date("12/23/2012");
TheApplication().RaiseErrorText(
"Date1 =" +
Date1 +
"\n Date2 =
" + Date2 +
"\n Date
Difference in Days = " + (Date2.getTime() -
Date1
יום שבת, 22 בדצמבר 2012
How to add number of Hours to a Date Field
I am back with a very
basic requirement which might looks very easy, but the solution might not
be that easy to implement.
Requirement:
I have a Service
Request form applet where I have following fields exposed on the UI:
Severity - LOV
field values: a) 1-Critical b) 2-High c) 3-Medium d) 4-Low
Commit Date - Date
Time field
Depending upon the
Severity, being set by the user, system
יום ראשון, 22 בינואר 2012
Understanding EAI Transaction Service
Recently I got the chance to work on a EAI requirement which requires the use of business service: "EAI Transaction Service"
This post might help you if you are hearing this business service for the first time.
First of all, let me tell you what was the requirement for which I used this business service and later will tell you how it works.
Requirement
We have integration between a
יום שישי, 19 באוגוסט 2011
How to update Child BC records on update of Parent BC record?
Siebel provides various ways of achieving the same solution, but you need to do the analysis beforehand to pick the right one. Recently I got one basic requirement that:
As soon as the Opportunity Sales Stage gets "Approved", all the Activities (Child of Opportunity) status should automatically set to "Approved".
Any Siebel Geek can offer multiple ways to achieve this solution:
1. Write a small
As soon as the Opportunity Sales Stage gets "Approved", all the Activities (Child of Opportunity) status should automatically set to "Approved".
Any Siebel Geek can offer multiple ways to achieve this solution:
1. Write a small
יום שני, 18 ביולי 2011
How to send email containing multiple child records data?
I am pretty sure you will find this post very interesting, if you ever get a requirement to send a email in HTML format and email should have the details of the child records(dynamic data) as well.XSLT (XSL Transformation) can do wonders for this kind of requirement where the basic idea is to get data in XML hierarchy from Siebel (which you can easily do via EAI Siebel Adapter and convert it into
יום שישי, 15 ביולי 2011
How to make all Child BCs read-only when Parent BC becomes read-only?
Today I am going to discuss one interesting requirement where you are required to make all the Child Business components read only as soon as the Parent business component becomes read-only.Actual scenario goes like this: As per the business requirement, we need to have the Opportunity business component read-only when Sales Stage is Approved. For this simple requirement we configure the BC User
יום שישי, 1 ביולי 2011
How to send Email in HTML Format?...... contd
In continuation of the previous post, I found another good way to achieve the requirement of sending email in HTML format and moreover you are required to replace the field values dynamically from business component. So the extra information you need to provide to Outbound Communication Manager is the ROW_ID of the record in context.Suppose, here below is the Email Template need to send in HTML
יום חמישי, 30 ביוני 2011
How to send Email in HTML Format?
If you get a requirement to send an email from Siebel, the very simple way is to make use of OOB business service, i.e "Outbound Communications Manager" with the method "SendMessage". Following input parameters would be enough for this purpose: a) MsgToList b) MsgSubject c) MsgBody d) CommProfile Here below is the working example for the same: var inp = TheApplication().NewPropertySet();
יום רביעי, 18 במאי 2011
Constraining Business Component to accept unique value for some fields
One of the interesting requirements I heard recently to put a check on the business component to accept only those records which has the unique value in specified fields. Actual requirement goes this way: “Opportunity Product” is the child business component of “Opportunity” Business Component. System should not allow adding the Opportunity Product record with the same “Product” associated with
הירשם ל-
רשומות (Atom)