...
needed to be located and altered to meet the new departmental standards in all onscreen messaging
1 TC.CAWWEBFEEDBACK-RETROACTIONWEBMDLN.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:
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
NOT ALL screen labels are actually found in the DA005 table. Example : the report titles under NEW on the reports menu
Revisions to the Resource table can only be performed by a CAWIS admin user on the INTERNAL site.
...
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
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 ;
####################################################