Property Tax Refund Homestead File (Homestead-PTR File) Submission Instructions

Size: px
Start display at page:

Download "Property Tax Refund Homestead File (Homestead-PTR File) Submission Instructions"

Transcription

1 Property Tax Refund Homestead File (Homestead-PTR File) Submission Instructions Section I: Section II: Section III: Section IV: Section V: Section VI: Important Notes Submission Process Submitting Files for Certification Transferring the Production File Common Transmission Errors Contact Information Section I Important Notes All Homestead-PTR file submissions must be compressed (zipped). The EDE system will reject non-compressed files. Do not password protect the zipped files. The Homestead-PTR files are very large. Due to upload times and server storage space constraints, it benefits the counties and the Department of Revenue to work with compressed files only. Large files may be broken into multiple smaller files for ease of submission. If you break your files into multiple smaller files for submission, please indicate this in the Comments field on the Electronic Data Exchange (EDE) submission webpage, including total number of files submitted (Example: File 1 of 4 ). For 2018, please note that files will not be accepted prior to March 1st. The Department is developing improvements to the internal processes related to these files and will not be prepared to accept files prior to this date. The Homestead File-PTR is due on April 30, Use the same EDE user id and password that is used to submit other property tax submissions. Section II Submission Process What is Certification vs. Production? It is not necessary to submit your file through certification before submitting your file through production. Certification is the process of checking the file to ensure that it meets requirements. This file is NOT saved by the system. Production refers to the actual transmission of the complete file that will be saved and used by the Department of Revenue for the intended purposes (i.e. the file used in production ).

2 Certification performs the following validation checks: Malware Check: o Verifies there are no viruses embedded in the file Check for Well Formed XML document: o Verifies that all the XML element tags match o Verifies that each begin-tag has a matching end-tag XML Schema Validation o Verifies that required fields are not omitted o Verifies that the data types for each element are correct o Verifies that the placement and order of the elements are correct Business Rule(s) Check o Verifies that the file contains data for the correct assessment year o (May add additional business rule checks in future years) Section III Submitting Files for Certification Prior to submitting the final Homestead-PTR File to the Department of Revenue s EDE production server, a test file may be submitted to the certification site. The certification site is a validation site only; data is not saved to the server. The certification site is used to validate the homestead file for XML schema validation. If the schema validates, the complete file may then be submitted into production. Certification Sample File vs. Complete File Transmitting a complete file for certification can be time consuming and may not be necessary. Most errors can probably be identified in a sample file. Therefore, a county may want to consider submitting a sample file (containing perhaps 500 records) from its Homestead-PTR File instead of the complete file to the certification site. However, be aware that it only takes one error to cause a file to fail to validate. Therefore, if a county chooses to submit a sample certification file, the production file may fail validation if it contains a single error that was not in the sample file. Regardless of whether a sample or complete file is submitted for certification, all files must be compressed (zipped). Certification Site The certification site s url is: (Note that you will be redirected to the secure site. This is the validation site ONLY. Data is not saved.)

3 Instructions for Submitting the Certification File The following instructions illustrate the procedures for submitting the certification file. When you enter the certification site, you will be prompted for your user id and password as shown in the screen below. Log in to the certification site using the user id and password that your county uses for other Property Tax EDE data submissions. If you do not know your user id or if you have forgotten your password, please see Section VI for contact information. After you have logged into the certification site, the following screen will display. Click on the Transmit a file link.

4 The Transmit a file screen will display. Choose Homestead Files-PTR Test Only by clicking on the down arrow on the Transmission type box. Click on the browse button to select the file you will be submitting. Please enter your contact information in the Comments box in case we have questions concerning your file.

5 Click on the Upload button. Note: Upload times vary dramatically (from minutes to hours) depending on the size of the file, your network connection (T1 vs. dial-up vs. DSL vs. high speed cable), and the number of uploads being processed simultaneously at the site. After the upload is complete, the Transmission status screen will display. This verifies that the file has been received, however, you will need to check the transmission history (as described below) to see the results of the validation processing. Please allow 24 hours for processing. The Transmission status screen lists: the tracking id for the file you submitted

6 the date and time the file was submitted the type of file submitted and the file name Print the Transmission status page as this information is necessary for checking the file validation status.

7 Checking File Validation Status To check the status of your submission, you need to be logged in to the EDE certification system. Once you are logged in, click on the View transmission history link. The Transmission history screen will display. Check the File status that corresponds to the Tracking ID that was returned to you when you uploaded the file. The possible file status indicators are: Received the file has been received and is awaiting processing In Process the file is currently in the validation process Rejected the file failed to pass the validation process indicating that one or more errors in the file need to be resolved Completed the file successfully passed the validation process and can now be submitted to the production site

8 Clicking on these indicators will display an Acknowledgment screen similar to the following: If the certification file passed validation, proceed to Section IV for instructions on submitting the production file. In this example, the Status indicates that the file has been rejected and an error message is displayed. See Section V for the most common error messages and resolutions. After the error(s) have been corrected, repeat this process until the file validates successfully (Status = Accepted). Section IV Transferring the Production File After a file has successfully passed validation on the certification site, the complete file may be uploaded to the production site. Production Site The production site s url is: (This is the production site. Data is saved.) Instructions for Submitting the Production File The instructions for submitting the production file are the same as the certification file submission procedure. When you enter the production site, you will be prompted for your user id and password.

