Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

1 CAWWEBFEEDBACK@tc.gc.ca

2. WSDRS@tcSDRS@tc.gc.ca

needed to be located and altered to meet the new departmental standards in all onscreen messaging

1 TC.CAWWEBFEEDBACK-RETROACTIONWEBMDLN.TC@TC.GC.CA

2 TC.WSDRS-SWRDS.TC@TC.GC.CA

though the original email addresses (circulated on CAW publications and forms for 20+ years) have auto-forwards placed on them.

Notes:

  1. Revisions made to the resource table in the CAWIS test regions (DEV/ACC) are not migrated to production during a release. Any revisions made in the test regions need to be copied and pasted into production manually after the release -or- a script would need to be included in the release which updates DA005 accordingly

  2. NOT ALL screen labels are actually found in the DA005 table. Example : the report titles under NEW on the reports menu

  3. Revisions to the Resource table can only be performed by a CAWIS admin user on the INTERNAL site.

...

under “STEP 5 APPLICANT LOOKUP

  • unsure why this option is included here, it is unrelated to the function of the resource table. DAPLS info is occasionally used in the AAIR subsystem to acquire contact info for Owner individuals, who also have pilot licenses, when CAWIS contact data is found to be incomplete.

4.Resource Statistics - ?? The Value of this feature is questionable. Client does not understand this.

...

Fig 7 Label change is successfully reflected on the 5008 advanced search Image Removed

Image Added

REPORT REQUIRED - CAWIS MESSAGES

###################################################

select

   PATH_NM  || ' ' ,

   KEY_CD || ' ' ,

   CULTURE_NM || ' ' ,

   GLOBAL_IND || ' ' ,

   VALUE_TXT || ' ' ,

   VIRTUAL_KEY_NUM || ' ' ,

   to_char(DATE_CREATED_DTE,'YYYY-MM-DD') || ' ',

   TO_CHAR(DATE_DELETED_DTE,'YYYY-MM-DD') || ' ',

   TO_CHAR(DATE_LAST_UPDATE_DTE,'YYYY-MM-DD') || ' ',

   USER_LAST_UPDATE_ID || ' ',

   TO_CHAR(SYSDATE,'YYYY-MM-DD') || ' ' AS RUNDATE

from    DA005_RESOURCE ;

####################################################