- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-05-2023 05:59 PM - edited 06-05-2023 07:02 PM
I used a script to copy records on sc_item_option_mtom table so I can have the same variable(that submit by user) for another target RITM.
I check records are created as expected on sc_item_option_mtom table with different Parent Item, but these newly created variables are not showing up on the target RITM.
This catalog item has no ui policy or client script. The 'Variable editor' is there in the form layout.
Would someone help me identify the issue? Thanks sooo much!
Here is my script if it helps:
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-09-2023 07:23 AM
Issue is resolved. on the RITM, the item field must be in place in order for user selected the variables to be shown
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-10-2023 08:40 PM
I am facing the same issue. What do you mean in order?
I didnt get it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-12-2023 05:54 AM
my solution is to make sure the 'Item' filed on RITM is not empty, then the variable will show up.