9 After you are logged into the EDE site: 1) Click on the Transmit a file link 2) Choose Homestead File-PTR from the drop down Transmission Type box 3) Click on the Browse button to select the file you will be submitting 4) Enter your contact information in the Comments box (in case we have questions about your file). 5) Click the Upload button. 6) Print the Transmission status screen. 7) Check the status of the submission. Section V: Common Types of Transmission Errors The following are some common types of transmissions errors. Mal-Formed XML An error message will display if the XML document is not well-formed. The most common error may occur when an element is not wrapped by both the beginning and end tags. Error found on line:74. XML document structures must start and end with the same entity. For example, the following shows a missing end tag for the element PersonName. <TaxStatementName> <PersonName> <u:personsurname>johnson</u:personsurname> <u:persongivenname>paul</u:persongivenname> <u:personmiddlename>milton</u:personmiddlename> </TaxStatementName> Another example of mal-formed XML may include providing child elements without their parent (i.e. providing a leaf element without the branch ). Namespace Omitted If you do not include the correct namespaces in the beginning of the file, you will receive an error referring to a prefix not being bound. Error found on line:3. The prefix mnr-ptx for element mnr-ptx:homesteaddocumenttype Code is not bound.

10 In the above example, the prefix mnr-ptx was not defined and this was first encountered with the element named HomesteadDocumentTypeCode. Below are the correct namespace definitions that should be included at the beginning of the file. <?xml version="1.0" encoding="utf-8"?> <HomesteadRecordsDocument xmlns:mn=" xmlns:c=" xmlns:u=" xmlns:mnr-ptx=" xmlns:xsi=" Missing Required Element Failing to provide a required element will also generate an error. In the example below, the required element PersonSurName is missing. Error found on line:9. cvc-complex-type.2.4.a: Invalid content was found starting with element u:persongivenname. One of { :PersonSurName} is expected. <TaxStatementName> <PersonName> <u:persongivenname>paul</u:persongivenname> <u:personmiddlename>milton</u:personmiddlename> </PersonName> </TaxStatementName> Missing Data in Element If an element s tags are provided but the data is missing, an error message will also be displayed. In this example, the top line shows the correct inclusion of the element s data, but the bottom line would trigger an error since the data is missing. Error found on line:5. cvc-datatype-valid.1.2.1: '' is not a valid value for 'PersonGivenName'. Error found on line:5. cvc-type.3.1.3: The value '' of element 'u:persongivenname' is not valid. <u:persongivenname>paul</u:persongivenname> <u:persongivenname></u:persongivenname> Invalid Enumerations, or Values, for Elements with Defined Choices Certain elements have a set list of allowable values, or specific enumerations.

11 For example, the HomesteadDocumentTypeCode is an element that identifies which file is being represented and this element can have one of four values: property-taxrefund-manufactured-home, property-tax-refund-real-personal, duplicate-homesteadmanufactured-home or duplicate-homestead-real-personal. If some other value (for example: another-code ) is being supplied then an error message will be generated as follows: Error found on line:3. cvc-enumeration-valid: Value anothercode is not facet-valid with respect to enumeration [property-tax-refund, duplicate-homestead]. It must be a value from the enumeration. Error found on line:3. cvc-type.3.1.3: The value anothercode of element mnr-ptx:homesteaddocumenttypecode is not valid. <mnr-ptx:homesteaddocumenttypecode>another-code</mnrptx:homesteaddocumenttypecode> Another example is the element HomesteadTypeCode which can only contain the values: non-agricultural, manufactured-home, actively-farming, and agricultural. Providing the value residential would yield the following error message: Error found on line:17. cvc-enumeration-valid: Value residential is not facet-valid with respect to enumeration [non-agricultural, manufacture-home, actively-farming, agricultural]. It must be a value from the enumeration. Error found on line:17. cvc-type.3.1.3: The value residential of element mnr-ptx:homesteadtypecode is not valid. <mnr-ptx:homesteadtypecode>residential</mnr-ptx:homesteadtypecode> Non UTF-8 Characters Only 8 bit ASCII UTF characters are allowed in the file transmissions. Certain characters may appear in your data values that are non-utf characters and may cause the file to fail validation. For example, smart quotes ( ), paragraph marks ( ), boxes ( ), or any other non-ascii characters may cause an error. (Currently, the validation is somewhat lenient on non-utf characters but this will change in the future. No error message will be displayed in the upload process but can be seen in other tools such as XMLSpy.) <u:persongivenname>paul Paullie </u:persongivenname> Escape Characters

12 The following five characters are XML escape characters and if they are contained within the value of an element they will cause the file to fail validation: & (ampersand) < (less than) > (greater than) (single quote) (double quote) Error found on line:11. The entity name must immediately follow the & in the entity reference. Incorrect: <u:persongivenname>paul & Mary</u:PersonGivenName> Correct: <u:persongivenname>paul and Mary</u:PersonGivenName> Correct: <u:persongivenname>paul & Mary</u:PersonGivenName> Invalid Decimal Characters If a capital letter O were provided for an element that is expecting a numeric or decimal value, this would yield an error message: Error found on line:51. cvc-datatype-valid.1.2.1: 50O is not a valid value for decimal. Error found on line:51. cvc-type.3.1.3: The value 50O of element mn:parcelimprovementamount is not a valid. In this case the second zero in 500 is a capital O. <mn:parcelimprovementamount>50o</mn:parcelimprovementamount> Single Property Values and Tax If the cardinality in the schema calls for an exact number of elements, a value must be entered even if the data does not exist. For example, the homestead XML schema calls for exactly two property values and taxes for the current and prior year.

