Fixed
Details
Assignee
Andy HoilesAndy HoilesReporter
Matthew CalmesMatthew CalmesSource
SSDT InternalQA Reviewers
olsonStory Points
1Time tracking
2d 6h loggedSprint
NoneFix versions
Priority
Major
Details
Details
Assignee
Andy Hoiles
Andy HoilesReporter
Matthew Calmes
Matthew CalmesSource
SSDT Internal
QA Reviewers
olson
Story Points
1
Time tracking
2d 6h logged
Sprint
None
Fix versions
Priority
Better PDF Exporter
Better PDF Exporter
Better PDF Exporter
Created September 26, 2017 at 3:04 PM
Updated October 9, 2019 at 4:31 PM
Resolved January 31, 2018 at 8:10 PM
ODE has added a new EMIS field named principle years of experience
we need to add this as an emis custom field in USPS-R
the field will also need to returned via the soap bridge and usps emis soap service
see USPSV-1907 for further details about the field and its values
Principal Years of Experience will need to be added to the Employee record in the Experience section. This was something that was added for FY 18.
in USPS-LegacyObjects, in usps-42.xsd add schema element under Employee - Emis, after TotalYearsExp element:
<xsd:element minOccurs="0" name="PrincipalYearsExp" type="xsd:nonNegativeInteger"/>
in USPS-core, add principal years of experience as a StateReportingCustomField appied to Employee
update imports and soap-bridge
make sure the field displays on the employee and emis screen in the application