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 are caching and purging in siebel?
How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?
How is siebel 7.x architecture different from siebel 6.x? How is siebel 7.x architecture different from siebel 6.x?
What is siebel?
what is a NAMED SUBSYSTEM?
What is eapps.cfg file?
What is the difference between siebel 7.5 and 7.8?
What is if table in eim?
What are the uses of opportunity, account contact in Siebel?
what is the difference between siebel 7.5 and 7.8? If we upgrade the application to 7.8 from 7.5 what are the areas we need to give importance from qa(testing) point of view?
In link if we set Link Specification as "True" then what will be the expression given for link specification to access parent bc field value in child bc
What does install.ksh and imprep.ksh files do?