For a field Status we define predefault value ="inprogess"
Postdefault value="Completed" a record is copied from an
existing record having status field value "Cleared"
in the copied record if the status field value is made blank
and then saved the record what will be the value of status
field after saving
Answers were Sorted based on User's Feedback
Answer / venkat
If user clear any field to made it blank, Post default
value overrides and makes it 'Completed'
| Is This Answer Correct ? | 21 Yes | 0 No |
Answer / vimal kumar
Ans: "Completed"
PreDefaultValue is populated when creation of new recored.ie, if u click on new record PreDefaultValue is set to field.
PostDefaultValue is populated when the field value is empty.
ie, if u create a new record (automatically populate PreDefaultValue "Inprogress") if u delete the field value "inprogress" then field value is blank so at the time of saving in to database PostDefaultValue is populated.
| Is This Answer Correct ? | 9 Yes | 0 No |
what is the difference between serverside scripting and browser side scripting?
best practices in scripting and workflows?
How to convert single value fields into multivalue fields in the field object type found under business component?
Explain what is foreign key table in siebel?
In MVG concept 1:M has only MVG applet but where as M:M has shuttel applet(Combination of Associate applet and Mvg applet) why?
What is foreign key table in siebel?
How is siebel 7.x architecture different from siebel 6.x? How is siebel 7.x architecture different from siebel 6.x?
Explain what is an extension table and how is it related to base table?
how to create constain picklist?process suppose country field is there and state field is there,when user selected Australia in country,i have to display aus related states only states field then following its corresponding cities for the next fields orderly..I got the solution.Please try that or else mail to ganesh.ramasamy@yahoo.com
About MVL(multivaluelink)?
Explain when do we go for dynamic picklist and for pick applet?
when i click on first time ststic picklist valus should be 4 values and if i click next time i want to see 6 picklist with diff values for that same field.How will u configure