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 |
How to configure a mvg?
What is the relationship between a view and a b/o?
Explain what is client business service?
Explain where does the primary field of an mvg stored?
I have installed LR 8.0v on my system and wanted to test siebel web application. when i tried to record the application throught siebel web protocol, the launcher tries to connect to that URL but after some time the URL gives as Page Cannot Be Displayed, the same URL when we login manually it works fine. LR is not able to connect to the Application. What could be the reason? Can some one please help me on this. Thanks In Advance
1 Answers Accenture, IBM, IEG,
I checked out one object from server to my local, after checking out my local Database and userid has been corrupted. now i want to release the lock. How can i do this, can any one help me regarding this?
What r the mandatory parameters we must set for 1:M and M:M Links?
When do we use genbscript.exe?
In Siebel 7.7, how do you add button icon in an applet?
How to find out new vanilla functionality in SIEBEL 7.7 and 7.8?
best practices in scripting and workflows?
By what way do you control Visibility in Siebel ?