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 s_party table?
What is inbound in picklist?
What is the difference between links and multi value links?
How to specify a view to be displayed as aggregate view in siebel 7.7?
How to resolve foreign key in eim?
What is Virtual BC?what is the use of vbc?
4 Answers Oracle, PF Enterprise, Symphony,
What is the differences between static and dynamic drilldowns?
Explain how to create an extension table with an intersection table?
Explain the difference between an organization and division in siebel?
i have two business components but iwant to make visible applet to only one business component
What is purging in siebel?
How to send an email using siebel application? Other than using f9 functional key?