RE: Templates for Data Import...what view is this using...and can I change it?
Hi USA80,
If you just want few columns from the entity and not all then you can use the below approach. As per your requirement, you could have just used the view you have created.
1. Run an advance find, add the columns you want in your template.
2. In the query condition, select a condition which will never be true like created on tomorrow. This to ensure that advance find doesn't return any record and just generate the layout
3. Run the query, because of the condition, there will be no record. From here, click download excel button. This will download the excel file.
4) Now you have an excel template with just your columns. You can add values and then import it in crm in the normal way.
Hope this helps.