Siebel PreDefault and PostDefault values
• What is PreDefault value property of a Field?
PreDefault Property sets the value of a field in as soon as new record is clicked i.e. set a fixed value
in a field
• What is PostDefault value property of a Field?
PostDefault Property sets the value of a field in case user has not entered any value i.e. set a fixed
value in a field while saving
• When is PreDefault Fired?
PreDefault property is fired in case as soon as new record is clicked
• When is PostDefault Fired?
PostDefault property is fired in case the field is blank during record save
• What happens in case both PreDefault and PostDefault values are given
PreDefault property is fired and PostDefault is not fired (as the field has some value at save time)
• What happens in case both PreDefault and PostDefault values are given and we nullify the
value that was set in PreDefault before saving
PreDefault property is fired as soon as new record is clicked and PostDefault is also fired while saving
as we have nullified the field
• What happens to PreDefault value if we copy a record that has the field value as blank
PreDefault property is fired as the value in field was null
• What happens to PreDefault value if we copy a record that has some value in field
PreDefault property is not fired as the value in field Is not null (if value is already there event will
not fire)
• What happens to PostDefault value if we copy a record that has the field value as blank
PreDefault property is fired as the value in field was null
• What happens to PostDefault value if we copy a record that has some value in field
PreDefault property is not fired as the value in field Is not null (if value is already there event will
not fire)
If you do not get the answer to these Question, please mail to
enquiry@[Link], we will be happy to explain.