13 If prior year values do not exist, the data elements for the prior year must be reported and the value set to zero. A missing element would yield the following error message: Error found on line:57. cvc-complex-type.2.4.a:invalid content was found starting with element mnrptx:propertytaxcurrentyearqualifyingtaxamount. One of the { :PropertyValuesAndTax} is expected. The XML schema is checking for the second <PropertyValuesAndTax> but cannot find it. Incorrect PropertyTaxAssessmentYear A check is performed to verify that the Property Tax Assessment Year is reported correctly. (For the Homestead-PTR file, this value should be 2017 and for the Homestead-Dup file, this value should be 2018.) An incorrect year would yield the following error message: Error found on line:5. PropertyTaxAssessmentYear, 2015 does not equal prior year. <mnr-ptx:propertytaxassessmentyear>2015</mnrptx:propertytaxassessmentyear> Missing PropertyTaxAssessmentYear The PropertyTaxAssessmentYear must contain a value. A missing or invalid PropertyTaxAssessmentYear would yield the following error messages: Error found on line:5. cvc-dataype-valid.1.2.1: is not a valid value for gyear. Error found on line:5. cvd-type.3.1.3:the value of element mnr-ptx:propertytaxassessmentyear is not valid.

14 Error found on line:5.propertytaxassessmentyear must be numeric and equal to prior year. <mnr-ptx:propertytaxassessmentyear></mnr-ptx:propertytaxassessmentyear> gyear means a Gregorian Year based on the Gregorian Calendar system Section VI: Contact Information the Property Tax Division EDE Support Unit proptax.ede@state.mn.us for the following issues: Forgotten user id Forgotten password Account is locked Request a user id be sure to include your name, title and county be sure to include your user id be sure to include your user id be sure to include your name, title, county, address, telephone number and the office (assessor or auditor) you represent. Questions about the homestead file homestead.match@state.mn.us

Nationwide Mortgage Licensing System & Registry

Nationwide Mortgage Licensing System & Registry Nationwide Mortgage Licensing System & Registry Mortgage Call Reports XML Specification Release 2012.3 1 Change Log Date Description Release Version 5/15/2012 XSD files updates for Form Version 2 (No changes

More information

Nationwide Mortgage Licensing System & Registry

Nationwide Mortgage Licensing System & Registry Nationwide Mortgage Licensing System & Registry Mortgage Call Reports XML Specification Release 2016.1 1 Revision Date: 2/17/2016 Change Log Date Description Release Version 2/17/2016 Language used to

More information

Nationwide Mortgage Licensing System & Registry

Nationwide Mortgage Licensing System & Registry Nationwide Mortgage Licensing System & Registry Mortgage Call Reports XML Specification Release 2015.1 1 Revision Date: 11/7/2014 Change Log Date Description Release Version 11/15/2014 A Release Notes

More information

PIMS Getting Started. Click Here to open the PIMS website. Step 1 Click Create Account

PIMS Getting Started. Click Here to open the PIMS website. Step 1 Click Create Account PIMS Getting Started Click Here to open the PIMS website Step 1 Click Create Account Business New to PIMS? Business/Agency name not in the drop down? Select New Account Select Account Type Non Profit or

More information

Use this procedure to submit an invoice for services provided to OPG.

Use this procedure to submit an invoice for services provided to OPG. Purpose Use this procedure to submit an invoice for services provided to OPG. Helpful Hints Ariba support is available at all times to help assist when any difficulties are encountered or to answer any

More information

Step 3 ROS Administrator

Step 3 ROS Administrator Step 3 ROS Administrator To continue the ROS registration process when you receive the system password text or email, click on the "I have my system password" button, or go to www.revenue.ie and click

More information

ELECTRONIC SUBMISSION FRAMEWORK (ESF)

ELECTRONIC SUBMISSION FRAMEWORK (ESF) ELECTRONIC SUBMISSION FRAMEWORK (ESF) LEXIS (Log Export Information System) SUBMISSION GUIDE FOR PROVINCIAL APPLICATIONS Client: Ministry of Forests Information Management Group Date: April 8, 2008 Revision:

More information

Special Consideration Online application

Special Consideration Online application Special Consideration Online application Student User Guide Copyright Deakin University All rights reserved. No part of this work covered by Deakin University's copyright may be reproduced or copied in

More information

User Guide Product Design Version 1.7

User Guide Product Design Version 1.7 User Guide Product Design Version 1.7 1 INTRODUCTION 3 Guide 3 USING THE SYSTEM 4 Accessing the System 5 Logging In Using an Access Email 5 Normal Login 6 Resetting a Password 6 Logging Off 6 Home Page

More information

Maine Revenue Services

Maine Revenue Services Maine Revenue Services Electronic File Specifications for Forms 1099 and W-2G Tax Year 2017 (Income from 1-1-2017 to 12-31-2017) Page 1 Introduction... 3 New for 2017... 3 Payers Required to Submit Forms

More information

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3

ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 5 ERROR MESSAGES TROUBLESHOOTING... 2 OASIS SUBMISSION ERROR MESSAGES... 3 OASIS FILE PROCESSING ERROR MESSAGES... 3 12/2018 v1.07 Outcome and Assessment Information Set (OASIS) MESSAGES 5-1 Submission

More information

Instructions for Submitting Forms 1099 and W-2G Tax Year 2016 (Income from to )

Instructions for Submitting Forms 1099 and W-2G Tax Year 2016 (Income from to ) Instructions for Submitting Forms 1099 and W-2G Tax Year 2016 (Income from 1-1-2016 to 12-31-2016) Introduction This Publication contains the specifications and instructions for electronically filing original

More information

TBC Internet Banking - Batch Transaction Files Description

TBC Internet Banking - Batch Transaction Files Description TBC Internet Banking - Batch Transaction Files Description TBC Internet Banking System accepts XML and CSV files when uploading batch transaction files. Batch transaction file can contain the following

More information

How to upload documentation

How to upload documentation How to upload documentation June 2016 Table of Contents IMPORTANT... 2 UPDATE... 2 Step 1 Obtain your Username and Password... 2 Step 2 Login... 3 Step 3 Upload the Submission Zip File... 3 Step 4 - Tell

More information

CONTRIBUTION GATEWAY GUIDE

CONTRIBUTION GATEWAY GUIDE CONTRIBUTION GATEWAY GUIDE USER-FRIENDLY INSTRUCTIONS TO SUBMIT PLAN CONTRIBUTIONS ALERUS RETIREMENT AND BENEFITS TABLE OF CONTENTS GETTING STARTED... PAGE 1 CONTRIBUTION GATEWAY UPLOAD INSTRUCTIONS...

More information

Apple Supplier Connect User Guide

Apple Supplier Connect User Guide apple Apple Supplier Connect User Guide Updated: October 27, 2017 Table of Contents Chapter 1: Welcome to Apple Supplier Connect --------------------------------------------------------1 Chapter 2: MyAccess

More information

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE)

Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Spatial Data Standards for Facilities, Infrastructure, and Environment (SDSFIE) Model Builder User Guide Version 1.3 (24 April 2018) Prepared For: US Army Corps of Engineers 2018 Revision History Model

