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 |
Explain the different types of tables?
What is the most difficult assignment that was given to you in workflows and how did you come up with the solution?
What is user properties? Why we using the user properties?
How will you check the Visibility in Siebel?
when u will get sysnapy errors?
What are the eim tables and base tables are required to your entities?
Where you involved in the design phase and what did you do?
Explain pick applet, dynamic picklist: which will be better if performance issue is considered?
Explain how to specify a view to be displayed as aggregate view in siebel 7.7?
What are the different screens available in Siebel?
When do we go for bc level user properties?
Explain why would we populate bu_id, while importing product or account data?