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 |
Is it required to install gateway server before installing a Siebel server?
Explain what is constrainted picklist?
Which etl tool you used for data loading?
Will you be able to change the ‘Position’ in your Siebel and see the different level of Data?
How would you send an email using siebel realtime application?
Explain how to assign responsibilities to employees in siebel?
What are the different applets available in Siebel?
Explain Confiration of MVG?
How is session persistence used for siebel?
Explain pick applet, dynamic picklist: which will be better if performance issue is considered?
Explain the flow which you follow in your Siebel application
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?