More information

C IRS Filing ACA Reports

C IRS Filing ACA Reports Ultra32 Affordable Care Act Option User Reference Guide 1095-C IRS Filing ACA Reports The IRS requires submitting to them 1095-C form information for all employees that had a Full Time Employee Status

More information

Online Reporting and Information Management System (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies

Online Reporting and Information Management System (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies (ORIMS) Manage Financial Returns User Guide for Banks & Trust Companies March 31, 2015 Version 1.0 Version History Version Changes Date 1.0 Original release March 31, 2015 2 Table of Contents 1. Introduction...

More information

NYS Office of the State Comptroller. Division of Local Government and School Accountability

NYS Office of the State Comptroller. Division of Local Government and School Accountability This guide provides the instructions necessary for assigning Tax Limit user roles and navigating the Constitutional Tax Limit application. The municipality s Chief Financial Officer (CFO) will receive

More information

Special Consideration Online application

Special Consideration Online application Special Consideration Online application Student User Guide Copyright Deakin University All rights reserved. No part of this work covered by Deakin University's copyright may be reproduced or copied in

More information

The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals)

The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals) The Toyota Foundation Grant Programs Guide for Web-based Grant Applications (Project Proposals) 1 1. Before Applying Please check the following before starting application processes via the Toyota Foundation

More information

Altova CbC Reporting Solution. Quick Start

Altova CbC Reporting Solution. Quick Start All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

Division of Alcoholic Beverages and Tobacco. Beer Manufacturer s Monthly Report

Division of Alcoholic Beverages and Tobacco. Beer Manufacturer s Monthly Report Division of Alcoholic Beverages and Tobacco Beer Manufacturer s Monthly Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login

More information

Altova CbC Reporting Solution. Quick Start

Altova CbC Reporting Solution. Quick Start All rights reserved. No parts of this work may be reproduced in any form or by any means - graphic, electronic, or mechanical, including photocopying, recording, taping, or information storage and retrieval

More information

Santa Barbara County Assessor Business Property Statement E-Filing User Guide

Santa Barbara County Assessor Business Property Statement E-Filing User Guide Santa Barbara County Assessor Business Property Statement E-Filing User Guide This guide will provide you with instructions to assist you in utilizing the Santa Barbara County Assessor E-Filing system.

More information

STEP-BY-STEP GUIDE TO E-FILING OF QUARTERLY STATEMENT BY HOUSEHOLD EMPLOYERS

STEP-BY-STEP GUIDE TO E-FILING OF QUARTERLY STATEMENT BY HOUSEHOLD EMPLOYERS STEP-BY-STEP GUIDE TO E-FILING OF QUARTERLY STATEMENT BY HOUSEHOLD EMPLOYERS 1. Introduction You want to submit your quarterly Statement by Household Employers on the Mauritius Revenue Authority s website,

More information

Business Rules for. Agent Authorisation Online (CIS)

Business Rules for. Agent Authorisation Online (CIS) Business Rules for Agent Authorisation Online (CIS) 11/10/2006 Page 1 Version 1.0 1. ABOUT THIS DOCUMENT 3 2. POINTS TO NOTE 4 3. AGENT AUTHORISATION ONLINE ACCEPTABLE CHARACTERS 5 4. AUTHORISATION REQUEST

More information

Department of Finance and Administration Post Office Box 8055

Department of Finance and Administration Post Office Box 8055 General Information STATE OF ARKANSAS EQUAL OPPORTUNITY EMPLOYER REVENUE DIVISION Individual Income Tax Withholding Branch 7 th and Wolfe Streets, Room 1380 Department of Finance and Administration Post

More information

User Manual. School Nutrition Programs. Texas Unified Nutrition Programs System (TX-UNPS) COLYAR CONSULTING GROUP, INC.

User Manual. School Nutrition Programs. Texas Unified Nutrition Programs System (TX-UNPS) COLYAR CONSULTING GROUP, INC. COLYAR CONSULTING GROUP, INC. Texas Unified Nutrition Programs System (TX-UNPS) School Nutrition Programs User Manual Texas Department of Agriculture Food and Nutrition Division For External Users Colyar

More information

Startup Guide. Version 1.7

Startup Guide. Version 1.7 Startup Guide 1 INTRODUCTION 3 COMPANIES & USERS 4 Companies & Users Licensee Offices 4 Companies & Users Insurers 6 Companies & Users Distributors 7 Companies & Users Users 8 Reset Password 10 Companies

More information

This tutorial is designed to guide you through accessing your assigned candidate s tenure and promotion

This tutorial is designed to guide you through accessing your assigned candidate s tenure and promotion This tutorial is designed to guide you through accessing your assigned candidate s tenure and promotion file. It will also provide step-by-step instructions on how to upload your review. Accessing your

More information

Search Page Basic Search Advanced Search Exploring search results Showing Properties Showing Details...

Search Page Basic Search Advanced Search Exploring search results Showing Properties Showing Details... Tutorials Search and Discovery... 4 Search Page... 4 Basic Search... 4 Advanced Search... 5 Exploring search results... 7 Showing Properties... 8 Showing Details... 9 Showing a Namespace Page... 9 Showing

