What is forceactive property?

Questions by msk_msr   answers by msk_msr

Showing Answers 1 - 4 of 4 Answers

Sandeep

  • Jul 31st, 2006
 

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.

  Was this answer useful?  Yes

SHIVNAG

  • Aug 8th, 2006
 

It is field in business component which is having a boolean value, TRUE/FALSE. if true gets all the feilds into business component. but by default its false. because if reduces performance.

  Was this answer useful?  Yes

vijay

  • Sep 27th, 2006
 

Force Active is property at the Field level.when this property is set True then it gets values directly from the database and decreases the performance.I should be set to true when your using particular field in the script and when it is not exposed in the applet level.

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions