You to download two types of templates in real-time for a project entity, based on your EnterpriseTrack account configuration. They are:
Templates for the CRUD functions.
Templates for request data for the CRUD functions.
To download the CRUD templates::
Click the Data Import & Export tab.
Select the Download Data Integration Templates link.
Select values for the following fields from the corresponding drop-down list:
Initiative: Select the initiative for the project entity.
Languages: Select the language. Displays English by default.
Date Format: Select the date format.
Type: Select the type of template that is to be downloaded. Choices include:
Download Template: Generates CRUD templates in XML and JSON formats.
Download Request for Template:Generates a request template in XML and JSON formats for each CRUD function. These request templates can be used to specify input data in the relevant CRUD function.
Click the Download button for the corresponding function.
If you chose Download Template, a create_request, update_request, search_request and delete_request file will be generated.
If you chose Download Request for Template, the following files will be generated: create_request_template, update_request_template, search_request_template and delete_request_template. You can use these files to specify input data for the relevant CRUD function.