ATF Set Variable Values Issue
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
I'm building an ATF for Service Catalog but keep getting the error message "FAILURE: Unable to set field 'Data Rate' to value '100GB'. Value '100GB' is not currently a valid choice.".
The variable is a lookup from a table and the reference qualifier is interfering with it, in the ATF it shows no choices for Data Rate. The choices show up on the actual catalog item, just not ATF.
This is the reference qualifier which I cannot change: javascript: if (current.variables.sub_service == undefined) {
'categoryLIKE' + new x_g_dis_dmp.DMPUtilsOrderCatalogItemRel2().getShortName(current.variables.network_category)+'^servicesIN'+current.variables.service_detail+'^ref_type=modulation_rate';
}else{
'categoryLIKE' + new x_g_dis_dmp.DMPUtilsOrderCatalogItemRel2().getShortName(current.variables.network_category)+'^servicesIN'+current.variables.sub_service+'^ref_type=modulation_rate';
}
The data rate is dependent on network category. I have already tried setting the service detail and network category in a previous step but this did not work.
Any suggestions? Is there a way where I can manually set the data rate?
Thank you!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
3 weeks ago
Hi @JaraG
It might help but not sure.
After setting the service detail and network category in one step, add one more step to set any other field like summary, description or any other field.
and then try to set Data Rate field.
I think it need some time to run the script or something that is needed to update the field.
Regards
Shaqeel
***********************************************************************************************************************
If my response proves useful, please indicate its helpfulness by selecting "Accept as Solution" and " Helpful." This action benefits both the community and me.
***********************************************************************************************************************
Regards
Shaqeel