- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2018 05:38 AM
hi All,
We are trying to import/load standard change templates in bulk and we have encountered a problem in importing
Is there any way to import the Change Request Value fields while doing a bulk import.
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-08-2019 05:10 AM
Yes, you can load the Change request values in. They are stored as an encoded query in the format:
short_description=test^description=test2
You can add these to the excel input as normal:
You can load the excel template in.
However I did notice some odd behavior the first time I did this using "Easy import" (Right click import), the transform map created didn't set up a map for the Change Request values field. However this is easy to add in. First check that the transform map is created:
[Your Instance]/sys_transform_map_list.do?sysparm_query=target_table%3Dstd_change_proposal
Then click into the record and scroll down to the Field Maps related list. There should be a mapping for:
If it is missing you can click "New" and create the mapping:
Once the transform map is ready you can load the data in the 'normal' way.
Search for "Load data" in the navigator:
Click on the module and fill out the details:
Then Submit.
On the next screen you can click on "Loaded data to check that the query has been loaded in:
You might need to use the cog to add the change request field to the list view.
If it isn't then there could be some bad characters in your excel file.
If there is then you are ready to transform. Click back to the previous screen and then click transform.
There should only be one transform map already selected:
Then click "Transform". You can click into the import set to check the status but that should be it.
Let me know if you have any questions.
Mark this as correct and solved if this helped.
Shaun
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-25-2020 11:41 PM
Can we move in the choice fields like category??
Also, Is there any way of moving the data from std_change_proposal to std_change_record_producer?