- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 01:06 AM
We are using OOB "create task" ui action on idea form to create demand.
Now I have added 2 custom field "actual start data from manager" on both idea and demand.
I want to copy the value for new field from idea form to demand form when the UI action is clicked.
Can someone guide me with this ?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 10:37 AM
Hi @Rahul Singh3 ,
Well this took me a little effort you get to it :). So basically in UI action its a API call and from there the record insertion is happening either on Demand or Project (based on user input).
The Field map is happening from CSM Table map (csm_table_map). Follow below steps:
1. Open csm_table_map.LIST
2. Open the record "Idea to Demand"
3. Go to script and add the below line of code.
This will map your field. Its working perfectly in my PDI.
Hope it helps and please mark helpful if it solves the issue.
Thanks,
Pooja Singh
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 01:13 AM
Hello @Rahul Singh3 ,
Please update the same ui action. or share the script which is troubling you
Regards,
Kiran
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 02:37 AM
Hi Kiran,
That script is calling an api . from scripted rest api it calling a script include. Its too complicated for me so I asked here
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 07:09 AM
Then you have to search in the script where field mapping in done, then add your field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-22-2023 10:37 AM
Hi @Rahul Singh3 ,
Well this took me a little effort you get to it :). So basically in UI action its a API call and from there the record insertion is happening either on Demand or Project (based on user input).
The Field map is happening from CSM Table map (csm_table_map). Follow below steps:
1. Open csm_table_map.LIST
2. Open the record "Idea to Demand"
3. Go to script and add the below line of code.
This will map your field. Its working perfectly in my PDI.
Hope it helps and please mark helpful if it solves the issue.
Thanks,
Pooja Singh