We're reclaiming inactive PDIs to keep them available for active builders. Learn what's changing, who's affected, and how to protect your work. Read More

'Cost' field is not populating in TCO table.

Vaibhav_241
Tera Contributor

Hi Community,

I am facing an issue while importing data in TCO table (sn_apm_tco), so when I am importing data via import set after import is complete every field value populates except 'cost'. Can anyone please help me to know why this is happening.

Thanks.

5 REPLIES 5

yogesh41
ServiceNow Employee

Hi,

 

Total Cost of Ownership > Cost attribute is of type Fx Currency. FX Currency typed attributes get imported as display value string, so it needs to be formated as per local for example USD;1,234.56 while importing to ServiceNow instance. 

 

Please refer FX Currency values in import and export • Zurich ServiceNow AI Platform Administration • Docs | Serv... 

 

Yogesh