More information

Create a new form. To create a form from a new or existing spreadsheet: 1. Click the Tools drop down menu and select Create a form.

Create a new form. To create a form from a new or existing spreadsheet: 1. Click the Tools drop down menu and select Create a form. Create a new form You can choose Google Forms when creating a new doc from Google Drive. You can also create a new form from a Google Sheet or from a template. To create a form within Google Drive: Click

More information

Loan Closing Advisor SM. User Guide. December 2017

Loan Closing Advisor SM. User Guide. December 2017 Loan Closing Advisor SM User Guide December 2017 Notice This User Guide is Freddie Mac s CONFIDENTIAL INFORMATION as defined in and subject to the provisions of the Freddie Mac Single Family Seller/Servicer

More information

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide

Electronic Appraisal Delivery (EAD) Portal. FHA EAD General User Guide Electronic Appraisal Delivery (EAD) Portal FHA EAD General User Guide Last Updated: October 2015 FHA EAD General User Guide Page 2 of 87 Version 1.3.1 TABLE OF CONTENTS INTRODUCTION... 6 WHAT IS THE ELECTRONIC

More information

TTUHSC El Paso New Vendor Request System

TTUHSC El Paso New Vendor Request System Departments may request a New Vendor to be set up by completing a form in the New Vendor Request system. Once the form is submitted, it will be sent to the vendor team for review. Once the new vendor has

More information

edm Error Dictionary RESOLUTION STEPS 1) This error occurs in conjunction with error "cvc id.2: There are multiple occurrences of ID value.

edm Error Dictionary RESOLUTION STEPS 1) This error occurs in conjunction with error cvc id.2: There are multiple occurrences of ID value. cvc attribute.3 The value '' of attribute 'id' on element 'XXXXXXXXX' is not valid with respect to its type, 'ID'. Attribute 'id' is invalid. An Attribute type restricts its valid values to follow certain

More information

ERROR MESSAGES. 03/2017 v1.03 Hospice Item Set (HIS) MESSAGES 5-1 Submission User's Guide for the QIES ASAP System

ERROR MESSAGES. 03/2017 v1.03 Hospice Item Set (HIS) MESSAGES 5-1 Submission User's Guide for the QIES ASAP System 5 ERROR MESSAGES TROUBLESHOOTING... 2 SUBMISSION ERROR MESSAGES FOR HOSPICE ITEM SET DATA... 3 FILE PROCESSING ERROR MESSAGES FOR HOSPICE ITEM SET DATA... 3 03/2017 v1.03 Hospice Item Set (HIS) MESSAGES

More information

Employee self-service guide

Employee self-service guide Employee self-service guide August 2016 (V.2) Contents Important note... 4 Login... 5 How do I know I am on the correct site and my connection is secure?... 5 How do I login?... 6 Username and password...

More information

The Ethic Management System (EMS) User guide

The Ethic Management System (EMS) User guide The Ethic Management System (EMS) User guide On the web browser, type the URL link: https://www.witsethics.co.za Click on Login (on right corner of top menu bar) to access the Ethics Management System

More information

Filing Electronically With the IRS FIRE System and Pro1099

Filing Electronically With the IRS FIRE System and Pro1099 Filing Electronically With the IRS FIRE System and Pro1099 SoftPro Select 4.0 Tax Year 2015 January 20, 2016 4800 Falls of Neuse Road, Suite 400 Raleigh, NC 27609 p (800) 848-0143 f (919) 755-8350 www.softprocorp.com

More information

E-filing and making Corrections to 1095-C & 1094-C. March 21, 2017 Integrity Data All rights reserved

E-filing and making Corrections to 1095-C & 1094-C. March 21, 2017 Integrity Data All rights reserved E-filing and making Corrections to 1095-C & 1094-C March 21, 2017 Agenda E-filing Step-by-step guide Making Corrections How long do we have to keep 1095-C data and the documentation behind it? Q&A Resources

More information

Message Centre User Guide. March, 2012

Message Centre User Guide. March, 2012 Message Centre User Guide March, 2012 This page intentionally left blank Table of Contents Part 1 TLC Employee Experience Search & File Upload... 5 SEARCH & SEARCH RESULTS NOTES... 8 File Upload Instructions

More information

St. Kitts and Nevis Foreign Account Tax Compliance Act (FATCA) Competent Authority. FATCA Portal Demonstration to Financial Institutions

St. Kitts and Nevis Foreign Account Tax Compliance Act (FATCA) Competent Authority. FATCA Portal Demonstration to Financial Institutions St. Kitts and Nevis Foreign Account Tax Compliance Act (FATCA) Competent Authority FATCA Portal Demonstration to Financial Institutions ENROLMENT AND FILING 1 Enrolment and Filings This presentation will

More information

Dispute Management Introduction

Dispute Management Introduction Dispute Management Dispute Management Introduction A taxpayer can lodge a Request for Remission (RFR), Notice of Objection (NOO) and Notice of appeal (NOA) against interest and penalty on late payments

More information

Parent User Guide.

Parent User Guide. Parent User Guide www.intellimedia.ca Table of Contents INTRODUCTION 3 PARENT USER INSTRUCTIONS 4 PARENT ACCESS TO SCHOOLENGAGE 5 NEW PARENT SIGN UP 5 EXISTING PARENT SIGN IN PARENT PORTAL 7 EXISTING PARENT

More information

The Swirl logo is a trade mark of the Cabinet Office ITIL is a registered trade mark of the Cabinet Office

The Swirl logo is a trade mark of the Cabinet Office ITIL is a registered trade mark of the Cabinet Office PROFESSIONAL QUALIFICATION SCHEME ITIL PRACTICES FOR SERVICE MANAGEMENT THE ITIL MASTER QUALIFICATION ONLINE SYSTEM USER GUIDE FOR CANDIDATES The Swirl logo is a trade mark of the Cabinet Office ITIL is

