best practices in scripting and workflows?
Answer / sravan
In Scripting
1)Activate the fields before query operations.
2)Write return(CancelOperation)after the loop(if),when you
create custom button.
3)Write Words for visibility not integers like "SetVieMode
(AllView).
4)If you declare any variables in Declaration level,reset
the values in "Pre-Delete Event".
5)Nullify the objects in finally block as reverse wise
means,suppose if you declare first BO,next BC then you
should nullify first BC after BO.
6)Don't use flags for setting the validations.
7)Write field validations in Pre-Set Event only
| Is This Answer Correct ? | 8 Yes | 0 No |
What is constrainted picklist? Where you will drop the constraints?
i have two business components but iwant to make visible applet to only one business component
In Siebel how is load balancing maintained?
Explain pick applet, dynamic picklist: which will be better if performance issue is considered?
Suppose in the list applet field we have 10 records but I have to display only 2 records in list applet,what is the process should I follow?
How to send an email using siebel application?
What is the difference in the architecture of Siebel x and Siebel x?
Suppose there is a search spec on bc, and applet both. Explain the execution of this scenario?
Explain how to import lovs?
What is foreign key table in siebel?
Explain what is client business service?
Is it possible to access more than one database at a single siebel application?