Failure in setting MRVS variable values in ATF
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 06:17 PM
Hi
I'm preparing an ATF test for one of our catalogue items which has the mandatory MRVS. In the test, I added these three steps: -
- Add row to multi-row variable set (SP)
- Set Variable Values (SP)
- Save current row of multi-row variable set (SP)
But it is failed to set one of the variable values. The failure message is 'FAILURE: Unable to set field 'Country' to value 'Thailand'. Value 'Thailand' is not currently a valid choice.' That particular variable 'Country' is a look-up select box referenced to the Country table. The other two variables in that MRVS are the date fields.
Could any of you assist me in resolving this?
Thank you in advance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 06:24 PM - edited 01-04-2024 06:25 PM
Please check in the core_country table , record for "Thailand" should be active if MRVS has active condition for country field.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 06:31 PM
Hi @AshishKM
Thank you for the prompt response.
No 'active' condition is set in MRVS. I have just had a look at the 'core_country' table as suggested. All countries in the table are active. From the user interface from the service portal, all countries are showing in that field.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 06:39 PM
and when you are trying to do manual add , still same error or no error.
or only this country is giving bad time or all country.
Please mark this response as correct and helpful if it helps you can mark more that one reply as accepted solution
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-04-2024 07:24 PM
As it is a look-up select box variable, I have to select one of the countries from the dropdown list. I tried a couple of other countries like Afghanistan and Switzerland and had the same failure.