More information

Employee self service (ESS)

Employee self service (ESS) FOCUS ON FURNITURE PTY LTD OPERATING PROCEDURE REFERENCE NUMBER: OPR07 Title: Employee Self Service (ESS) Date Issued: May 2017 Employee self service (ESS) Part A of this procedure sets out instructions

More information

Schema Notes. ixbrl Financial Statements Web Service

Schema Notes. ixbrl Financial Statements Web Service Revenue Online Services Last Updated 11/09/12 Document Version 0.1 Page 1 of 30 CONTENTS Contents... 2 0 Document Information... 4 0.1 Synopsis... 4 0.2 Change History... 4 1 Schema Overview... 5 2 Elements...

More information

Update of Dassault Systèmes s Questionnaire

Update of Dassault Systèmes s Questionnaire Update of Dassault Systèmes s Questionnaire : In order to get up to date information to do business with your organization, Dassault Systèmes has invited you to connect to Ariba. You shall review and update

More information

X D I A L U P. X12 (HIPAA) Dial-up Transmission System. Document Version

X D I A L U P. X12 (HIPAA) Dial-up Transmission System. Document Version X 1 2 X12 (HIPAA) Dial-up Transmission System - D Document Version 1.2 2005 I A L U P Table of Contents General... 3 Version and Release... 3 Purpose & Scope... 3 High Level Design... 4 Communications

More information

Appendix REPOX User Manual

Appendix REPOX User Manual D5.3.1 Europeana OAI-PMH Infrastructure Documentation and final prototype co-funded by the European Union The project is co-funded by the European Union, through the econtentplus programme http://ec.europa.eu/econtentplus

More information

Australia Online Forms for Research Software User Manual

Australia Online Forms for Research Software User Manual Australia Online Forms for Research Software User Manual Version 1.3 Released 21 August 2010 2 P a g e A u s t r a l i a O n l i n e F o r m s f o r R e s e a r c h Contents 1. Introduction 5 2. Getting

More information

Division of Alcoholic Beverages and Tobacco. Liquor Distiller s and Rectifier s Monthly Report

Division of Alcoholic Beverages and Tobacco. Liquor Distiller s and Rectifier s Monthly Report Division of Alcoholic Beverages and Tobacco Liquor Distiller s and Rectifier s Monthly Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click

More information

e-frr SYSTEM USER GUIDE

e-frr SYSTEM USER GUIDE e-frr SYSTEM USER GUIDE for Electronic Submission of Financial Return Version 1.5 Jun 2015 Table of Contents 1. Introduction... 4 2. Background... 4 3. System Purpose... 4 4. Baseline Specification of

More information

User Guide. Master Covers. Version Revision 1

User Guide. Master Covers. Version Revision 1 User Guide Master Covers Version 2.2.2 Revision 1 Table of Contents Bridge User Guide - Table of Contents 1 TABLE OF CONTENTS... 1 INTRODUCTION... 4 Guide... 4 MANAGING MASTER COVERS... 5 Guide... 5 Creating

More information

Step-by-step guide. Cambridge. Technicals Entries. Interchange. Making entries for Cambridge Technicals. A step-by-step guide for centres TECHNICALS

Step-by-step guide. Cambridge. Technicals Entries. Interchange. Making entries for Cambridge Technicals. A step-by-step guide for centres TECHNICALS Log in to Making entries for Technicals A step-by-step for centres a h c r e t n I o t e m o c l e W 1 Log in to This guidance demonstrates how to make entries for Technicals via. For help getting started

More information

RETAIL PRODUCER PORTAL

RETAIL PRODUCER PORTAL RETAIL PRODUCER PORTAL This presentation is a high-level summary and for general informational purposes only. The information in this presentation is not comprehensive and does not constitute legal, tax,

More information

Out-of-State Tobacco Products Wholesale Dealer s Report

Out-of-State Tobacco Products Wholesale Dealer s Report Out-of-State Tobacco Products Wholesale Dealer s Report Logging Into EDS Log in with the user id and password provided through the EDS registration process and click on the Login button. If you have not

More information

Procorem Tenant Data Entry

Procorem Tenant Data Entry Procorem Tenant Data Entry Congress requires that all HOME and Tax Credit Housing Projects report tenant data to HUD for all tenants annually. All Wyoming projects will report this data via the Procorem

More information

Guide to the X214 Claim Acknowledgement Conduent EDI Solutions, Inc.

Guide to the X214 Claim Acknowledgement Conduent EDI Solutions, Inc. Mississippi Medicaid Companion Guide to the 005010X214 Claim Acknowledgement Conduent EDI Solutions, Inc. ANSI ASC X12N 277CA October 2017 TABLE OF CONTENTS AT A GLANCE II CHAPTER 1: INTRODUCTION 3 Audience

More information

Contents. ARSXML... 1 Purpose... 1 Syntax... 1 Description... 2 Parameters for ARSXML [add update delete]... 2 Parameters for ARSXML export...

Contents. ARSXML... 1 Purpose... 1 Syntax... 1 Description... 2 Parameters for ARSXML [add update delete]... 2 Parameters for ARSXML export... ARSXML ii ARSXML Contents ARSXML.............. 1 Purpose................ 1 Syntax................ 1 Description............... 2 Parameters for ARSXML [add update delete]... 2 Parameters for ARSXML export........

More information

Online Grant Application & Reporting System Tutorial

Online Grant Application & Reporting System Tutorial Online Grant Application & Reporting System Tutorial Welcome to the Ethel & James Flinn Foundation Online Grant Application and Reporting System. This tutorial will walk you through the process of registering

More information

