1. IMP Note: First colume in "cBizOne View Fields" should be the primary key (Over all Unique value) or we can use the SQL ROW_NUMBER() Function. 2. Install the latest Version 3. Mandatory fields: ConsIntID,ConsultantID,DisplayName,JobTitle,AvailabilityDate,AvailabilityNotice,ResumeDir,ResumeFile,PrimarySkills 4. Error: Item cannot be found in the collection corresponding to the required name or ordinal Solution: This Error occers when above Mandatory fields are not there. 5. Don't Use table name's in the Select close (Consultants.ConsIntID, Consultants.ConsultantID) It will give an Error. 6. This Clause is not required when we use SQL Code 7. We can pass any primary Key in the StyleSheet SQL ((ReqIntID = '[ReqIntID]') AND (ConsIntID = '[ConsIntID]')). But we have to make sure that is there in the view are xtab where we are clicking.