Skip to main content

Hello,

we are getting constant page errors from many pages in IFS, most often when redirecting from one page to another through a reference. We are currently on IFS 

 

A couple of the errors are below:

Url (parameters included) = https://*****.ifs.cloud/main/ifsapplications/web/page/SalesQuotation/Form;$filter=QuotationNo%20eq%20'11748877';path=0.995139193.1554979751.172423454;record=KFF1b3RhdGlvbk5vPScxMTc0ODg3Nycp
 
Error stack:
Bad metadata error:
The card: OpportunityScoreCard does not exist in dictionary!
 
Error: Bad metadata error:
The card: OpportunityScoreCard does not exist in dictionary!
 
    at I.getByTypeName (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:679741)
    at I.getCard (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:680703)
    at l.hasPreviewAddress (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:4489002)
    at l.ngOnChanges (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:4489358)
    at l.Jr (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38717762)
    at Ze (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722710)
    at fn (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722895)
    at xe (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722600)
    at ne (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722282)
    at Qk (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38771244)
 
General:
Date = 2025-09-04T18:52:36.307Z
Client version = 24.1.12.20250501071452.0
Browser name = Chrome
User agent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0

And this one:

Url (parameters included) = https://*****.ifs.cloud/main/ifsapplications/web/page/CalendarEmployee/EmployeeActivitiesPage;path=0.985058153.2028356529.1089951447.1261018077;record=KENvbXBhbnlJZD0nMTAwJyxFbXBObz0nMjQ3Jyk%3D
 
Error stack:
Bad metadata error:
The card: OpportunityScoreCard does not exist in dictionary!
 
Error: Bad metadata error:
The card: OpportunityScoreCard does not exist in dictionary!
 
    at I.getByTypeName (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:679741)
    at I.getCard (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:680703)
    at l.hasPreviewAddress (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:4489002)
    at l.ngOnChanges (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:4489358)
    at l.Jr (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38717762)
    at Ze (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722710)
    at fn (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722895)
    at xe (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722600)
    at ne (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38722282)
    at Qk (https://*****.ifs.cloud/main/ifsapplications/web/main.c21b8b30e2e5025f.js:242:38771244)
 
General:
Date = 2025-09-05T14:01:35.520Z
Client version = 24.1.12.20250501071452.0
Browser name = Chrome
User agent = Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/139.0.0.0 Safari/537.36 Edg/139.0.0.0

 

Thanks,

 

Dan

Hi ​@danielsumma 

Did you recently upgrade from a RU or an SU when started seeing these errors?

This error occurs when there’s metadata missing for a specific element used by the page.
It’s usually stored in the fnd_model_design_data_tab.

You can try deleting the missing element from the page configuration.

1.Run the below URL after correcting the hostname to your environment. Replace the <page name> with the page name where you get this error.

<host>/main/ifsapplications/web/pagedesigner/<page name>

This URL navigates to a blank page with no content, displaying an open Page Designer.

2. Expand "ALL PAGES"

3. Expand "Pages"

4. Expand "Form"

5. Expand "Content".

6. Delete the missing/corrupted element.


This is explained in detail in the following knowledge article
https://ifsworld.service-now.com/csm?id=kb_article_view&sysparm_article=KB0078196 

Cheers!

 


Reply