ANS: Before
creating a rule sets we need to use prerequisite rule set. We have to use this
rule set as a service(like header file) which contains all services.
In which scenario we can
use Screen Flow and Sub Flow ?
ANS: Best example for
screen flow is filling the application form which consists of several pages,
each page is dependent on the other pages.. if a user is in 6th page and would
like traverse to 3 page it is done using screen flows only.. thru screen flows
we collect all information and this collected information is given to
work object finally...
SUB FLOW: It is to reduce complexity, here we cant traverse once the it is
submitted we cannot go back.
what is the use of Authenticate and May Start check boxes?
If May Start check box is selected means the activity can executed on its
own .if it is not selected activity is should be called by other activity.
Authenticate means
when the external user is trying to access the activity if check box is
selected he has to be a authenticate user with PRPC credentials. If it is
unchecked any one can access the activity.