CProfile Customization

Adding a New Field in the CProfile

Example:

  • Highlight one of the candidate and double click to Open.

  •  There is a Certification field in cBizOne, let us place this field in the CProfile Form.

  • Open the Form Designer… (Tools -> Customize -> Database Designer…)

 

  • Select the Candidates folder.

 

  • DataBase actual Field Name of Certification is uuCertification.

Note: Database actual Field Name is case sensitive (uuCertification).

 

  • Open the CProfile.asp in WordPad

 

  • Let us think we want to place the Certification field in the CProfile after Mobile Phone Field. Let us find for Mobile Phone.

  • Copy the Mobile Phone code.

        NOTE: You would need to copy from <TR> to </TR>

  • Paste the code after Mobile Phone code.

  • In the copied code change the caption Mobile Phone to Certification and MobilePhone to uuCertification and save the file.

Note 1: Database actual Field Name is case sensitive; make sure you maintain same case in the Field Name (uuCertification).

Note 2: It is mandatory to give the Text Box name as original cBizOne database field name, in our current example original field name of Certification is uuCertification.

  • Copy the CProfile.asp and paste it from your computer to your web site.

  • Browse the CProfile.asp from your web site, you will find a new field Certification in it.