How to access My.QuestForHealth.com

How to access My.QuestForHealth.com How to access My.QuestForHealth.com Go to HertzCareCoordinators.com and log in to your account. Click My Plan on the top of the page and then click Rally Health. After you log in to your Rally account,

More information

New Jersey Department of the Treasury Division of Purchase and Property

New Jersey Department of the Treasury Division of Purchase and Property New Jersey Department of the Treasury Division of Purchase and Property Quick Reference Guide: LOGIN/PASSWORD ASSISTANCE Seller Administrators Rev. 3/12/2018 12:37 PM Table of Contents 1. Purpose... 3

More information

Tax Year 2010 Maryland Combined Corporate Reporting System Handbook

Tax Year 2010 Maryland Combined Corporate Reporting System Handbook Tax Year 2010 Maryland Combined Corporate Reporting System Handbook for corporations/software developers who file a proforma via the Combined Corporate Reporting System March 2011 Bureau of Revenue Estimates

More information

Onboarding Process External Candidates

Onboarding Process External Candidates Onboarding Process External Candidates Reference Guide Overview Once you receive and accept the offer, you are required to provide personal information as part of the pre-hire process. After you complete

More information

Creating Codes with Spreadsheet Upload

Creating Codes with Spreadsheet Upload Creating Codes with Spreadsheet Upload In order to create a code, you must first have a group, prefix and account set up and associated to each other. This document will provide instructions on creating

More information

National Qualification in Journalism (NQJ) E-logbook. Editors/trainers screen shot guide

National Qualification in Journalism (NQJ) E-logbook. Editors/trainers screen shot guide National Qualification in Journalism (NQJ) E-logbook Editors/trainers screen shot guide Login Log in using your registered email address and the password given to you by the NCTJ. If you do not know your

More information

1. Introduction. 2. Login STEP-BY-STEP GUIDE TO E-FILING OF TDS MONTHLY RETURN

1. Introduction. 2. Login STEP-BY-STEP GUIDE TO E-FILING OF TDS MONTHLY RETURN STEP-BY-STEP GUIDE TO E-FILING OF TDS MONTHLY RETURN 1. Introduction You want to submit your TDS Monthly Return on the Mauritius Revenue Authority s website, but you do not know exactly how to proceed.

More information

UNDP etendering: User Guide for Bidders. January 2018

UNDP etendering: User Guide for Bidders. January 2018 UNDP etendering: User Guide for Bidders January 2018 Quick References to the Guide The UNDP etendering Guide for Bidders is a manual for individuals or companies who wish to participate in a UNDP tender

More information

Licensure and Certification Tracking System (LACTS) User Manual. July 2013

Licensure and Certification Tracking System (LACTS) User Manual. July 2013 Licensure and Certification Tracking System (LACTS) User Manual July 2013 Contents Overview... 2 Who this document is for?... 2 Supported Browsers... 2 Internet Explorer 9 Settings... 2 Search Facility

More information

Learning Management System. User Guide. In association with

Learning Management System. User Guide. In association with Learning Management System User Guide In association with Introduction to Heartland Centers..... Page 1 Creating Your Account... Page 2 Retrieving Login Information.. Page 5 Finding & Launching Courses...

More information

Guidance for upload of Desktop Review documents

Guidance for upload of Desktop Review documents Overview of the Desktop Review process for 2018 One Awards require all providers to submit the following Access to HE Diploma assessment planning documents by the end of September each year: A Diploma

More information

SafetyServe. Administrator s Guide

SafetyServe. Administrator s Guide SafetyServe Administrator s Guide Administrator Manual 1. Introduction 2. Admin System Overview 3. Access Codes - Inventory - Child Codes - Child Code Administrator 4. Report Options - Assessment Report

More information

Frequently Asked Questions: Online Assessments

Frequently Asked Questions: Online Assessments Frequently Asked Questions: Online Assessments Can t remember Username and Password? 1. On the Login screen, click on the link Have you forgotten your User Name or Password. 2. On the next screen, either

More information

Mississippi Medicaid Companion Guide to the X279A1 Benefit Inquiry and Response Conduent EDI Solutions, Inc. ANSI ASC X12N 270/271

Mississippi Medicaid Companion Guide to the X279A1 Benefit Inquiry and Response Conduent EDI Solutions, Inc. ANSI ASC X12N 270/271 Mississippi Medicaid Companion Guide to the 005010X279A1 Benefit Inquiry and Response Conduent EDI Solutions, Inc. ANSI ASC X12N 270/271 OCT 2017 TABLE OF CONTENTS AT A GLANCE II CHAPTER 1: INTRODUCTION

More information

Begin by collecting the following required materials before you start the registration process.

Begin by collecting the following required materials before you start the registration process. (Part I) Required Resources Begin by collecting the following required materials before you start the registration process. Legal Entity Name Owner s Gender Owner s Ethnicity Taxpayer ID (TIN) or Employer

More information

Hewlett Packard Enterprise Smart Quote

Hewlett Packard Enterprise Smart Quote Hewlett Packard Enterprise Smart Quote User Guide for Reseller Table of contents 1 Introduction to Smart Quote... 3 1.1 What is Smart Quote?... 3 1.2 Who will use Smart Quote?... 3 1.3 Do I require a special

More information

Suffolk Sourcing E-Tendering System

Suffolk Sourcing E-Tendering System Passenger Transport Tenders Please read this guide before responding to a tender or quotation. Please call the Suffolk County Council procurement helpdesk on 01473 260232 or email suffolk.sourcing@suffolk.gov.uk

More information

Guide to setting up and using your NOW: Pensions payroll bureau microsite

Guide to setting up and using your NOW: Pensions payroll bureau microsite Guide to setting up and using your NOW: Pensions payroll bureau microsite PM00050.0416/11 0 Step 1 Logging in for the first time You will have received a web link, via email, that will provide access to

