Creating bulk catalog task by uploading excel or csv file in RITM table using Ui action
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 02:32 AM
The requirement is to create a bulk number of tasks based on an Excel or CSV file uploaded by the user in RITM form using UI action.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 03:21 AM
hello @Kishor O
1. Create an Import Set :
(Select the table where you want to store the imported task data, Define the fields that will be mapped from the uploaded file to the target table. Ensure the field names and data types in the file match the corresponding fields in the target table)
2. Create a Transform Map :
Select the import set that you have created as the source table, Select the target table where you want to store the task data as the target table
Map the fields from the source table
3. Create a UI Action :
Select the RITM form where you want to add this action, and set the "Available From" field based on your desired trigger
onClick = ritmTask()
Script: =
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 03:28 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 03:30 AM
Sure, Please find below
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-04-2024 03:32 AM
@omkar_jadhav_ I will implement this and let you know the result.
Thanks,
Kishor Otepadpu