Welcome,  Guest  |  Sign In |  New User? 

a2z Interview Questions & Answers

End of hits

What is forceactive property?         [ 667 ]

If ForceActive is set to true then all the fields under that buscomp would be retrieved from db server when the BusComp is accessed. This ultimately degardes the performance.

On the other hand, a FALSE value to ForceActive property would retrieve only those fields which are registered by UI or by a specialized BusComp.This improves the performance by retrieving only the required data items.

If the Force Active is set to true then it is retreived from DB when the BusComp is accessed irrespective of its reference in the UI.
If a particular field needs to used in the Server Script or Browser Script or in Data Validation manager and is not referenced in the UI then the force active of that field should be set to true.

Choose your rating:    Post Ans.    View More Ans.

End of hits