Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 3 Next »

(warning) These messages will be available at the end of October 2021. 

ackNameCorresponding Title in www.hawaii.edu/its/acer/
generalConfidentialityNoticeUniversity of Hawaii General Confidentiality Notice (aka GCN)
uhInformationSecurityAwarenessCertificationUH Information Security Awareness Training Certification (aka ISAT)
HawaiiEthicsCodeTrainingCertHawaii Ethics Code Training
WorkplaceViolenceTrainingCertWorkplace Violence Training
uhHealthPlansEnrollmentOpportunityPart-time and Temporary Medical and Prescription Drug Plan
uhSubstanceAbuseNoticeAcknowledgement
dmcaAccept(Availability pending review)
dmcaReject(Availability pending review)


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."
		},
	}
}
  • No labels