Versions Compared

Key

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

(warning) This is work in progress. Available around April 2020 These messages will be available 1/3/2022


ackNameCorresponding Title in www.hawaii.edu/its/acer/
generalConfidentialityNoticeUniversity of Hawaii General Confidentiality Notice (aka GCN)
uhInformationSecurityAwarenessCertificationUH Information Security Awareness Training Certification (aka ISAT)
HawaiiEthicsCodeTrainingCertMandatory training for Executive and Managerial employees - Hawaii Ethics Code Training
WorkplaceViolenceTrainingCertMandatory training for Executive and Managerial employees - Workplace Violence Training
uhHealthPlansEnrollmentOpportunityPart-time and Temporary Medical and Prescription Drug Plan
uhSubstanceAbuseNoticeAcknowledgement(Availability pending review)Official Notice to Faculty Staff and Students Regarding Substance Abuse
dmcaAccept(Availability pending review)DMCA Accepted
dmcaReject(Availability pending review)uhGoogleExtra(Availability pending review)DMCA Rejected


Code Block
Routing key: acer.ack.activateAck.<ackName>

{
	"activateAck":
	{
		"messageData" =>
		{
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"beginDate": "20200123T000000",
			"endDate":   "20210123T000000"
		},
	}
}

Routing key: acer.ack.expireAck.<ackName>

{
	"expireAck":
	{
		"messageData" =>
		{
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"beginDate": "20190120T010203",
			"endDate":   "20200120T010203"
		},
		"messageDataBefore" =>
		{
			"beginDate": "20190130T000102",
			"endDate":   "20200130T000102"
		},
	}
}

Routing key: acer.renew.addRenewalNotice.<ackName>

{
	"addRenewalNotice":
	{
		"messageData" =>
		{
			"noticeNumber": 2,
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"beginDate": "20200123T000000",
			"endDate":   "20210123T000000"
		},
	}
}

Routing key: acer.renew.cancelRenewalNotice.<ackName>

{
	"cancelRenewalNotice":
	{
		"messageData" =>
		{
			"uhUuid":    "00000000",
			"ackName":   "<ackName>",
			"rescindInfo":"The acknowledgment/certification for <ackName> was refreshed recently, and therefore renewal can wait."
		},
	}
}

...