More information

Child and Adult Care Food Program User Manual for Institution Users

Child and Adult Care Food Program User Manual for Institution Users COLYAR TECHNOLOGY SOLUTIONS, INC. NC Cares Child and Adult Care Food Program User Manual for Institution Users 1 TABLE OF CONTENTS USER MANUAL FOR INSTITUTION USERS... 1... 5 INTRODUCTION... 5 WEBSITE

More information

1. A broadband connection. 2. Windows Vista (for these instructions; other operating systems have other instructions).

1. A broadband connection. 2. Windows Vista (for these instructions; other operating systems have other instructions). A VPN (Virtual Private Network) provides a secure, encrypted tunnel from your computer to UHCL's network when off campus. UHCL offers VPN software to allow authenticated, secure access to many UHCL resources

More information

erequest How to apply guide

erequest How to apply guide Overview is an application that assists UCB in request life cycle management. UCB has clear guidance in place on what they can support or sponsor. Online requests will go through an internal review and

More information

Immigration and Reform Collection System submission Instructions

Immigration and Reform Collection System submission Instructions Immigration and Reform Collection System submission Instructions After you have created an account, activated it, and requested access for the Immigration Reform Collection System you are ready to begin

More information

Quick Start Guide for Drivers

Quick Start Guide for Drivers This guide for drivers is provided to help you quickly and easily access the website, set up your own account and start using the various modules. What you will need If you are registering for the first

More information

ecrv User Guide Public Users for Faribault County 415 N. Main Street Blue Earth, MN

ecrv User Guide Public Users for Faribault County 415 N. Main Street Blue Earth, MN ecrv User Guide for Public Users Faribault County 415 N. Main Street Blue Earth, MN 56013 507-526-6201 Page: ecrv Guide Last Revised: 2 Faribault County 10/3/2012 ecrv Basics The Department of Revenue

More information

1094C/1095C Processing Manual

1094C/1095C Processing Manual Terminology Configurations 1094C/1095C Processing Manual Setup/Preparation Step 1: Create/Save the Communications Test Files in Skyward PaC Step 2: Upload the Communications Test Files on the IRS AIR Website

More information

Step-by-step instructions

Step-by-step instructions Create an ebiz Tax Profile Gaining Online Access to Denver s ebiz Tax Center Step-by-step instructions Denver Treasury Division This handout gives step-by-step instructions on how to gain access to Denver

More information

GMEI UTILITY BULK REGISTRATION AND RENEWAL USER'S GUIDE FOR TEMPLATE VERSION 5.4 JANUARY 29, 2018

GMEI UTILITY BULK REGISTRATION AND RENEWAL USER'S GUIDE FOR TEMPLATE VERSION 5.4 JANUARY 29, 2018 GMEI UTILITY BULK REGISTRATION AND RENEWAL USER'S GUIDE FOR TEMPLATE VERSION 5.4 JANUARY 29, 2018 Copyright 2018 DTCC. All rights reserved. This work (including, without limitation, all text, images, logos,

More information

Internal Revenue Service Electronic Filing

Internal Revenue Service Electronic Filing Internal Revenue Service Electronic Filing Filing Information Returns Electronically Publication 3609 (Rev. 1-2002) Catalog Number 29789A OVERVIEW An Information Return is a tax document used to report

More information

Business On Line File Gateway Guide

Business On Line File Gateway Guide Business On Line File Gateway Guide This document is published by Bank of Ireland, and both it, and its contents, are the property of Bank of Ireland. This document may not be reproduced or further distributed,

More information

Oracle Sourcing Support Helpdesk: Telephone: > Option

Oracle Sourcing Support Helpdesk: Telephone: > Option esourcing FAQ s Oracle Sourcing Support Helpdesk: Telephone: 021-4534777 -> Option 2.2.2 Email: oraclesourcingsupport@ervia.ie FAQ s Forgotten Password? Logging In and Accessing Tenders Acknowledging Intent

More information

Fast Break Registration Instructions

Fast Break Registration Instructions Fast Break Registration Instructions Introductions Beginning with the 2016-2017 season, registration for Fast Break basketball will be completely online. As in previous years, spots will be granted on

More information

Marriott. Manual Submission Quick Reference Guide (QRG)

Marriott. Manual Submission Quick Reference Guide (QRG) Marriott Manual Submission Quick Reference Guide (QRG) February 2015 Topics Covered Login and Submit Menu Submission Form Submission Instructions Reviewing a Quote Downloading Translated Files 2 Login

More information

Taxpayer Secure Portal Instructions

Taxpayer Secure Portal Instructions Taxpayer Secure Portal Instructions Secure Portal Walk-Through (External User) Secure Portal is an email solution that allows you to exchange email containing Personally Identifiable Information with your

More information

Self Service Password Reset User Guide Canada Version 1-2 Date: 2017/05/11

Self Service Password Reset User Guide Canada Version 1-2 Date: 2017/05/11 Self Service Password Reset User Guide Canada Version 1-2 Date: 2017/05/11 Contents Introduction... 3 IMPORTANT: Before you begin... 3 How to Register for Self-Service Password Reset... 4 How to Reset

More information

Error Handling Strategy. DCC Guidance Document

Error Handling Strategy. DCC Guidance Document Error DCC Guidance Document Date: June 2016 Classification: DCC Public Table of Contents 1 Introduction... 3 1.1 Purpose... 3 1.2 Scope... 3 1.3 General Provisions... 3 2 Error Management... 4 2.1 Error

More information

PELICAN Child Care Works: Provider Self Service Training

PELICAN Child Care Works: Provider Self Service Training PELICAN Child Care Works: Provider Self Service Training Overview Self Service is a combination of Provider Certification and Provider Self Service now offered online to providers. Regulatory information,

More information