trunk/WORKTERRAweb/App/BusinessLogic/Employee/Employee.vb (7230) Added new case in 'Save' for SaveLastVisitedUrl (i.e. 3219) Added new routine 'SaveLastVisitedUrl' to save last visited url (We need to make code change here if want to remove hardcoded text of Content.aspx) trunk/WORKTERRAweb/App/BusinessLogic/Employee/EmployeeLoadControls.vb (278) Passed additional paramter FormType to OES_SP_GetEmployeeEffectiveDate SP to differentiate Additional Form and Affidavit trunk/WORKTERRAweb/App/ControllerAppTier/ControllerAppTier/BenAdminControllerAppTier.cs (2148) Added new case in 'Save' for SaveLastVisitedUrl trunk/WORKTERRAweb/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_GetEmployeeEffectiveDate.StoredProcedure.sql Commented condition to remove restriction for bookmarking of "Beneficiary Information" Page in Work Flow trunk/WORKTERRAweb/Database Objects/MasterCompanyDB/04_Stored Procedures/dbo.OES_SP_Update_EmployeeUrlLastVisited.StoredProcedure.sql Modified code to handle bookmarking of all pages including enroll now pages trunk/WORKTERRAweb/Shared Library/SharedFunction/SharedFunction/BenAdminSharedFunction.cs (822) Added new object type : SaveLastVisitedUrl : 3219 trunk/WORKTERRAweb/Web/SharedFunctionWebTier/SharedFunctionWebTier/CommonClasses/CommonClass.cs (2299) Modified code to handle bookmarking of all pages including enroll now pages using BenefitTypeID NOTE : We can make code change here if want to remove hardcoded text of Content.aspx trunk/WORKTERRAweb/Web/SharedFunctionWebTier/SharedFunctionWebTier/CommonClasses/SharedFunctionWebTier.cs (2238) Added new static routine 'SaveLastVisitedUrl' to save last visited URL from any page trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/Customization/Models/TotalCompensationStatement/TotalCompensationStatementModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl() for "Total Compensation Statement" Page in Work Flow trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/CoordinationOfBenefits/CoordinationOfBenefitsModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl() for "Coordination Of Benefits" Page in Work Flow trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/EnrollNow/EmployeeElectionsModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl() for "Employee Election" Page in Passive Work Flow As discussed with Swapnil, reverted call to SharedFunctionWebTier.SaveLastVisitedUrl() for following two models. Becuase in passive work flow for both "Eligible Benefits" and "Flexible Benefits" pages workflowmodel return same page id of 102 (Employee Election Page) trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/EnrollNow/EligibileBenefitsModel.cs trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/EnrollNow/FlexibleBenefitsModel.cs trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/EnrollNow/EnrollNowModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl(BenefitTypeID) for "Enroll Now" Pages in Work Flow trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/EnrollmentSummary/EnrollmentSummaryModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl() for "Confirmation Statement" Page in Work Flow trunk/WORKTERRAweb/Web/Web Projects/BenAdmin/Areas/UserDetails/Models/ProofOfCoverage/ProofOfCoverageModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl() for "Proof of Coverage" Page in Work Flow trunk/WORKTERRAweb/Web/Web Projects/WORKTERRA/Areas/Customization/Models/FormBuilder/EmployeeFormBuilderModel.cs Added additional Parameter FormType to check type of Additional Form and Affidavit (i.e. FormType) trunk/WORKTERRAweb/Web/Web Projects/WORKTERRA/Areas/UserDetails/Models/UploadEmployeeDocuments/UploadEmployeeDocumentModel.cs Added call to SharedFunctionWebTier.SaveLastVisitedUrl() for "Upload Document" Page in Work Flow